aleada commited on
Commit
f58abdd
·
verified ·
1 Parent(s): 92b3aab

Upload tokenizer_config.json

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