LLM4Variants-Llama-3.2-1B-Instruct / tokenizer_config.json
HFXM's picture
Upload best_model (lr1e-4_bs128_ep8, joint_acc=0.8773)
a7290dc verified
Raw
History Blame Contribute Delete
354 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|eot_id|>",
"tokenizer_class": "TokenizersBackend"
}