hhou435 commited on
Commit
af4ae2f
1 Parent(s): 5197190

First version of the gpt2-chinese-poem

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -30,5 +30,6 @@
30
  "summary_proj_to_labels": true,
31
  "summary_type": "cls_index",
32
  "summary_use_proj": true,
 
33
  "vocab_size": 21128
34
  }
 
30
  "summary_proj_to_labels": true,
31
  "summary_type": "cls_index",
32
  "summary_use_proj": true,
33
+ "tokenizer_class": "BertTokenizer",
34
  "vocab_size": 21128
35
  }