RthItalia commited on
Commit
87e21b8
·
verified ·
1 Parent(s): 1b3a9d8

Add Trollsona demo video link with Codex

Browse files
Files changed (1) hide show
  1. SUBMISSION.md +14 -11
SUBMISSION.md CHANGED
@@ -7,11 +7,13 @@
7
  | Public GitHub repo | DONE | https://github.com/rthgit/Trollsona | None |
8
  | Codex-attributed commits | DONE | `3fe2db1`, `4f196a6`, `8a1b09d` | None |
9
  | Space README links to repo | DONE | `README.md` contains repo URL | None |
10
- | Hugging Face Space deploy | DONE | https://huggingface.co/spaces/RthItalia/Trollsona | None |
11
- | Space link | DONE | `README.md` contains https://huggingface.co/spaces/RthItalia/Trollsona | None |
 
12
  | Space model variables | DONE | `.env.example` documents `TROLLSONA_ENABLE_MODEL=1`, `TROLLSONA_MODEL_ID=RthItalia/nano_compact_3b_qkvfp16`, `TROLLSONA_FALLBACK_MODEL_ID=Qwen/Qwen2.5-0.5B-Instruct` | Configure the same variables in Space settings if overriding defaults |
13
- | Demo video | [DA COMPLETARE] | No video link/file present | Record 45-60s demo |
14
- | Social post | [DA COMPLETARE] | Draft below contains Space/GitHub URLs | Publish and add final link if required |
 
15
  | Gradio app | DONE | `app.py` defines `gr.Blocks` app | None |
16
  | Small model <=32B | DONE | Primary model id: `RthItalia/nano_compact_3b_qkvfp16`; fallback model id: `Qwen/Qwen2.5-0.5B-Instruct` | None |
17
  | Transformers model path | DONE | `TROLLSONA_ENABLE_MODEL=1` in Space variables; `AutoModelForCausalLM.from_pretrained(..., trust_remote_code=True)` implemented | None |
@@ -33,7 +35,7 @@ Spice: 4
33
  Advice: on
