Ajeya95 commited on
Commit
4aa0fa4
·
verified ·
1 Parent(s): f7b25f7

Align docs around LLM-driven scenario generation

Browse files
Files changed (1) hide show
  1. docs/compliance-checklist.md +8 -8
docs/compliance-checklist.md CHANGED
@@ -5,15 +5,15 @@ Verified on June 13, 2026.
5
  | Requirement | Status | Evidence |
6
  |---|---|---|
7
  | Use a model under 32B | Complete | Runtime model is `Qwen/Qwen2.5-7B-Instruct` at 7.616B parameters |
8
- | Keep every fallback under 32B | Complete | No secondary model is configured; fallback behavior is deterministic Python |
9
  | Every model is under 32B | Complete | Hub metadata: 7,615,616,512 parameters; `MODEL_MANIFEST.json`; compliance tests |
10
- | Deploy as Gradio Space | Blocked externally | Gradio app and guarded deploy script are complete |
11
- | Host under `build-small-hackathon` | Blocked externally | `Ajeya95` lacks an active writable CLI login/organization Space-creation permission |
12
- | Public without local setup | Pending Space deployment | Space frontmatter, dependencies, and deterministic no-token mode are complete |
13
  | Public demo video | Complete | `docs/lifechoice-demo.mp4`, publicly served from GitHub |
14
- | Public social media post | Blocked externally | Final copy is in `docs/social-post.md`; installed connectors cannot publish |
15
  | Demo video link in README | Complete | README links the public GitHub-hosted MP4 |
16
- | Social post link in README | Pending publication | Placeholder remains explicit |
17
  | Hackathon frontmatter tags | Complete | README YAML frontmatter |
18
  | Short top description | Complete | First paragraph under title |
19
  | Screenshots/GIFs | Complete | Four browser-verified screenshots |
@@ -23,11 +23,11 @@ Verified on June 13, 2026.
23
  | AI safety/disclaimer | Complete | UI and README |
24
  | Explain why not a chatbot | Complete | README architecture explanation |
25
  | Models and stack documented | Complete | README and model manifest |
26
- | Test full Space incognito | Pending Space deployment | Full local browser flow verified; public Space cannot yet exist under target org |
27
  | Verify no model violates rule | Complete | Automated source scan and manifest tests |
28
  | Target requested categories | Complete | README lists Thousand Token Wood, Best Agent, Best Demo, OpenAI Prize |
29
  | Modal credits | Not targeted | No claim made |
30
- | Off Brand | Not targeted | Custom UI exists, but no category claim made |
31
  | Tiny Titan | Not targeted | 7.616B model, so no claim made |
32
  | OpenBMB | Not targeted | No MiniCPM claim |
33
  | NVIDIA | Not targeted | No Nemotron claim |
 
5
  | Requirement | Status | Evidence |
6
  |---|---|---|
7
  | Use a model under 32B | Complete | Runtime model is `Qwen/Qwen2.5-7B-Instruct` at 7.616B parameters |
8
+ | Keep every fallback under 32B | Complete | No secondary model is configured; deterministic fallback is only a resilience path |
9
  | Every model is under 32B | Complete | Hub metadata: 7,615,616,512 parameters; `MODEL_MANIFEST.json`; compliance tests |
10
+ | Deploy as Gradio Space | Complete | Public Space is live at `build-small-hackathon/LifeChoice-Simulator` |
11
+ | Host under `build-small-hackathon` | Complete | Space is hosted under the target organization |
12
+ | Public without local setup | Complete | Space frontmatter, dependencies, and runtime are deployed |
13
  | Public demo video | Complete | `docs/lifechoice-demo.mp4`, publicly served from GitHub |
14
+ | Public social media post | Ready to publish | Final copy is in `docs/social-post.md` |
15
  | Demo video link in README | Complete | README links the public GitHub-hosted MP4 |
16
+ | Social post link in README | Complete | README links `docs/social-post.md` |
17
  | Hackathon frontmatter tags | Complete | README YAML frontmatter |
18
  | Short top description | Complete | First paragraph under title |
19
  | Screenshots/GIFs | Complete | Four browser-verified screenshots |
 
23
  | AI safety/disclaimer | Complete | UI and README |
24
  | Explain why not a chatbot | Complete | README architecture explanation |
25
  | Models and stack documented | Complete | README and model manifest |
26
+ | Test full Space runtime | Complete | HF API verified Space runtime, files, and access |
27
  | Verify no model violates rule | Complete | Automated source scan and manifest tests |
28
  | Target requested categories | Complete | README lists Thousand Token Wood, Best Agent, Best Demo, OpenAI Prize |
29
  | Modal credits | Not targeted | No claim made |
30
+ | Off Brand | Targeted | Custom game-style Gradio UI is documented in README |
31
  | Tiny Titan | Not targeted | 7.616B model, so no claim made |
32
  | OpenBMB | Not targeted | No MiniCPM claim |
33
  | NVIDIA | Not targeted | No Nemotron claim |