fxxkingusername commited on
Commit
1d1d850
·
verified ·
1 Parent(s): 7727138

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -0
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "topicnet_topnet_integrated",
3
+ "vocab_size": 10000,
4
+ "pad_token": "<pad>",
5
+ "unk_token": "<unk>",
6
+ "bos_token": "<s>",
7
+ "eos_token": "</s>"
8
+ }