needle / tokenizer_config.json
jakmro's picture
Align repo with other models: weights+config+tokenizer only (needle code lives in cactus)
f43da6e verified
Raw
History Blame Contribute Delete
435 Bytes
{
"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>"
}