burak commited on
Commit
7069d7c
·
verified ·
1 Parent(s): 0449f0e

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +10 -0
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "WordTokenizer",
3
+ "model_max_length": 128,
4
+ "bos_token": "<unk>",
5
+ "eos_token": "<unk>",
6
+ "unk_token": "<unk>",
7
+ "pad_token": "<unk>",
8
+ "vocab_size": 69,
9
+ "name_or_path": "./"
10
+ }