File size: 430 Bytes
32f947d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "bos_token": "<s>",
  "eos_token": "</s>",
  "unk_token": "<unk>",
  "pad_token": "<pad>",
  "additional_special_tokens": [
    "<busybeaver_task>",
    "</busybeaver_task>",
    "<tool_schema>",
    "</tool_schema>",
    "<|system|>",
    "<|goal|>",
    "<|state|>",
    "<|tools|>",
    "<|output_schema|>",
    "<|assistant|>"
  ],
  "model_max_length": 2048,
  "clean_up_tokenization_spaces": false
}