Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -38,8 +38,8 @@
|
|
38 |
"summary_use_proj": true,
|
39 |
"task_specific_params": {
|
40 |
"text-generation": {
|
41 |
-
"
|
42 |
-
"max_length":
|
43 |
}
|
44 |
},
|
45 |
"torch_dtype": "float32",
|
|
|
38 |
"summary_use_proj": true,
|
39 |
"task_specific_params": {
|
40 |
"text-generation": {
|
41 |
+
"repetition_penalty": 2.0,
|
42 |
+
"max_length": 200
|
43 |
}
|
44 |
},
|
45 |
"torch_dtype": "float32",
|