File size: 274 Bytes
f2dc936
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "tokenizer_class": "PreTrainedTokenizerFast",
  "model_max_length": 512,
  "bos_token": "<s>",
  "eos_token": "</s>",
  "unk_token": "<unk>",
  "pad_token": "<pad>",
  "additional_special_tokens": ["<|user|>", "<|assistant|>"],
  "clean_up_tokenization_spaces": false
}