Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -19,6 +19,10 @@
|
|
19 |
"pad_token_id": 0,
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
"task_specific_params": {
|
|
|
|
|
|
|
|
|
22 |
"summarization": {
|
23 |
"early_stopping": true,
|
24 |
"length_penalty": 2.0,
|
|
|
19 |
"pad_token_id": 0,
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
"task_specific_params": {
|
22 |
+
"text-generation": {
|
23 |
+
"do_sample": true,
|
24 |
+
"max_length": 50
|
25 |
+
},
|
26 |
"summarization": {
|
27 |
"early_stopping": true,
|
28 |
"length_penalty": 2.0,
|