aixk commited on
Commit
1aaa0bd
·
1 Parent(s): b9dfd13

Upload folder using huggingface_hub

Browse files
shared/tokenizer/stage1/twiny-stack-0_01B/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
shared/tokenizer/stage1/twiny-stack-0_01B/tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<bos>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<eos>",
6
+ "extra_special_tokens": [
7
+ "<|im_start|>",
8
+ "<|im_end|>"
9
+ ],
10
+ "model_max_length": 1000000,
11
+ "pad_token": "<pad>",
12
+ "tokenizer_class": "TokenizersBackend",
13
+ "unk_token": "<unk>"
14
+ }