File size: 872 Bytes
2078b80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "backend": "tokenizers",
  "bos_token": "<|bos|>",
  "clean_up_tokenization_spaces": false,
  "eos_token": "<|endoftext|>",
  "extra_special_tokens": [
    "<|eos|>",
    "<|sep|>",
    "<|mask|>",
    "<|system|>",
    "<|user|>",
    "<|assistant|>",
    "<|tool|>",
    "<|end|>",
    "<|tool_call|>",
    "<|tool_result|>",
    "<|fim_prefix|>",
    "<|fim_suffix|>",
    "<|fim_middle|>",
    "<|image|>",
    "<|audio|>",
    "<|video|>",
    "<|code|>",
    "<|curl|>",
    "<|email|>",
    "<|cite|>",
    "<|think|>",
    "<|im_start|>",
    "<|im_end|>",
    "<|endofprompt|>",
    "<|repo_name|>",
    "<|file_sep|>",
    "<|image_start|>",
    "<|image_end|>",
    "<|image_pad|>"
  ],
  "is_local": true,
  "local_files_only": false,
  "model_max_length": 1048576,
  "pad_token": "<|pad|>",
  "tokenizer_class": "TokenizersBackend",
  "unk_token": null
}