First version of the gpt2-chinese-poem
Browse files- config.json +1 -1
config.json
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
"task_specific_params": {
|
34 |
"text-generation": {
|
35 |
"do_sample": true,
|
36 |
-
"max_length":
|
37 |
}
|
38 |
},
|
39 |
"tokenizer_class": "BertTokenizer",
|
|
|
33 |
"task_specific_params": {
|
34 |
"text-generation": {
|
35 |
"do_sample": true,
|
36 |
+
"max_length": 120
|
37 |
}
|
38 |
},
|
39 |
"tokenizer_class": "BertTokenizer",
|