Instructions to use facebook/MobileLLM-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/MobileLLM-1B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("facebook/MobileLLM-1B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Compare against Qwen2.5 and SmolLM2
#4
by EwoutH - opened
The models in the comparison in the model card are quite old and outdated. Please add an comparison with more modern models, like Qwen2.5 and SmolLM2.
I think he mainly open-sourced the model training, not to compete with models on the same parameters.
Actually those two models are released after MobileLLM is published.😂 It takes a long time for MobileLLM weights to go through legal process before it can be shared publicly...
zechunliu changed discussion status to closed