Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
@@ -30,7 +30,9 @@
|
|
30 |
"task_specific_params": {
|
31 |
"text-generation": {
|
32 |
"do_sample": true,
|
33 |
-
"max_length":
|
|
|
|
|
34 |
}
|
35 |
},
|
36 |
"vocab_size": 50257
|
|
|
30 |
"task_specific_params": {
|
31 |
"text-generation": {
|
32 |
"do_sample": true,
|
33 |
+
"max_length": 200,
|
34 |
+
"early_stopping": true,
|
35 |
+
"top_p": .9
|
36 |
}
|
37 |
},
|
38 |
"vocab_size": 50257
|