Update generation_config.json
Browse files- generation_config.json +2 -2
generation_config.json
CHANGED
|
@@ -8,8 +8,8 @@
|
|
| 8 |
"pad_token_id": 151643,
|
| 9 |
"top_k": 20,
|
| 10 |
"top_p": 0.95,
|
| 11 |
-
"temperature": 0
|
| 12 |
-
"presence_penalty":
|
| 13 |
"repetition_penalty": 1.0,
|
| 14 |
"transformers_version": "4.57.0"
|
| 15 |
}
|
|
|
|
| 8 |
"pad_token_id": 151643,
|
| 9 |
"top_k": 20,
|
| 10 |
"top_p": 0.95,
|
| 11 |
+
"temperature": 1.0,
|
| 12 |
+
"presence_penalty": 1.5,
|
| 13 |
"repetition_penalty": 1.0,
|
| 14 |
"transformers_version": "4.57.0"
|
| 15 |
}
|