Update config.json
Browse files- config.json +10 -0
config.json
CHANGED
@@ -33,6 +33,16 @@
|
|
33 |
"1": "LABEL_1",
|
34 |
"2": "LABEL_2"
|
35 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
"init_std": 0.02,
|
37 |
"is_encoder_decoder": true,
|
38 |
"label2id": {
|
|
|
33 |
"1": "LABEL_1",
|
34 |
"2": "LABEL_2"
|
35 |
},
|
36 |
+
"task_specific_params": {
|
37 |
+
"summarization": {
|
38 |
+
"early_stopping": true,
|
39 |
+
"length_penalty": 2.0,
|
40 |
+
"max_length": 100,
|
41 |
+
"min_length": 10,
|
42 |
+
"no_repeat_ngram_size": 3,
|
43 |
+
"num_beams": 4
|
44 |
+
}
|
45 |
+
},
|
46 |
"init_std": 0.02,
|
47 |
"is_encoder_decoder": true,
|
48 |
"label2id": {
|