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

Model Card for Model ID

Training Data

https://huggingface.co/datasets/meta-math/MetaMathQA

Training Hyperparameters

batch_size = 8, epoch = 1, learning_rate = 1e-4

Lora: r=16, lora_alpha=32, lora_dropout=0.05

Metrics

metrics={'train_runtime': 729.5559, 'train_samples_per_second': 9.746, 'train_steps_per_second': 0.306, 'total_flos': 7.949170591137792e+16, 'train_loss': 2.817356810976037, 'epoch': 1.0}

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SkyAsl/Qwen-3-4B-Math_Solver

Finetuned
Qwen/Qwen3-4B
Finetuned
(1077)
this model

Dataset used to train SkyAsl/Qwen-3-4B-Math_Solver