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

🇧🇩 Polymath-1.5B-Bengali-Math

This model is a merge of Qwen/Qwen2.5-1.5B and Qwen/Qwen2.5-1.5B-Instruct created using the SLERP method.

🧪 Research Goal

To investigate the "Capacity Gap" in low-resource languages (like Bengali) when transferring mathematical reasoning capabilities without fine-tuning.

📊 Performance

  • English Math Logic: 60% Accuracy (Retained Logic) ✅
  • Bengali Math Logic: 0% Accuracy (Capacity Constraint Revealed) ⚠️

🛠️ Method

Merged using MergeKit with the following config:

  • Method: SLERP
  • Precision: float16
  • Parameters: 1.5 Billion

Created for research and educational purposes.

Downloads last month
1
Safetensors
Model size
2B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Noushad999/Polymath-1.5B-Bengali-Math

Merge model
this model
Quantizations
1 model