File size: 435 Bytes
b2fa9f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"additional_special_tokens": [
"<tool_call>",
"<tools>"
],
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1024,
"pad_token": "<pad>",
"padding_side": "right",
"tokenizer_class": "NeedleTokenizer",
"tool_call_token": "<tool_call>",
"tools_token": "<tools>",
"unk_token": "<unk>"
}
|