Llama3.2-3B-Base-Code-Math / tokenizer_config.json
Alelcv27's picture
(Trained with Unsloth)
533196d verified
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"from_slow": true,
"is_local": false,
"legacy": false,
"max_length": 2048,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|finetune_right_pad_id|>",
"padding_side": "left",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": null
}