config modify
Browse files- config.json +3 -3
config.json
CHANGED
@@ -51,11 +51,11 @@
|
|
51 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
52 |
"task_specific_params": {
|
53 |
"summarization": {
|
54 |
-
"length_penalty": 0
|
55 |
-
"max_length":
|
56 |
"min_length": 3,
|
57 |
"num_beams": 6,
|
58 |
-
"repetition_penalty":
|
59 |
}
|
60 |
},
|
61 |
"torch_dtype": "float32",
|
|
|
51 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
52 |
"task_specific_params": {
|
53 |
"summarization": {
|
54 |
+
"length_penalty": 1.0,
|
55 |
+
"max_length": 40,
|
56 |
"min_length": 3,
|
57 |
"num_beams": 6,
|
58 |
+
"repetition_penalty": 1.5
|
59 |
}
|
60 |
},
|
61 |
"torch_dtype": "float32",
|