Instructions to use brainworkup/LFM2.5-8B-A1B-oQ4e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use brainworkup/LFM2.5-8B-A1B-oQ4e with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir LFM2.5-8B-A1B-oQ4e brainworkup/LFM2.5-8B-A1B-oQ4e
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 315 Bytes
88977e4 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false
}
|