Instructions to use HuggingFaceTB/SmolLM3-3B-checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HuggingFaceTB/SmolLM3-3B-checkpoints with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HuggingFaceTB/SmolLM3-3B-checkpoints", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Remove auto_map param
#2
by cmpatino HF Staff - opened
No description provided.
cmpatino changed pull request status to merged