yakine commited on
Commit
1bd2827
·
verified ·
1 Parent(s): a94bc3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -92,7 +92,6 @@ def generate_synthetic_data(description, columns):
92
  top_p=generation_params["top_p"],
93
  temperature=generation_params["temperature"],
94
  num_return_sequences=1,
95
- pad_token_id=tokenizer_llama.eos_token_id
96
  )
97
 
98
  # Decode the generated output
 
92
  top_p=generation_params["top_p"],
93
  temperature=generation_params["temperature"],
94
  num_return_sequences=1,
 
95
  )
96
 
97
  # Decode the generated output