Instructions to use eageringdev/88cd56b3-eefc-4f8b-8d62-23dcec4382bb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eageringdev/88cd56b3-eefc-4f8b-8d62-23dcec4382bb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codellama-7b") model = PeftModel.from_pretrained(base_model, "eageringdev/88cd56b3-eefc-4f8b-8d62-23dcec4382bb") - Notebooks
- Google Colab
- Kaggle
Ctrl+K