Instructions to use eeeebbb2/51be6f90-5c30-4df4-adda-052d090febad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eeeebbb2/51be6f90-5c30-4df4-adda-052d090febad with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-1.5B") model = PeftModel.from_pretrained(base_model, "eeeebbb2/51be6f90-5c30-4df4-adda-052d090febad") - Notebooks
- Google Colab
- Kaggle
Ctrl+K