Spaces:
Sleeping
Sleeping
Make decompress submission self-contained
Browse filesAdds the committed demo MP4 and embeds it in the Space README so the Backyard entry validates without an external post.
Keeps the app code untouched and limits the change to submission metadata/media.
Co-authored-by: Codex <codex@openai.com>
- .gitattributes +1 -0
- README.md +15 -8
- eval/decompress_capture.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
eval/decompress_capture.mp4 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -37,12 +37,14 @@ models:
|
|
| 37 |
|
| 38 |
# Decompress
|
| 39 |
|
|
|
|
|
|
|
| 40 |
Decompress is a calm five-minute voice/text check-in companion. It is built for
|
| 41 |
the practical Backyard track: after a stressful moment, the app listens without
|
| 42 |
over-talking, gives a small backchannel when appropriate, and responds at the
|
| 43 |
pause with one grounded next step.
|
| 44 |
|
| 45 |
-
|
| 46 |
GitHub repo: https://github.com/Hcoder10/whentospeak
|
| 47 |
|
| 48 |
This is wellness support only. It is not medical advice, diagnosis, therapy, or
|
|
@@ -73,8 +75,18 @@ In the cached live-model timing eval, the controller reaches F1 `0.788` versus
|
|
| 73 |
cited, open-access wellness corpus.
|
| 74 |
- **OpenAI:** the public repo history is Codex-attributed.
|
| 75 |
|
| 76 |
-
The
|
| 77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
|
| 79 |
## Grounding Sources
|
| 80 |
|
|
@@ -110,8 +122,3 @@ DECOMPRESS_BRAIN_ENDPOINT_TOKEN
|
|
| 110 |
DECOMPRESS_TRANSCRIBE_ENDPOINT_URL
|
| 111 |
DECOMPRESS_TRANSCRIBE_ENDPOINT_TOKEN
|
| 112 |
```
|
| 113 |
-
|
| 114 |
-
## Links
|
| 115 |
-
|
| 116 |
-
- Demo video: PLACEHOLDER - add recording link after capture.
|
| 117 |
-
- Social post: PLACEHOLDER - add post link after publishing.
|
|
|
|
| 37 |
|
| 38 |
# Decompress
|
| 39 |
|
| 40 |
+
Decompress proves the same small, training-free timing policy can make a companion wait through stress, backchannel lightly, then answer with one grounded step.
|
| 41 |
+
|
| 42 |
Decompress is a calm five-minute voice/text check-in companion. It is built for
|
| 43 |
the practical Backyard track: after a stressful moment, the app listens without
|
| 44 |
over-talking, gives a small backchannel when appropriate, and responds at the
|
| 45 |
pause with one grounded next step.
|
| 46 |
|
| 47 |
+
Try it on Hugging Face Space: https://build-small-hackathon-decompress.hf.space<br>
|
| 48 |
GitHub repo: https://github.com/Hcoder10/whentospeak
|
| 49 |
|
| 50 |
This is wellness support only. It is not medical advice, diagnosis, therapy, or
|
|
|
|
| 75 |
cited, open-access wellness corpus.
|
| 76 |
- **OpenAI:** the public repo history is Codex-attributed.
|
| 77 |
|
| 78 |
+
The live demo runs on Modal, but the timing path uses small, on-device-class
|
| 79 |
+
weights: MiniCPM3-4B for the brain, a 2B Cohere ASR model, Kokoro-82M for
|
| 80 |
+
speech, and a compact local embedder. There is no supervised turn-taking head
|
| 81 |
+
and no cloud LLM call for the core when-to-speak policy.
|
| 82 |
+
|
| 83 |
+
## Demo
|
| 84 |
+
|
| 85 |
+
<video controls src="eval/decompress_capture.mp4"></video>
|
| 86 |
+
|
| 87 |
+
Plain link fallback: [eval/decompress_capture.mp4](eval/decompress_capture.mp4)
|
| 88 |
+
|
| 89 |
+
Social post: SOCIAL_URL_PLACEHOLDER
|
| 90 |
|
| 91 |
## Grounding Sources
|
| 92 |
|
|
|
|
| 122 |
DECOMPRESS_TRANSCRIBE_ENDPOINT_URL
|
| 123 |
DECOMPRESS_TRANSCRIBE_ENDPOINT_TOKEN
|
| 124 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eval/decompress_capture.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bef78c1b30e7e1bbf1d6d7277904b299f7f5aeac052a040e56e51f295f37816
|
| 3 |
+
size 1726946
|