Instructions to use brainworkup/LFM2.5-VL-3B-MLX-oQ8e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use brainworkup/LFM2.5-VL-3B-MLX-oQ8e with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir LFM2.5-VL-3B-MLX-oQ8e brainworkup/LFM2.5-VL-3B-MLX-oQ8e
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 506 Bytes
f1725aa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"legacy": false,
"local_files_only": true,
"max_length": null,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "<|pad|>",
"pad_token_type_id": 0,
"padding_side": "left",
"processor_class": "Lfm2VlProcessor",
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false
}
|