Update config.json
Browse files- config.json +9 -0
config.json
CHANGED
@@ -25,6 +25,15 @@
|
|
25 |
"relative_attention_max_distance": 128,
|
26 |
"relative_attention_num_buckets": 32,
|
27 |
"task_specific_params": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"summarization": {
|
29 |
"early_stopping": true,
|
30 |
"length_penalty": 2.0,
|
|
|
25 |
"relative_attention_max_distance": 128,
|
26 |
"relative_attention_num_buckets": 32,
|
27 |
"task_specific_params": {
|
28 |
+
"text2text-generation": {
|
29 |
+
"early_stopping": true,
|
30 |
+
"length_penalty": 2.0,
|
31 |
+
"max_length": 200,
|
32 |
+
"min_length": 32,
|
33 |
+
"no_repeat_ngram_size": 3,
|
34 |
+
"num_beams": 8,
|
35 |
+
"prefix": ""
|
36 |
+
},
|
37 |
"summarization": {
|
38 |
"early_stopping": true,
|
39 |
"length_penalty": 2.0,
|