File size: 442 Bytes
3bc1fd6
 
 
 
 
 
 
 
 
 
 
 
c2033fb
 
 
 
 
3bc1fd6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "add_prefix_space": true,
  "backend": "tokenizers",
  "bos_token": "<bos>",
  "clean_up_tokenization_spaces": false,
  "eos_token": "<eos>",
  "is_local": false,
  "local_files_only": false,
  "model_max_length": 1000000000,
  "pad_token": "<eos>",
  "tokenizer_class": "PreTrainedTokenizerFast",
  "unk_token": "<unk>",
  "vocab_size": 4096,
  "additional_special_tokens": [
    "<|im_start|>",
    "<|im_end|>"
  ]
}