Commit ·
3539161
1
Parent(s): 77c72d3
Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +16 -0
generation_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"begin_suppress_tokens": [
|
| 4 |
+
220,
|
| 5 |
+
50256
|
| 6 |
+
],
|
| 7 |
+
"bos_token_id": 50257,
|
| 8 |
+
"decoder_start_token_id": 50257,
|
| 9 |
+
"eos_token_id": 50256,
|
| 10 |
+
"max_length": 448,
|
| 11 |
+
"pad_token_id": 50256,
|
| 12 |
+
"return_timestamps": false,
|
| 13 |
+
"suppress_tokens": [],
|
| 14 |
+
"transformers_version": "4.34.0",
|
| 15 |
+
"use_cache": false
|
| 16 |
+
}
|