File size: 410 Bytes
7f974df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "backend": "tokenizers",
  "bos_token": "<|endoftext|>",
  "eos_token": "<|endoftext|>",
  "extra_special_tokens": [
    "<|im_start|>",
    "<|im_end|>"
  ],
  "is_local": true,
  "local_files_only": false,
  "model_max_length": 1024,
  "pad_token": "<|endoftext|>",
  "padding_side": "right",
  "tokenizer_class": "TokenizersBackend",
  "truncation_side": "right",
  "unk_token": null
}