File size: 380 Bytes
7acd624
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "tokenizer_class": "SeqCondTokenizer",
  "auto_map": {
    "AutoTokenizer": [
      "tokenization_seqcond.SeqCondTokenizer",
      null
    ]
  },
  "model_max_length": 4096,
  "eos_token": "<|im_end|>",
  "bos_token": null,
  "unk_token": null,
  "pad_token": "<|im_end|>",
  "additional_special_tokens": [
    "<|im_start|>",
    "<|think_start|>",
    "<|think_end|>"
  ]
}