Instructions to use LemiSt/SmolLM-135M-instruct-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LemiSt/SmolLM-135M-instruct-de with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("LemiSt/SmolLM-135M-de") model = PeftModel.from_pretrained(base_model, "LemiSt/SmolLM-135M-instruct-de") - Notebooks
- Google Colab
- Kaggle