Instructions to use tuanna08go/decda85a-cc80-403f-8f61-2d4405578f06 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/decda85a-cc80-403f-8f61-2d4405578f06 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Math-1.5B") model = PeftModel.from_pretrained(base_model, "tuanna08go/decda85a-cc80-403f-8f61-2d4405578f06") - Notebooks
- Google Colab
- Kaggle
Ctrl+K