Llama3.2-1B-SMS-Young / tokenizer_config.json
Jonathanmann's picture
Upload 12 files
bbdc23a verified
raw
history blame contribute delete
338 Bytes
{
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"vocab_file": null,
"name_or_path": "meta-llama/Llama-3.2-1B",
"padding_side": "right",
"pad_token": "<|end_of_text|>"
}