Update config.json
Browse files- config.json +10 -0
config.json
CHANGED
@@ -48,6 +48,16 @@
|
|
48 |
"prefix": " ",
|
49 |
"pruned_heads": {},
|
50 |
"repetition_penalty": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
"temperature": 1.0,
|
52 |
"top_k": 50,
|
53 |
"top_p": 1.0,
|
|
|
48 |
"prefix": " ",
|
49 |
"pruned_heads": {},
|
50 |
"repetition_penalty": 1.0,
|
51 |
+
"task_specific_params": {
|
52 |
+
"summarization": {
|
53 |
+
"early_stopping": true,
|
54 |
+
"length_penalty": 2.0,
|
55 |
+
"max_length": 142,
|
56 |
+
"min_length": 56,
|
57 |
+
"no_repeat_ngram_size": 3,
|
58 |
+
"num_beams": 4
|
59 |
+
}
|
60 |
+
},
|
61 |
"temperature": 1.0,
|
62 |
"top_k": 50,
|
63 |
"top_p": 1.0,
|