Update config: max_new_tokens
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -252,7 +252,7 @@
|
|
| 252 |
"up_proj",
|
| 253 |
"down_proj"
|
| 254 |
],
|
| 255 |
-
"max_new_tokens":
|
| 256 |
"min_new_tokens": 0,
|
| 257 |
"model_dtype": "bfloat16",
|
| 258 |
"model_type": "asr_model",
|
|
|
|
| 252 |
"up_proj",
|
| 253 |
"down_proj"
|
| 254 |
],
|
| 255 |
+
"max_new_tokens": 1024,
|
| 256 |
"min_new_tokens": 0,
|
| 257 |
"model_dtype": "bfloat16",
|
| 258 |
"model_type": "asr_model",
|