Datasets:
Search is not available for this dataset
image imagewidth (px) 414 1.44k |
|---|
ZPE-Prosody — Lane State
Durable recovery snapshot of the ZPE-Prosody lane's product-page build, landing-card lineage, and lane-agent receipts.
This dataset is the non-code companion to the canonical code repo at github.com/Zer0pa/ZPE-Prosody. All actual codec, proofs, and release artifacts live in the GitHub repo. This HF dataset holds large/binary artifacts that don't belong in Git: rendered screenshots, the per-lane product-page HTML build, and the lane-agent audit JSON.
Lane identity
| Field | Value |
|---|---|
| Lane | zpe-prosody |
| Portfolio | encoding |
Slot on landing-rd-v3 |
31 |
| Canonical repo (PUBLIC) | https://github.com/Zer0pa/ZPE-Prosody |
| PyPI | zpe-prosody v0.1.1 |
| Voice (per FPO §0.5) | idea-X-falsified — flagship-falsification panel |
| Verdict | FAIL (PRO-C006 retrieval falsified at p@5 0.31 vs 0.80; PRO-C005 transfer paused-external; PRO-C001..C004 PASS — encoder primitive ships independently) |
| Visibility | PUBLIC (mirrors GitHub repo visibility per durability brief) |
Canonical headline (per §B Slot 31)
Encoder yes — retrieval, falsified.
Surfaced as polished forms on the two front doors:
- Product page hero:
An encoder that ships; a retrieval gate, falsified. - Landing-rd-v3 slot 31:
Encoder ships; retrieval falsified. - GitHub description:
ZPE-Prosody: deterministic prosody-feature primitive (F0 / energy / duration / voiced-mask). Encoder PASS at 13.0× / 0.64% RMSE on LibriSpeech; retrieval gate (PRO-C006) FAIL at p@5 0.31 vs 0.80; transfer (PRO-C005) paused-external. - README intro (PR #49): partial-falsification framing in the lead clause.
Contents
| Path | What it is |
|---|---|
index.html |
The locked-template product-page build for ZPE-Prosody. Replicates the structure of the ZPE-XR prototype 1:1 (29 b-cell articles, identical grid spans, monochrome + Oswald/JetBrains Mono only). 16 lane-owned cells populated; 9 forward-arc cells (09 block) authored under operator-supply. 3 external slots (01 GAP / 02 MARKETS / 03 VALUE) intentionally left placeholder pending operator-supplied market data. |
product-page-audit.json |
Lane-agent audit packet: word-budget audit (22/22 cells in range), Pretext state (active; 1 tight engagement on 09.1 — within tool spec), structural-fidelity diff vs reference (0 drift), non-claim sweep (0 violations), cross-surface coherence checklist. |
renders/product-page-full-1440.png |
Full-page render at 1440×3200 viewport. |
renders/product-page-top-crop.png |
Hero + 01/02/03 + 04 row crop. |
renders/product-page-insight-benchmark-crop.png |
04 INSIGHT / 05.0 / 05.1 / 05.2 / 06 / 06.1 crop. |
renders/product-page-possibility-crop.png |
09 row + 09.4–09.8 unlock strip crop. |
renders/product-page-mobile-414.png |
Mobile-fold render at 414×8000 viewport. Confirms .lane-body single-column collapse holds. |
Truth basis
- FPO §A line 699–715 (
FPO_DISPATCH_BRIEF_PRODUCT_PAGE_2026-05-09.md): controlling proofsreports/ZPE-Prosody.md:36-62,80,falsification/ZPE-Prosody.md:19-121, andproofs/artifacts/2026-02-20_zpe_prosody_wave1/quality_gate_scorecard.json. - §B Slot 31 line 771 — final headline call: ADOPT FPO advisory tweak
Encoder yes — retrieval, falsified. - §C.2 line 872 — third flagship-falsification panel; full idea-X-falsified voice; 04 INSIGHT carries failure-as-wedge; 05.2 mini-bars include
0.31 vs 0.80failed gate as gray-dashed pinstripe focus row; 06.1 product row = encoder gate, gray rows = retrieval failed + transfer paused; 08.2 brand spine carries falsification verbatim. - §C.3 line 878 — 08.2 Pretext exception (full cell height permitted).
Five lane-defining metric anchors
| # | Anchor | Value | Source |
|---|---|---|---|
| 1 | Voiced-F0 RMSE | 0.64% mean | proofs/artifacts/librispeech_benchmark/f0_fidelity.json |
| 2 | Mean compression vs raw float32 | 13.0× | proofs/artifacts/librispeech_benchmark/compression_benchmark.json |
| 3 | Primitive gates | 4 / 4 PASS (PRO-C001..C004) | proofs/artifacts/2026-02-20_zpe_prosody_wave1/quality_gate_scorecard.json |
| 4 | Corpus surface | 100 LibriSpeech test-clean utterances |
OpenSLR |
| 5 | Retrieval gate (failed) | PRO-C006 FAIL · p@5 0.31 vs 0.80 threshold | proofs/artifacts/2026-02-20_zpe_prosody_wave1/quality_gate_scorecard.json |
Non-claim boundary (load-bearing)
ZPE-Prosody does not claim:
- Transfer learning (PRO-C005 paused-external on closure dependency).
- A retrieval product (PRO-C006 falsified; bench data shipped as the lab record, not as a product feature).
- A general TTS-ready system (out of scope — the lane is a feature-store primitive for TTS preprocessing).
- A commercial-readiness disposition (lane verdict is FAIL).
Lineage of related changes pushed to GitHub this wave
- Main HEAD:
194445520055—chore(license): supersede SAL v7.0 with SAL v7.1 (#48)(2026-05-03). - PR #49 (OPEN, MERGEABLE) on branch
chore/front-door-g2-g3-bounded-lossy-2026-05-07at7ca5228: two commits5786afeG2 license sync + G3 SHA bump + bounded-lossy wording reconciliation + CITATION.cff0.1.0 → 0.1.17ca5228flagship-falsification README intro recast.
- GitHub repo description + topics: updated live via
gh repo edit(failed-gate language surfaced; falsifying topicslossless-compression,text-to-speech,speech-synthesis,emotion-recognition,speech-recognitionpruned).
How to fully resume after a local-disk wipe
git clone https://github.com/Zer0pa/ZPE-Prosody.git— restores all code, proofs, READMEs, CITATION, CHANGELOG, LICENSE, Makefile, src tree, tests, and thechore/front-door-g2-g3-bounded-lossy-2026-05-07PR branch.hf download Zer0pa/ZPE-Prosody-lane-state --repo-type dataset --local-dir prosody-product-page-build— restoresindex.html,product-page-audit.json, and the five rendered screenshots.- Serve locally:
cd prosody-product-page-build && python3 -m http.server 8773(or any port) → openhttp://127.0.0.1:8773/.
The combination of (1) + (2) is sufficient to fully resume the lane.
- Downloads last month
- 43