Llama-3.2-1B-Instruct-gptqmodel-4bit / tokenizer_config.json
shinigamiRaj's picture
Upload GPTQ quantized LLaMA-3.2-1B model
d401b81 verified
Raw
History Blame Contribute Delete
397 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,
"pad_token": "<|finetune_right_pad_id|>",
"tokenizer_class": "PreTrainedTokenizerFast",
"_commit_hash": null
}