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

Model Card for PrAg-PO DeepSeek-R1-Distill-Qwen-1.5B step1100

If you are using the model, a star to our github repo would be really appreciated! 😊

This is the step 1100 checkpoint when training DeepSeek-R1-Distill-Qwen-1.5B on MATH Level-3-to-5 Dataset using PrAg-PO. The training procedure is outlined in the paper PrAg-PO: Prompt Augmented Policy Optimization for Robust and Diverse Mathematical Reasoning.

Model Sources

Uses

This model is intended for mathematical reasoning tasks. It leverages prompt augmentation to generate reasoning traces under diverse templates, increasing rollout diversity and stability during RL training.

Results

Citation

@misc{lu2026pragpopromptaugmentedpolicy,
      title={PrAg-PO: Prompt Augmented Policy Optimization for Robust and Diverse Mathematical Reasoning}, 
      author={Wenquan Lu and Hai Huang and Enqi Liu and Randall Balestriero},
      journal={arXiv preprint arXiv:2602.03190},
      url={https://arxiv.org/abs/2602.03190},
      year={2026},
}
Downloads last month
44
Safetensors
Model size
2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for daviddavidlu/PrAg-PO-DeepSeek-R1-Distill-Qwen-1.5B-step1100

Finetuned
(635)
this model

Paper for daviddavidlu/PrAg-PO-DeepSeek-R1-Distill-Qwen-1.5B-step1100