Qwen 2.5 Math 14B Iter 1
Collection
Qwen 2.5 is missing it's 14B and 32B math variants!! I have taken it upon myself to create them :) • 3 items • Updated • 1
How to use qingy2024/Qwen2.5-14B-Math-LoRA with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("qingy2024/Qwen2.5-14B-Math-LoRA", device_map="auto")This qwen2 model was trained 2x faster with Unsloth and Huggingface's TRL library.