Instructions to use bbytxt/deaaed07-057f-4931-b377-11b95612332b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/deaaed07-057f-4931-b377-11b95612332b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B-Instruct") model = PeftModel.from_pretrained(base_model, "bbytxt/deaaed07-057f-4931-b377-11b95612332b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K