Instructions to use cunghoctienganh/511a97ce-f0af-4873-84ee-04b5430dbd56 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/511a97ce-f0af-4873-84ee-04b5430dbd56 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/511a97ce-f0af-4873-84ee-04b5430dbd56") - Notebooks
- Google Colab
- Kaggle
Ctrl+K