wchen22 commited on
Commit
01f13f1
·
verified ·
1 Parent(s): b784d0b

docs: sync live compression verification receipt

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -25,8 +25,18 @@ Endpoints:
25
  Live Space:
26
 
27
  - `https://wchen22-touchdown-compression-classifier.hf.space`
28
- - Verified 2026-06-11 on free `cpu-basic`: `/health`, `/v1/classify`, and
29
- `/v1/compress` returned 200.
 
 
 
 
 
 
 
 
 
 
30
  - `/v1/classify` is tokenizer/fallback KEEP-only until a trained KEEP/DROP head
31
  is mounted. `/v1/compress` is rules-first deletion-only compression with
32
  safety receipts. The Space app supports both single `input` requests and
 
25
  Live Space:
26
 
27
  - `https://wchen22-touchdown-compression-classifier.hf.space`
28
+ - Current deployed commit:
29
+ `b784d0bebf599cfb2b304f85158aba8fecf706a4`.
30
+ - Verified 2026-06-11 with HF CLI: runtime stage `RUNNING`, hardware
31
+ `cpu-basic`, domain `READY`, Space commit
32
+ `b784d0bebf599cfb2b304f85158aba8fecf706a4`.
33
+ - Live smoke:
34
+ `python3 scripts/smoke_compression_api.py --base-url https://wchen22-touchdown-compression-classifier.hf.space --include-classify --include-batch`
35
+ validates `/health`, `/v1/classify`, single `/v1/compress`, and managed
36
+ `inputs[]` batch.
37
+ - Latest live result: `/v1/compress` saved 28/70 estimated tokens;
38
+ managed `inputs[]` returned `input_count=2`, `succeeded=2`, `failed=0`,
39
+ and `/v1/classify` returned KEEP-only DeBERTa tokenizer labels.
40
  - `/v1/classify` is tokenizer/fallback KEEP-only until a trained KEEP/DROP head
41
  is mounted. `/v1/compress` is rules-first deletion-only compression with
42
  safety receipts. The Space app supports both single `input` requests and