Upload config
Browse files- generation_config.json +2 -8
generation_config.json
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"eos_token_id": [
|
| 5 |
-
32000,
|
| 6 |
-
32001,
|
| 7 |
-
32007
|
| 8 |
-
],
|
| 9 |
-
"pad_token_id": 32000,
|
| 10 |
"transformers_version": "4.55.4"
|
| 11 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"do_sample": true,
|
| 3 |
+
"temperature": 0.95,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"transformers_version": "4.55.4"
|
| 5 |
}
|