Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -93,12 +93,12 @@ Measured with tiktoken cl100k_base:
|
|
| 93 |
| Pattern Type | Example | Original Tokens | Code Tokens | Savings Per Hit |
|
| 94 |
|-------------|---------|-----------------|-------------|-----------------|
|
| 95 |
| Windows file path | `C:/Users/dev/projects/app/` | 8 | 3 | **5** |
|
| 96 |
-
| Deep file path | `C:/Users/dev/projects/
|
| 97 |
-
| Very deep path | `C:/Users/dev/Downloads/
|
| 98 |
| GitHub URL | `https://github.com/user/repo` | 14 | 3 | **11** |
|
| 99 |
| Markdown header | `## CRITICAL REMINDERS` | 6 | 2 | **4** |
|
| 100 |
| Multi-word phrase | `via OpenRouter for free` | 5 | 2 | **3** |
|
| 101 |
-
| Tech name (multi-token) | `
|
| 102 |
| Tech name (single-token) | `JavaScript` | 1 | 3 | **-2** (rejected) |
|
| 103 |
|
| 104 |
v2's token-aware scoring automatically rejects entries like "JavaScript" that cost tokens.
|
|
@@ -112,7 +112,7 @@ v2's token-aware scoring automatically rejects entries like "JavaScript" that co
|
|
| 112 |
| Real-world files | 65 | Production AI agent memory files (read-only, no modification) |
|
| 113 |
| CLAUDE.md files | 12 | Project config files across multiple repos |
|
| 114 |
| v1 backward compat | 12 | v2 engine with v1 codebook format |
|
| 115 |
-
| Production codebook | 1 | v2 engine with
|
| 116 |
|
| 117 |
## How to Reproduce
|
| 118 |
|
|
|
|
| 93 |
| Pattern Type | Example | Original Tokens | Code Tokens | Savings Per Hit |
|
| 94 |
|-------------|---------|-----------------|-------------|-----------------|
|
| 95 |
| Windows file path | `C:/Users/dev/projects/app/` | 8 | 3 | **5** |
|
| 96 |
+
| Deep file path | `C:/Users/dev/projects/myapp/src/` | 12 | 3 | **9** |
|
| 97 |
+
| Very deep path | `C:/Users/dev/Downloads/ImageGen_portable/` | 19 | 3 | **16** |
|
| 98 |
| GitHub URL | `https://github.com/user/repo` | 14 | 3 | **11** |
|
| 99 |
| Markdown header | `## CRITICAL REMINDERS` | 6 | 2 | **4** |
|
| 100 |
| Multi-word phrase | `via OpenRouter for free` | 5 | 2 | **3** |
|
| 101 |
+
| Tech name (multi-token) | `MyAppName` | 3 | 2 | **1** |
|
| 102 |
| Tech name (single-token) | `JavaScript` | 1 | 3 | **-2** (rejected) |
|
| 103 |
|
| 104 |
v2's token-aware scoring automatically rejects entries like "JavaScript" that cost tokens.
|
|
|
|
| 112 |
| Real-world files | 65 | Production AI agent memory files (read-only, no modification) |
|
| 113 |
| CLAUDE.md files | 12 | Project config files across multiple repos |
|
| 114 |
| v1 backward compat | 12 | v2 engine with v1 codebook format |
|
| 115 |
+
| Production codebook | 1 | v2 engine with a production codebook |
|
| 116 |
|
| 117 |
## How to Reproduce
|
| 118 |
|