Instructions to use sergioalves/f46c06a5-5d69-4b79-b55c-9aad986959ad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sergioalves/f46c06a5-5d69-4b79-b55c-9aad986959ad with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-70m") model = PeftModel.from_pretrained(base_model, "sergioalves/f46c06a5-5d69-4b79-b55c-9aad986959ad") - Notebooks
- Google Colab
- Kaggle
Ctrl+K