Nicholastempleman commited on
Commit
d83b8f6
·
verified ·
1 Parent(s): e09963d

honesty sweep: lid verbatim, UNSIGNED staging explained, no stale counts, gspc-lookup linked

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -32,10 +32,14 @@ Hub model **listing / census** queue. Rows are UNMEASURED until a signed card ve
32
 
33
  # GSPC Hub queue
34
 
35
- One flat table (`queue.parquet`): `rank, id, downloads, pipeline_tag, status, card_id, as_of`.
36
 
37
  - Most rows: `UNMEASURED`, empty `card_id`.
38
  - A few rows may carry a verifying card sha256 for models already in the 14-axis fleets. Do not stamp MEASURED from a listing alone.
39
  - Explorer: https://huggingface.co/spaces/csoai/gspc-explorer
40
 
 
 
 
 
41
  Locks live under `locks/`. Dataset viewer reads **parquet only**. This dataset is a census printer, not a second scoreboard. **Not a certificate.**
 
32
 
33
  # GSPC Hub queue
34
 
35
+ One flat table (`queue.parquet` / `queue.jsonl`): `rank, id, downloads, pipeline_tag, status, card_id, as_of, measured_axes`. `SUMMARY.json` is the only place counts live (`n`, `n_measured`, `n_measured_axes`) — read them there, never type them here.
36
 
37
  - Most rows: `UNMEASURED`, empty `card_id`.
38
  - A few rows may carry a verifying card sha256 for models already in the 14-axis fleets. Do not stamp MEASURED from a listing alone.
39
  - Explorer: https://huggingface.co/spaces/csoai/gspc-explorer
40
 
41
+ **UNSIGNED staging (HF Jobs mill):** cards the mill stages under `csoai/gspc-hub-cards/staged-unsigned/<date>/<axis>/` carry `"signature": null`. UNSIGNED — becomes MEASURED only after a VALID signature; nothing here is a rank. A staged card's hits/n are card bytes, not a score; n<30 unquotable; TIE is never a win. Staging never changes `n_measured`, any cell, `mill-cards/`, `INDEX.jsonl` or `cards.jsonl`. Per-model state, every axis verbatim: https://huggingface.co/spaces/csoai/gspc-lookup
42
+
43
+ `SUMMARY.json.staged_unsigned` points at the day's staged manifest and is informational only.
44
+
45
  Locks live under `locks/`. Dataset viewer reads **parquet only**. This dataset is a census printer, not a second scoreboard. **Not a certificate.**