Instructions to use laquythang/c14ed31e-6e1f-42dc-94de-9ab5f0771acc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/c14ed31e-6e1f-42dc-94de-9ab5f0771acc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "laquythang/c14ed31e-6e1f-42dc-94de-9ab5f0771acc") - Notebooks
- Google Colab
- Kaggle