Instructions to use facebook/MobileLLM-125M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/MobileLLM-125M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("facebook/MobileLLM-125M", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Chat template?
#5
by apepkuss79 - opened
What's the chat template of the model in plain text? Thanks a lot!
Hi, MobileLLM is a pretrained model. We don't have a chat template for it.
zechunliu changed discussion status to closed