Instructions to use laquythang/8c50f086-eee6-437d-b1b0-8dfbbc80f349 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/8c50f086-eee6-437d-b1b0-8dfbbc80f349 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, "laquythang/8c50f086-eee6-437d-b1b0-8dfbbc80f349") - Notebooks
- Google Colab
- Kaggle
Ctrl+K