Upload config.json with huggingface_hub
Browse files- config.json +4 -1
config.json
CHANGED
@@ -26,5 +26,8 @@
|
|
26 |
"torch_dtype": "float32",
|
27 |
"transformers_version": "4.27.4",
|
28 |
"use_cache": true,
|
29 |
-
"vocab_size": 250112
|
|
|
|
|
|
|
30 |
}
|
|
|
26 |
"torch_dtype": "float32",
|
27 |
"transformers_version": "4.27.4",
|
28 |
"use_cache": true,
|
29 |
+
"vocab_size": 250112,
|
30 |
+
"max_length": 512,
|
31 |
+
"num_beams": 10,
|
32 |
+
"length_penalty": 1
|
33 |
}
|