Instructions to use bbytxt/2cdddcc6-aacd-4628-8a75-124dedb4159b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/2cdddcc6-aacd-4628-8a75-124dedb4159b 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, "bbytxt/2cdddcc6-aacd-4628-8a75-124dedb4159b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K