update config
Browse filesupdate max-length
- config.json +6 -0
config.json
CHANGED
|
@@ -23,6 +23,12 @@
|
|
| 23 |
"rope_theta": 10000.0,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
"torch_dtype": "bfloat16",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
"transformers_version": "4.44.2",
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 32000
|
|
|
|
| 23 |
"rope_theta": 10000.0,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
"torch_dtype": "bfloat16",
|
| 26 |
+
"task_specific_params": {
|
| 27 |
+
"text-generation": {
|
| 28 |
+
"do_sample": true,
|
| 29 |
+
"max_length": 2048
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
"transformers_version": "4.44.2",
|
| 33 |
"use_cache": true,
|
| 34 |
"vocab_size": 32000
|