Wajdi Ghezaiel
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ def get_response(text, tokenizer=tokenizer, model=model):
|
|
| 57 |
generate_ids = model.generate(
|
| 58 |
input_ids,
|
| 59 |
attention_mask=attention_mask,
|
| 60 |
-
top_p=
|
| 61 |
temperature=0.3,
|
| 62 |
max_length=128,
|
| 63 |
min_length=input_len + 4,
|
|
|
|
| 57 |
generate_ids = model.generate(
|
| 58 |
input_ids,
|
| 59 |
attention_mask=attention_mask,
|
| 60 |
+
top_p=0.9,
|
| 61 |
temperature=0.3,
|
| 62 |
max_length=128,
|
| 63 |
min_length=input_len + 4,
|