Instructions to use nttx/692d5aaf-572e-4f28-a940-e5e836868685 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/692d5aaf-572e-4f28-a940-e5e836868685 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "nttx/692d5aaf-572e-4f28-a940-e5e836868685") - Notebooks
- Google Colab
- Kaggle
Ctrl+K