Instructions to use ancient41/39cd6bd0-3844-4c5c-be55-615a7b5dfe5e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ancient41/39cd6bd0-3844-4c5c-be55-615a7b5dfe5e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "ancient41/39cd6bd0-3844-4c5c-be55-615a7b5dfe5e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K