Instructions to use nhungphammmmm/3aa7656d-abd2-48ab-a88f-2d53d19c0332 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/3aa7656d-abd2-48ab-a88f-2d53d19c0332 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/3aa7656d-abd2-48ab-a88f-2d53d19c0332") - Notebooks
- Google Colab
- Kaggle