Spaces:
Running
Running
README: strip inline tag comments (they break tag parsing); explain tags in body
Browse files
README.md
CHANGED
|
@@ -9,12 +9,12 @@ pinned: true
|
|
| 9 |
license: mit
|
| 10 |
short_description: Tiny Army — fighters write their own true legends
|
| 11 |
tags:
|
| 12 |
-
- track:wood
|
| 13 |
-
- sponsor:nvidia
|
| 14 |
-
- sponsor:openbmb
|
| 15 |
-
- achievement:offbrand
|
| 16 |
-
- achievement:welltuned
|
| 17 |
-
- achievement:fieldnotes
|
| 18 |
---
|
| 19 |
|
| 20 |
# ⚔️ Tiny Army
|
|
@@ -48,6 +48,15 @@ load-bearing, from the sub-megabyte brain that picks every move to the words it
|
|
| 48 |
- **Frontend:** a custom **Pixi.js** game + cinematic intro served by **FastAPI**, with a
|
| 49 |
mounted **Gradio** barracks for hero creation.
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
## Running locally
|
| 52 |
|
| 53 |
`docker build` + run, or `python app.py` (port 7860). The model sidecars (Tiny Aya, Klein,
|
|
|
|
| 9 |
license: mit
|
| 10 |
short_description: Tiny Army — fighters write their own true legends
|
| 11 |
tags:
|
| 12 |
+
- track:wood
|
| 13 |
+
- sponsor:nvidia
|
| 14 |
+
- sponsor:openbmb
|
| 15 |
+
- achievement:offbrand
|
| 16 |
+
- achievement:welltuned
|
| 17 |
+
- achievement:fieldnotes
|
| 18 |
---
|
| 19 |
|
| 20 |
# ⚔️ Tiny Army
|
|
|
|
| 48 |
- **Frontend:** a custom **Pixi.js** game + cinematic intro served by **FastAPI**, with a
|
| 49 |
mounted **Gradio** barracks for hero creation.
|
| 50 |
|
| 51 |
+
## Hackathon entry
|
| 52 |
+
|
| 53 |
+
- **track:wood** — Thousand Token Wood (whimsical, AI-native).
|
| 54 |
+
- **sponsor:nvidia** — Skill Forge uses NVIDIA **Nemotron**.
|
| 55 |
+
- **sponsor:openbmb** — OpenBMB CPM family: **VoxCPM** voices + **MiniCPM5** chat/coding.
|
| 56 |
+
- **achievement:offbrand** — a custom Pixi.js game UI, well past stock Gradio.
|
| 57 |
+
- **achievement:welltuned** — ships a published fine-tune, `polats/weiner-klein-lora`.
|
| 58 |
+
- **achievement:fieldnotes** — write-up of what we built and learned (see the social post above).
|
| 59 |
+
|
| 60 |
## Running locally
|
| 61 |
|
| 62 |
`docker build` + run, or `python app.py` (port 7860). The model sidecars (Tiny Aya, Klein,
|