Instructions to use oxkitsune/Qwen2.5-Math-1.5B-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use oxkitsune/Qwen2.5-Math-1.5B-SFT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Math-1.5B") model = PeftModel.from_pretrained(base_model, "oxkitsune/Qwen2.5-Math-1.5B-SFT") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d5d8fff | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:463823f266b321e16445f540ca9e8e446835ab47bb3f3e97307931a9f6ba0f69
size 5688
|