Instructions to use romainnn/7c96bcdb-e360-431b-8a71-12efe4b4bc1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use romainnn/7c96bcdb-e360-431b-8a71-12efe4b4bc1b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "romainnn/7c96bcdb-e360-431b-8a71-12efe4b4bc1b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K