Instructions to use mobbitxt/Anubis-Mini-8B-v1-oQ3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mobbitxt/Anubis-Mini-8B-v1-oQ3 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Anubis-Mini-8B-v1-oQ3 mobbitxt/Anubis-Mini-8B-v1-oQ3
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "bos_token_id": 128000, | |
| "do_sample": true, | |
| "eos_token_id": [ | |
| 128001, | |
| 128008, | |
| 128009 | |
| ], | |
| "max_length": 131072, | |
| "temperature": 0.6, | |
| "top_p": 0.9, | |
| "transformers_version": "4.57.1" | |
| } | |