LFM2.5-1.2B-Instruct-Korean / tokenizer_config.json
sh-024's picture
Upload folder using huggingface_hub
873280e verified
raw
history blame contribute delete
621 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"legacy": false,
"max_length": 2000,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 128000,
"pad_token": "<|pad|>",
"padding_side": "right",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": null,
"use_default_system_prompt": false,
"use_fast": true
}