Files
llama-3.2-3b-bib-grounded-s…/tokenizer_config.json

15 lines
310 B
JSON
Raw Permalink Normal View History

{
"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": 32768,
"pad_token": "<|eot_id|>"
}