Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "checkpoint-115634-epoch-2",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
@@ -29,5 +28,6 @@
|
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 250112,
|
31 |
"max_length": 512,
|
32 |
-
"num_beams": 10
|
|
|
33 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"MT5ForConditionalGeneration"
|
4 |
],
|
|
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 250112,
|
30 |
"max_length": 512,
|
31 |
+
"num_beams": 10,
|
32 |
+
"length_penalty": 1
|
33 |
}
|