File size: 1,016 Bytes
1b7f0bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "add_prefix_space": false,
  "backend": "tokenizers",
  "bos_token": null,
  "clean_up_tokenization_spaces": false,
  "eos_token": "<|im_end|>",
  "errors": "replace",
  "is_local": false,
  "local_files_only": false,
  "model_max_length": 131072,
  "pad_token": "<|endoftext|>",
  "response_template": {
    "defaults": {
      "role": "assistant"
    },
    "fields": {
      "content": {
        "close_pattern": "<\\|im_end\\|>\\s*",
        "content": "text"
      },
      "reasoning_content": {
        "close_pattern": "</think>\\s*",
        "content": "text",
        "open": "<think>"
      },
      "tool_calls": {
        "close_pattern": "</tool_call>\\s*",
        "content": "json",
        "open": "<tool_call>",
        "repeats": true,
        "transform": {
          "function": "{content}",
          "type": "function"
        }
      }
    },
    "start_anchor": "<|im_start|>assistant\n"
  },
  "split_special_tokens": false,
  "tokenizer_class": "Qwen2Tokenizer",
  "unk_token": null
}