Update config.json
Browse files- config.json +11 -1
config.json
CHANGED
@@ -25,5 +25,15 @@
|
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.11.3",
|
27 |
"use_cache": true,
|
28 |
-
"vocab_size": 32103
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|
|
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.11.3",
|
27 |
"use_cache": true,
|
28 |
+
"vocab_size": 32103,
|
29 |
+
"task_specific_params": {
|
30 |
+
"text2text-generation": {
|
31 |
+
"early_stopping": true,
|
32 |
+
"length_penalty": 2.0,
|
33 |
+
"max_length": 100,
|
34 |
+
"min_length": 10,
|
35 |
+
"no_repeat_ngram_size": 3,
|
36 |
+
"num_beams": 4
|
37 |
+
}
|
38 |
+
}
|
39 |
}
|