Trend-SpotterTokyo2026Model / lora_model /tokenizer_config.json
subhash4face's picture
uploading lora fine tuned adaptor - mistral-7b-instruct-v0.3-bnb-4bit finetuning
21f32c2 verified
raw
history blame contribute delete
442 Bytes
{
"add_prefix_space": true,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": false,
"legacy": false,
"model_max_length": 32768,
"pad_token": "[control_768]",
"padding_side": "left",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>",
"use_default_system_prompt": false
}