Instructions to use duyphu/6dc5c693-bd8b-469b-8884-71b4941f4e88 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use duyphu/6dc5c693-bd8b-469b-8884-71b4941f4e88 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2-2b-it") model = PeftModel.from_pretrained(base_model, "duyphu/6dc5c693-bd8b-469b-8884-71b4941f4e88") - Notebooks
- Google Colab
- Kaggle
Ctrl+K