Instructions to use kk-aivio/a2cab25f-9ed8-47ad-aa41-d1cfcebe1bf2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kk-aivio/a2cab25f-9ed8-47ad-aa41-d1cfcebe1bf2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B") model = PeftModel.from_pretrained(base_model, "kk-aivio/a2cab25f-9ed8-47ad-aa41-d1cfcebe1bf2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K