Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +5 -0
generation_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token_id": 156892,
|
| 3 |
+
"pad_token_id": 156892,
|
| 4 |
+
"do_sample": false
|
| 5 |
+
}
|