File size: 597 Bytes
7439542
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "added_tokens_decoder": {},
  "auto_map": {
    "AutoTokenizer": [
      "stabilityai/stablelm-2-1_6b--tokenization_arcade100k.Arcade100kTokenizer",
      null
    ]
  },
  "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
  "clean_up_tokenization_spaces": true,
  "eos_token": "<|endoftext|>",
  "errors": "replace",
  "model_max_length": 2048,
  "pad_token": "<|endoftext|>",
  "tokenizer_class": "Arcade100kTokenizer"
}