Instructions to use thalllsssss/9a79dd9f-c833-4ff1-9738-e7c66998e5ff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/9a79dd9f-c833-4ff1-9738-e7c66998e5ff with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B") model = PeftModel.from_pretrained(base_model, "thalllsssss/9a79dd9f-c833-4ff1-9738-e7c66998e5ff") - Notebooks
- Google Colab
- Kaggle
Ctrl+K