finnianx commited on
Commit
21930db
·
verified ·
1 Parent(s): 4c89ea7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +8 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<s>",
4
+ "eos_token": "<|im_end|>",
5
+ "model_max_length": 4096,
6
+ "pad_token": "<pad>",
7
+ "tokenizer_class": "TokenizersBackend"
8
+ }