Instructions to use blood34/7f27cca4-cc26-4a50-b63f-ec5af0b641ae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use blood34/7f27cca4-cc26-4a50-b63f-ec5af0b641ae 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, "blood34/7f27cca4-cc26-4a50-b63f-ec5af0b641ae") - Notebooks
- Google Colab
- Kaggle
Ctrl+K