Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,31 @@
|
|
| 1 |
---
|
| 2 |
title: Quant Playground
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Quant Playground
|
| 3 |
+
emoji: 🎯
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
tags:
|
| 12 |
+
- quantization
|
| 13 |
+
- comparison
|
| 14 |
+
- mobile
|
| 15 |
+
- benchmark
|
| 16 |
+
- gguf
|
| 17 |
+
- dispatchai
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# 🎯 dispatchAI Quantization Playground
|
| 21 |
+
|
| 22 |
+
Compare GGUF quantization levels side-by-side. See exactly how much size, speed, and quality you trade off at each quant level.
|
| 23 |
+
|
| 24 |
+
## Features
|
| 25 |
+
|
| 26 |
+
- **Side-by-side comparison**: Size, speed, quality, and RAM for every quant level
|
| 27 |
+
- **Sample output comparison**: See actual text quality differences between quants
|
| 28 |
+
- **Phone RAM recommender**: Input your phone's RAM, get the best model+quant combo
|
| 29 |
+
- **Real hardware data**: All benchmarks from Snapdragon 865 (Samsung S20 FE)
|
| 30 |
+
|
| 31 |
+
🚀 [dispatchAI](https://huggingface.co/dispatchAI) — Small. Mobile. Free. UAE-built.
|