Llama-3.1-8B-R1-v1-ModelStock / tokenizer_config.json
ForSureTesterSim's picture
Initial commit: AIM + Model Stock (v1)
f520826 verified
Raw
History Blame Contribute Delete
330 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"tokenizer_class": "TokenizersBackend"
}