Instructions to use nblinh/a5cc4cc4-6def-4537-a296-8698f571f813 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh/a5cc4cc4-6def-4537-a296-8698f571f813 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "nblinh/a5cc4cc4-6def-4537-a296-8698f571f813") - Notebooks
- Google Colab
- Kaggle
Ctrl+K