Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
@@ -32,8 +32,9 @@
|
|
32 |
"same_length": true,
|
33 |
"sample_softmax": -1,
|
34 |
"task_specific_params": {
|
35 |
-
"
|
36 |
-
"
|
|
|
37 |
}
|
38 |
},
|
39 |
"tgt_len": 128,
|
@@ -46,4 +47,4 @@
|
|
46 |
"tie_weight": true,
|
47 |
"untie_r": true,
|
48 |
"vocab_size": 267735
|
49 |
-
}
|
|
|
32 |
"same_length": true,
|
33 |
"sample_softmax": -1,
|
34 |
"task_specific_params": {
|
35 |
+
"text-generation": {
|
36 |
+
"do_sample": true,
|
37 |
+
"max_length": 250
|
38 |
}
|
39 |
},
|
40 |
"tgt_len": 128,
|
|
|
47 |
"tie_weight": true,
|
48 |
"untie_r": true,
|
49 |
"vocab_size": 267735
|
50 |
+
}
|