MrVicente commited on
Commit
255f622
·
1 Parent(s): 50f84cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -50,7 +50,6 @@ generated_answers_encoded = model.generate(input_ids=model_input["input_ids"].to
50
  min_length=1,
51
  max_length=100,
52
  do_sample=True,
53
- bad_words_ids=bad_words_ids,
54
  early_stopping=True,
55
  num_beams=4,
56
  temperature=1.0,
 
50
  min_length=1,
51
  max_length=100,
52
  do_sample=True,
 
53
  early_stopping=True,
54
  num_beams=4,
55
  temperature=1.0,