Upload config.json
Browse files- config.json +2 -6
config.json
CHANGED
@@ -29,12 +29,8 @@
|
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
"text-generation": {
|
32 |
-
"
|
33 |
-
"max_length":256
|
34 |
-
"no_repeat_ngram_size": 2,
|
35 |
-
"num_beams": 5,
|
36 |
-
"repetition_penalty": 3.0,
|
37 |
-
"top_p": 0.95
|
38 |
}
|
39 |
},
|
40 |
"torch_dtype": "float32",
|
|
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
"text-generation": {
|
32 |
+
"num_return_sequences":5,
|
33 |
+
"max_length":256
|
|
|
|
|
|
|
|
|
34 |
}
|
35 |
},
|
36 |
"torch_dtype": "float32",
|