Small model Family
šļø Building on HF
Dan P
Datdanboi25
AI & ML interests
Axiomic Labs Founder
Mechatronics engineer, LLMs, Vision Models, Embedding Models
Recent Activity
reacted to PhysiQuanty's post with š„ about 5 hours ago
š§ Arithmetic-SLM : A 30M model that manages to compute simple arithmetic better than a 3B model š
https://huggingface.co/WhirlwindAI/Arithmetic-SLM
https://huggingface.co/spaces/hugging-apps/arithmetic-slm
š Leaderboard ArithMark-2 š
š„ Qwen/Qwen2.5-Math-1.5B = 82.08%
š„ WhirlwindAI/Arithmetic-SLM = 78.60% (31.7M Params)
š„ Qwen/Qwen2.5-3B = 78.44%
Example WhirlwindAI/Arithmetic-SLM =
0.5 * 0.5 = 0.25 ā
(132 / 12) + (46 - 15) = 42 ā
(10 + 28) * 3 = 114 ā
1 * (16 + 28) = 44 ā
(21 + 27) * (14 - 7) = 336 ā
```python
leaderboard = """
| Model | Params | Score |
|----------------------------------|--------------|-----------|
| Qwen/Qwen2.5-Math-1.5B | 1.54B | 82.08% |
| WhirlwindAI/Arithmetic-SLM | 31.70M | 78.60% | <=
| Qwen/Qwen2.5-3B | 3.09B | 78.44% |
| Qwen/Qwen2.5-1.5B | 1.54B | 77.72% |
| Qwen/Qwen2.5-Coder-1.5B | 1.54B | 74.88% |
| HuggingFaceTB/SmolLM2-1.7B | 1.71B | 66.12% |
| Qwen/Qwen2.5-0.5B | 494M | 63.04% |
| facebook/MobileLLM-R1-140M-base | 140M | 53.88% |
| SupraLabs/Supra-50M-Base | 52M | 27.12% |
"""
```
By Science AND FOR SCIENCE <3 !
-1/12.... new activity about 9 hours ago
AxiomicLabs/Open_SLM_Leaderboard:Model submission - Atom2.7m new activity about 9 hours ago
AxiomicLabs/Open_SLM_Leaderboard:Is it possible to add SLM models?