Instructions to use bbytxt/65114684-be2c-4acc-b05a-0b9c97ac53cd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/65114684-be2c-4acc-b05a-0b9c97ac53cd 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/65114684-be2c-4acc-b05a-0b9c97ac53cd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K