Roderick3rd commited on
Commit
f88092a
·
verified ·
1 Parent(s): c377370

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +19 -0
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|begin_of_text|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|eot_id|>",
6
+ "is_local": true,
7
+ "local_files_only": false,
8
+ "max_length": null,
9
+ "model_input_names": [
10
+ "input_ids",
11
+ "attention_mask"
12
+ ],
13
+ "model_max_length": 131072,
14
+ "pad_to_multiple_of": null,
15
+ "pad_token": "<|eot_id|>",
16
+ "pad_token_type_id": 0,
17
+ "padding_side": "left",
18
+ "tokenizer_class": "TokenizersBackend"
19
+ }