wchen22 commited on
Commit
dd56f7d
·
verified ·
1 Parent(s): b5632b3

docs: describe chunked classifier scaffold

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -27,10 +27,9 @@ Live Space:
27
  - `https://wchen22-touchdown-compression-classifier.hf.space`
28
  - Verified 2026-06-11 with HF CLI: runtime stage `RUNNING`, hardware
29
  `cpu-basic`, domain `READY`.
30
- - The app code is unchanged from
31
- `b784d0bebf599cfb2b304f85158aba8fecf706a4`; README-only uploads may move the
32
- Space repo SHA. Use `hf spaces info wchen22/touchdown-compression-classifier
33
- --format json` for the current repo/runtime SHA.
34
  - Live smoke:
35
  `python3 scripts/smoke_compression_api.py --base-url https://wchen22-touchdown-compression-classifier.hf.space --include-classify --include-batch`
36
  validates `/health`, `/v1/classify`, single `/v1/compress`, and managed
 
27
  - `https://wchen22-touchdown-compression-classifier.hf.space`
28
  - Verified 2026-06-11 with HF CLI: runtime stage `RUNNING`, hardware
29
  `cpu-basic`, domain `READY`.
30
+ - The deployed scaffold supports chunked ONNX artifact inference for long
31
+ prompts. Use `hf spaces info wchen22/touchdown-compression-classifier --format
32
+ json` for the current repo/runtime SHA.
 
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