Instructions to use cunghoctienganh/1860bcee-7b81-46a1-9a72-dfd19ba45b4f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/1860bcee-7b81-46a1-9a72-dfd19ba45b4f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-7B") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/1860bcee-7b81-46a1-9a72-dfd19ba45b4f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K