Instructions to use Dnsx077/f3c7fe3f-f074-4117-ab17-480d72c938d9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dnsx077/f3c7fe3f-f074-4117-ab17-480d72c938d9 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "Dnsx077/f3c7fe3f-f074-4117-ab17-480d72c938d9") - Notebooks
- Google Colab
- Kaggle
Ctrl+K