Update config.json
Browse files- config.json +5 -2
config.json
CHANGED
@@ -72,8 +72,11 @@
|
|
72 |
"summary_use_proj": true,
|
73 |
"task_specific_params": {
|
74 |
"text-generation": {
|
75 |
-
"do_sample":
|
76 |
-
"max_length":
|
|
|
|
|
|
|
77 |
}
|
78 |
},
|
79 |
"temperature": 1.0,
|
|
|
72 |
"summary_use_proj": true,
|
73 |
"task_specific_params": {
|
74 |
"text-generation": {
|
75 |
+
"do_sample": false,
|
76 |
+
"max_length": 128,
|
77 |
+
"bos_token_id": 101,
|
78 |
+
"eos_token_id":102,
|
79 |
+
"num_beams":3
|
80 |
}
|
81 |
},
|
82 |
"temperature": 1.0,
|