ChemLlama-3B-Llama-RoPE / tokenizer_config.json
yerevann's picture
Upload chemllama-3B (Llama-3.2-3B step-20000)
201e72d verified
Raw
History Blame
300 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"tokenizer_class": "TokenizersBackend"
}