grapheneaffiliates commited on
Commit
a3ec205
·
verified ·
1 Parent(s): 7251e89

Upload checkpoints/olympus_math/final/tokenizer_config.json with huggingface_hub

Browse files
checkpoints/olympus_math/final/tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": null,
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|im_end|>",
6
+ "fast": false,
7
+ "is_local": false,
8
+ "model_input_names": [
9
+ "input_ids",
10
+ "attention_mask"
11
+ ],
12
+ "model_max_length": 131072,
13
+ "pad_token": "<|im_end|>",
14
+ "tokenizer_class": "TokenizersBackend"
15
+ }