blobbybob commited on
Commit
9107aa8
·
verified ·
1 Parent(s): befb2c1

Qualitative throughput phrasing

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ Output records carry the compressed text, source and output token counts, and pe
88
 
89
  One note on token counting: the gate compares token counts under a tokenizer you choose (`--tokenizer`, default this repo). To reproduce the acceptance harness exactly, point it at the tokenizer of the model you are minting data for (the acceptance run used the Qwen3.5 target tokenizer).
90
 
91
- Throughput on the acceptance hardware was 19.6K blocks/hour on one GPU, which is why the marginal cost of minting compressed data rounds to zero.
92
 
93
  ## License
94
 
 
88
 
89
  One note on token counting: the gate compares token counts under a tokenizer you choose (`--tokenizer`, default this repo). To reproduce the acceptance harness exactly, point it at the tokenizer of the model you are minting data for (the acceptance run used the Qwen3.5 target tokenizer).
90
 
91
+ Throughput on the acceptance hardware was 19.6K blocks/hour on one GPU, which makes minting compressed data cheap at any corpus size.
92
 
93
  ## License
94