Instructions to use eeeebbb2/19cea5dd-85ab-4eb6-a8a2-16fd9f8c0fba with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eeeebbb2/19cea5dd-85ab-4eb6-a8a2-16fd9f8c0fba 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, "eeeebbb2/19cea5dd-85ab-4eb6-a8a2-16fd9f8c0fba") - Notebooks
- Google Colab
- Kaggle
Ctrl+K