Spaces:
Running
Running
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
title: Supra
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.19.0
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Supra-Router-51M
|
| 3 |
+
emoji: 🛤️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.19.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: "51M prompt router: edge SLM vs cloud frontier"
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Supra-Router-51M
|
| 14 |
+
|
| 15 |
+
A Gradio demo for [SupraLabs/Supra-Router-51M](https://huggingface.co/SupraLabs/Supra-Router-51M), an ultra-lightweight (51.7M parameter) multi-task infrastructure routing model. Given a user prompt, it predicts whether the request should be handled locally by an edge SLM or offloaded to a cloud frontier model, along with a structured analysis of the prompt's domain, complexity, math/code flags, and a justification.
|
| 16 |
+
|
| 17 |
+
The model wraps the query as `Task: {prompt}\nAnalysis: ` and performs greedy decoding to emit a deterministic, pipe-separated decision string. This Space runs entirely on CPU — the model is small enough for fast local inference.
|