Spaces:
Runtime error
Runtime error
docs: sync compression space verification receipt
Browse files
README.md
CHANGED
|
@@ -38,6 +38,11 @@ Live Space:
|
|
| 38 |
`python3 scripts/verify_compression_space.py --expected-sha <sha> --out reports/generated/compression_space/hf_space_verification.json`
|
| 39 |
validates HF runtime metadata, repo/runtime SHA agreement, API smoke, and
|
| 40 |
remote/local Space file parity.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
- Latest live result: `/v1/compress` saved 28/70 estimated tokens;
|
| 42 |
managed `inputs[]` returned `input_count=2`, `succeeded=2`, `failed=0`,
|
| 43 |
and `/v1/classify` returned KEEP-only DeBERTa tokenizer labels.
|
|
|
|
| 38 |
`python3 scripts/verify_compression_space.py --expected-sha <sha> --out reports/generated/compression_space/hf_space_verification.json`
|
| 39 |
validates HF runtime metadata, repo/runtime SHA agreement, API smoke, and
|
| 40 |
remote/local Space file parity.
|
| 41 |
+
- Fresh local receipt, 2026-06-11:
|
| 42 |
+
`reports/generated/compression_space/hf_space_verification_current.json`
|
| 43 |
+
passed all checks against
|
| 44 |
+
`472c58c568ea71d9380e525f579037992adc3ca4`, including remote/local parity
|
| 45 |
+
for `app.py`.
|
| 46 |
- Latest live result: `/v1/compress` saved 28/70 estimated tokens;
|
| 47 |
managed `inputs[]` returned `input_count=2`, `succeeded=2`, `failed=0`,
|
| 48 |
and `/v1/classify` returned KEEP-only DeBERTa tokenizer labels.
|