mrfakename commited on
Commit
a235db5
·
verified ·
1 Parent(s): 6fda046

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,13 +1,17 @@
1
  ---
2
- title: Supra Router 51m
3
- emoji:
4
- colorFrom: purple
5
- colorTo: blue
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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.