Instructions to use nhung01/f8dceacf-d022-4b6f-81d4-6ddb3d9a4a10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung01/f8dceacf-d022-4b6f-81d4-6ddb3d9a4a10 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, "nhung01/f8dceacf-d022-4b6f-81d4-6ddb3d9a4a10") - Notebooks
- Google Colab
- Kaggle
Ctrl+K