Instructions to use AtBeginDocument/SmolLM3-3B-oQ4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AtBeginDocument/SmolLM3-3B-oQ4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir SmolLM3-3B-oQ4 AtBeginDocument/SmolLM3-3B-oQ4
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "bos_token_id": 128000, | |
| "eos_token_id": 128012, | |
| "pad_token_id": 128004, | |
| "transformers_version": "4.54.0.dev0", | |
| "temperature": 0.6, | |
| "top_p": 0.95, | |
| "do_sample": true | |
| } | |