File size: 449 Bytes
6d3801d
1959a7f
6d3801d
 
 
1959a7f
6d3801d
 
1959a7f
 
6d3801d
1
2
3
4
5
6
7
8
9
10
11
{
  "tokenizer_class": "PreTrainedTokenizerFast",
  "bos_token": "<s>",
  "eos_token": "<|end|>",
  "unk_token": "<unk>",
  "pad_token": "<pad>",
  "add_bos_token": false,
  "add_eos_token": false,
  "clean_up_tokenization_spaces": false,
  "chat_template": "{{ ' ' }}{%- for m in messages -%}{{- '<|' + m['role'] + '|> ' + m['content'] + ' <|end|> ' -}}{%- endfor -%}{%- if add_generation_prompt -%}{{- '<|assistant|>' -}}{%- endif -%}"
}