How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "qingy2024/Qwen2.5-Math-14B-Instruct-Preview"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "qingy2024/Qwen2.5-Math-14B-Instruct-Preview",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/qingy2024/Qwen2.5-Math-14B-Instruct-Preview
Quick Links

Uploaded model

  • Developed by: qingy2019
  • License: apache-2.0
  • Finetuned from model : unsloth/qwen2.5-14b-instruct-bnb-4bit

This Qwen 2.5 model was trained 2x faster with Unsloth and Huggingface's TRL library.

I fine-tuned it for 400 steps on garage-bAInd/Open-Platypus with a batch size of 3.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 36.71
IFEval (0-Shot) 60.66
BBH (3-Shot) 47.02
MATH Lvl 5 (4-Shot) 28.47
GPQA (0-shot) 16.33
MuSR (0-shot) 19.63
MMLU-PRO (5-shot) 48.12
Downloads last month
618
Safetensors
Model size
15B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with qingy2024/Qwen2.5-Math-14B-Instruct-Preview.

Model tree for qingy2024/Qwen2.5-Math-14B-Instruct-Preview

Merges
6 models
Quantizations
5 models

Collection including qingy2024/Qwen2.5-Math-14B-Instruct-Preview

Evaluation results