34
  ```
35
 
36
- Hosted test result: `Source: transformers_model`; runtime `Qwen/Qwen2.5-0.5B-Instruct` as CPU fallback model.
37
 
38
  | timestamp | action | what it shows | suggested line |
39
  |---|---|---|---|
@@ -56,8 +58,9 @@ Tech note: Built for Build Small Hackathon as a Gradio Hugging Face Space. The p
56
 
57
  Links:
58
 
59
- - Space: https://huggingface.co/spaces/RthItalia/Trollsona
60
  - GitHub: https://github.com/rthgit/Trollsona
 
61
 
62
  CTA: Try it, summon your menace, and share the dossier.
63
 
@@ -75,9 +78,9 @@ CTA: Try it, summon your menace, and share the dossier.
75
  | Visual contrast | inspect input/dropdown/checkbox/CTA/card | readable UI | DONE |
76
  | Git status | `git status --short --ignored` | only ignored `.env` / QA screenshot remain | DONE |
77
  | README repo link | inspect README | GitHub URL present | DONE |
78
- | Space build | Hugging Face runtime API | `stage=RUNNING`, `requested=cpu-basic` | DONE |
79
  | Browser test on Space | Playwright on public Space | card renders; debug source/fallback hidden until accordion opens | DONE |
80
- | Hosted model-backed generation | Playwright on public Space, then open `See the cursed paperwork` | `Source: transformers_model`; runtime `Qwen/Qwen2.5-0.5B-Instruct` as `fallback_model` on CPU; fallback note reports primary `RthItalia/nano_compact_3b_qkvfp16` skipped because CUDA is unavailable | DONE |
81
 
82
  ## Final Ship Plan
83
 
@@ -85,8 +88,8 @@ CTA: Try it, summon your menace, and share the dossier.
85
  |---|---|---|---|---|
86
  | 1 | Codex | Final README and submission docs | Docs committed | P0 |
87
  | 2 | Codex/User | GitHub push | `rthgit/Trollsona` contains latest commits | P0 |
88
- | 3 | Codex | Hugging Face Space | Public Space URL opens app | P0 |
89
  | 4 | Codex | README Space link | Space URL is present in `README.md` | P0 |
90
- | 5 | User | Demo video | 45-60s video available | P1 |
91
- | 6 | User | Social post | Published post with links | P1 |
92
  | 7 | User | Submission form | All required URLs submitted | P0 |
 
7
  | Public GitHub repo | DONE | https://github.com/rthgit/Trollsona | None |
8
  | Codex-attributed commits | DONE | `3fe2db1`, `4f196a6`, `8a1b09d` | None |
9
  | Space README links to repo | DONE | `README.md` contains repo URL | None |
10
+ | Hugging Face Space deploy | DONE | https://huggingface.co/spaces/build-small-hackathon/Trollsona | None |
11
+ | Backup Space deploy | DONE | https://huggingface.co/spaces/RthItalia/Trollsona | None |
12
+ | Space link | DONE | `README.md` contains https://huggingface.co/spaces/build-small-hackathon/Trollsona | None |
13
  | Space model variables | DONE | `.env.example` documents `TROLLSONA_ENABLE_MODEL=1`, `TROLLSONA_MODEL_ID=RthItalia/nano_compact_3b_qkvfp16`, `TROLLSONA_FALLBACK_MODEL_ID=Qwen/Qwen2.5-0.5B-Instruct` | Configure the same variables in Space settings if overriding defaults |
14
+ | Demo video file | DONE | `artifacts/trollsona-demo.mp4` | None |
15
+ | Demo video public URL | DONE | https://youtu.be/p2m9tac8lF8 | None |
16
+ | Social post | DONE | https://www.linkedin.com/posts/christian-quintino-de-luca-72b808344_buildsmall-gradio-huggingface-ugcPost-7468732928114651137-zX2a/ | None |
17
  | Gradio app | DONE | `app.py` defines `gr.Blocks` app | None |
18
  | Small model <=32B | DONE | Primary model id: `RthItalia/nano_compact_3b_qkvfp16`; fallback model id: `Qwen/Qwen2.5-0.5B-Instruct` | None |
19
  | Transformers model path | DONE | `TROLLSONA_ENABLE_MODEL=1` in Space variables; `AutoModelForCausalLM.from_pretrained(..., trust_remote_code=True)` implemented | None |
 
35
  Advice: on
36
  ```
37
 
38
+ Hosted test result on the official Build Small Space: `Source: transformers_model`; runtime `Qwen/Qwen2.5-0.5B-Instruct` as CPU fallback model.
39
 
40
  | timestamp | action | what it shows | suggested line |
41
  |---|---|---|---|
 
58
 
59
  Links:
60
 
61
+ - Space: https://huggingface.co/spaces/build-small-hackathon/Trollsona
62
  - GitHub: https://github.com/rthgit/Trollsona
63
+ - Demo video: https://youtu.be/p2m9tac8lF8
64
 
65
  CTA: Try it, summon your menace, and share the dossier.
66
 
 
78
  | Visual contrast | inspect input/dropdown/checkbox/CTA/card | readable UI | DONE |
79
  | Git status | `git status --short --ignored` | only ignored `.env` / QA screenshot remain | DONE |
80
  | README repo link | inspect README | GitHub URL present | DONE |
81
+ | Official org Space build | Hugging Face Space/API check | public app returns HTTP 200 | DONE |
82
  | Browser test on Space | Playwright on public Space | card renders; debug source/fallback hidden until accordion opens | DONE |
83
+ | Hosted model-backed generation | Gradio API on official org Space | `Source: transformers_model`; result card renders | DONE |
84
 
85
  ## Final Ship Plan
86
 
 
88
  |---|---|---|---|---|
89
  | 1 | Codex | Final README and submission docs | Docs committed | P0 |
90
  | 2 | Codex/User | GitHub push | `rthgit/Trollsona` contains latest commits | P0 |
91
+ | 3 | Codex | Official Build Small Hugging Face Space | Public Space URL opens app | P0 |
92
  | 4 | Codex | README Space link | Space URL is present in `README.md` | P0 |
93
+ | 5 | User | Demo video public upload | Public video URL available | P0 |
94
+ | 6 | User | Social post | Published post with links | DONE |
95
  | 7 | User | Submission form | All required URLs submitted | P0 |