Instructions to use kk-aivio/189cee1c-0270-4877-8909-95d7c74d62fe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kk-aivio/189cee1c-0270-4877-8909-95d7c74d62fe with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-7B-Instruct") model = PeftModel.from_pretrained(base_model, "kk-aivio/189cee1c-0270-4877-8909-95d7c74d62fe") - Notebooks
- Google Colab
- Kaggle
Ctrl+K