File size: 351 Bytes
126c374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "backend": "tokenizers",
  "bos_token": "[BOS]",
  "eos_token": "[EOS]",
  "extra_special_tokens": [
    "<|user|>",
    "<|assistant|>",
    "<|system|>",
    "<|end|>"
  ],
  "mask_token": "[MASK]",
  "model_max_length": 1000000000000000019884624838656,
  "pad_token": "[PAD]",
  "tokenizer_class": "TokenizersBackend",
  "unk_token": "[UNK]"
}