Instructions to use nhungphammmmm/dedfac67-e532-4aec-8e23-0238013d72a5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/dedfac67-e532-4aec-8e23-0238013d72a5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-14B-Instruct") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/dedfac67-e532-4aec-8e23-0238013d72a5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K