Spaces:
Build error
Build error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,51 @@
|
|
| 1 |
---
|
| 2 |
-
title: Mobile
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Mobile LLM Leaderboard
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
tags:
|
| 12 |
+
- leaderboard
|
| 13 |
+
- mobile
|
| 14 |
+
- llm
|
| 15 |
+
- on-device
|
| 16 |
+
- benchmark
|
| 17 |
+
- dispatchai
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# π dispatchAI Mobile LLM Leaderboard
|
| 21 |
+
|
| 22 |
+
The definitive leaderboard for mobile-optimized LLMs.
|
| 23 |
+
|
| 24 |
+
Every model in this leaderboard has been:
|
| 25 |
+
- Re-engineered for mobile deployment
|
| 26 |
+
- Quantized for on-device constraints (<4GB RAM)
|
| 27 |
+
- Tested on real Snapdragon 865 hardware (Samsung S20 FE)
|
| 28 |
+
|
| 29 |
+
## Categories
|
| 30 |
+
|
| 31 |
+
- **Chat** β General instruction-following
|
| 32 |
+
- **Code** β Code completion
|
| 33 |
+
- **Math** β Mathematical reasoning
|
| 34 |
+
- **Arabic** β Arabic language models
|
| 35 |
+
- **Function Call** β Tool-use and agent models
|
| 36 |
+
- **Vision** β Multimodal image understanding
|
| 37 |
+
- **Embedding** β Vector embeddings for RAG
|
| 38 |
+
|
| 39 |
+
## Submit Your Model
|
| 40 |
+
|
| 41 |
+
To submit a model for inclusion, open a discussion on this Space with:
|
| 42 |
+
- Model name and HuggingFace link
|
| 43 |
+
- Parameter count and size
|
| 44 |
+
- Quantization method
|
| 45 |
+
- Target hardware
|
| 46 |
+
|
| 47 |
+
We'll benchmark it on our phone farm and add it to the leaderboard.
|
| 48 |
+
|
| 49 |
+
## About dispatchAI
|
| 50 |
+
|
| 51 |
+
Small. Mobile. Free. UAE-built. π
|