Instructions to use duyphu/464f76c0-ee35-48ba-8d21-de60e480b895 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use duyphu/464f76c0-ee35-48ba-8d21-de60e480b895 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-2-7b-chat") model = PeftModel.from_pretrained(base_model, "duyphu/464f76c0-ee35-48ba-8d21-de60e480b895") - Notebooks
- Google Colab
- Kaggle
Ctrl+K