hhou435 commited on
Commit
7a15b1b
·
1 Parent(s): 1bd5306

First version of the gpt2-chinese-poem

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -38,5 +38,6 @@
38
  }
39
  },
40
  "tokenizer_class": "BertTokenizer",
 
41
  "vocab_size": 21128
42
  }
 
38
  }
39
  },
40
  "tokenizer_class": "BertTokenizer",
41
+ "max_length": 120,
42
  "vocab_size": 21128
43
  }