Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -31,7 +31,9 @@
|
|
31 |
"task_specific_params": {
|
32 |
"text-generation": {
|
33 |
"do_sample": true,
|
34 |
-
"max_length": 120
|
|
|
|
|
35 |
}
|
36 |
},
|
37 |
"tokenizer_class": "BertTokenizer",
|
|
|
31 |
"task_specific_params": {
|
32 |
"text-generation": {
|
33 |
"do_sample": true,
|
34 |
+
"max_length": 120,
|
35 |
+
"num_beams":3,
|
36 |
+
"top_p":.6
|
37 |
}
|
38 |
},
|
39 |
"tokenizer_class": "BertTokenizer",
|