Ezekiel999 commited on
Commit
4b3b114
·
verified ·
1 Parent(s): e1b9142

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
+ "version": "2.0",
3
+ "vocab_size": 32768,
4
+ "pre_tokenizer": "Whitespace",
5
+ "normalizer": "NFKC+Lowercase",
6
+ "model": "BPE",
7
+ "optimized_for": "small models <= 200M"
8
+ }