wchen22 commited on
Commit
4d2c01b
·
verified ·
1 Parent(s): 1a0e311

docs: remove stale verification sha

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -38,11 +38,9 @@ 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
- - 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.
 
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 receipts are written under
42
+ `reports/generated/compression_space/`; run the full verifier with the
43
+ current Space SHA to check runtime, API smoke, and remote/local file parity.
 
 
44
  - Latest live result: `/v1/compress` saved 28/70 estimated tokens;
45
  managed `inputs[]` returned `input_count=2`, `succeeded=2`, `failed=0`,
46
  and `/v1/classify` returned KEEP-only DeBERTa tokenizer labels.