Instructions to use nhungphammmmm/d698f214-1a78-4a2a-a4c7-9f1c531c45f9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/d698f214-1a78-4a2a-a4c7-9f1c531c45f9 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/d698f214-1a78-4a2a-a4c7-9f1c531c45f9") - Notebooks
- Google Colab
- Kaggle
Ctrl+K