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
Reference Scripts for Fine-Tuning Pretrained LLMs on Downstream Tasks
#6
by venkateshdas - opened
I'm looking for guidance and reference scripts to fine-tune pretrained large language models (LLMs) on specific downstream tasks. My goal is to adapt these lighter LLMs for use cases such as text classification, question answering, and other specialized tasks. If anyone has sample scripts, best practices, or tips for setting up datasets and configuring hyperparameters, please share your insights! Any advice on performance optimization or evaluation methods would also be greatly appreciated. Thank you!