Instructions to use havinash-ai/ffe07dca-d455-4a7e-a548-4a3afe87d6c9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/ffe07dca-d455-4a7e-a548-4a3afe87d6c9 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-410m-deduped") model = PeftModel.from_pretrained(base_model, "havinash-ai/ffe07dca-d455-4a7e-a548-4a3afe87d6c9") - Notebooks
- Google Colab
- Kaggle
Ctrl+K