vineyard-plotter-models / models /lfm-2.6b-lora /tokenizer_config.json
Code2aum's picture
Gradio demo: 6 vineyard plotting-code LoRA adapters with sandboxed execution
4c464e3 verified
Raw
History Blame Contribute Delete
518 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": false,
"legacy": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false,
"use_fast": true
}