File size: 402 Bytes
75716d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "add_bos_token": false,
  "add_eos_token": false,
  "additional_special_tokens": ["<|im_start|>", "<|im_end|>"],
  "auto_map": {
    "AutoTokenizer": ["tokenization_sai.SAITokenizer", null]
  },
  "bos_token": "[BOS]",
  "clean_up_tokenization_spaces": false,
  "eos_token": "[EOS]",
  "model_max_length": 2048,
  "pad_token": "[UNK]",
  "tokenizer_class": "SAITokenizer",
  "unk_token": "[UNK]"
}