Instructions to use daniel40/da33ebbe-d83f-4b3c-a402-584fccc034bb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/da33ebbe-d83f-4b3c-a402-584fccc034bb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-160m") model = PeftModel.from_pretrained(base_model, "daniel40/da33ebbe-d83f-4b3c-a402-584fccc034bb") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.