Update generation_config.json
Browse files- generation_config.json +3 -1
generation_config.json
CHANGED
|
@@ -6,8 +6,10 @@
|
|
| 6 |
151643
|
| 7 |
],
|
| 8 |
"pad_token_id": 151643,
|
| 9 |
-
"temperature": 0.8,
|
| 10 |
"top_k": 20,
|
| 11 |
"top_p": 0.95,
|
|
|
|
|
|
|
|
|
|
| 12 |
"transformers_version": "4.57.3"
|
| 13 |
}
|
|
|
|
| 6 |
151643
|
| 7 |
],
|
| 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.3"
|
| 15 |
}
|