File size: 510 Bytes
e7577d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "add_prefix_space": false,
  "backend": "tokenizers",
  "bos_token": "<|im_start|>",
  "clean_up_tokenization_spaces": false,
  "eos_token": "<|im_end|>",
  "extra_special_tokens": [
    "<|im_start|>",
    "<|im_end|>"
  ],
  "is_local": true,
  "max_length": null,
  "model_max_length": 8192,
  "pad_to_multiple_of": null,
  "pad_token": "<|im_start|>",
  "pad_token_type_id": 0,
  "padding_side": "left",
  "tokenizer_class": "TokenizersBackend",
  "unk_token": "<|endoftext|>",
  "vocab_size": 49152
}