Instructions to use nhung03/5660b7ef-a3f1-45d8-b76d-3da5d41c56ff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung03/5660b7ef-a3f1-45d8-b76d-3da5d41c56ff with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "nhung03/5660b7ef-a3f1-45d8-b76d-3da5d41c56ff") - Notebooks
- Google Colab
- Kaggle