Skip to content

Commit 01ea7d8

Browse files
docs: fix comprehension accuracy 90.5% -> 90.7%
1 parent 7d85403 commit 01ea7d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Python implementation of [GCF](https://gcformat.com/) — the most token-efficient wire format for LLMs. A drop-in alternative to JSON and TOON for any structured data.
99

10-
**79% fewer input tokens than JSON. 63% fewer output tokens. 90.5% average comprehension accuracy across 10 models and 3 providers (four models hit 100%). 1,300+ LLM evaluations. Zero training.**
10+
**79% fewer input tokens than JSON. 63% fewer output tokens. 90.7% average comprehension accuracy across 10 models and 3 providers (four models hit 100%). 1,300+ LLM evaluations. Zero training.**
1111

1212
Docs: [gcformat.com](https://gcformat.com/) · [Playground](https://gcformat.com/playground.html) · [GCF vs TOON](https://gcformat.com/guide/vs-toon.html)
1313

@@ -185,7 +185,7 @@ Works on dicts, lists, and primitives. Lists of uniform dicts get tabular rows.
185185

186186
| | GCF | TOON | JSON |
187187
|---|---|---|---|
188-
| **Comprehension** (23 runs, 10 models) | **90.5%** | 68.5% | 53.6% |
188+
| **Comprehension** (23 runs, 10 models) | **90.7%** | 68.5% | 53.6% |
189189
| **Generation** (28 runs, 9 models) | **5/5** | 1.0/5 | 5.0/5 |
190190
| **Input tokens** (500 symbols) | **11,090** | 16,378 | 53,341 |
191191
| **Output tokens** (100 symbols) | **5,976** | 8,937 | 16,121 |

0 commit comments

Comments
 (0)