FinSenti-MobileLLM-R1-950M / tokenizer_config.json
Ayansk11's picture
Upload folder using huggingface_hub
07bd760 verified
raw
history blame contribute delete
520 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": true,
"max_length": 512,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 32768,
"pad_to_multiple_of": null,
"pad_token": "<|finsenti_pad|>",
"pad_token_type_id": 0,
"padding_side": "right",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first"
}