llama3.2-1B-tool / tokenizer_config.json
whichcy's picture
Upload folder using huggingface_hub
86d17d9 verified
Raw
History Blame Contribute Delete
330 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"tokenizer_class": "PreTrainedTokenizerFast"
}