Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -211,12 +211,18 @@ We treat `gen_exact_match` as the task metric. `ll_correct` is informative but e
|
|
| 211 |
|
| 212 |
## Reference results (Carbon-3B)
|
| 213 |
|
| 214 |
-
We report reference Genome-NIAH results on [Carbon-3B](https://huggingface.co/hf-carbon/Carbon-3B) to illustrate how the benchmark behaves across difficulties and context lengths. We evaluate two inference settings: Carbon
|
| 215 |
|
| 216 |
| Native (32 k) | YaRN 4× (up to 64 k) |
|
| 217 |
|:---:|:---:|
|
| 218 |
|  |  |
|
| 219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
**Reading the heatmaps.**
|
| 221 |
|
| 222 |
- The `niah_neardup_*` variants are harder than `niah`, and the performance drops with longer contexts.
|
|
|
|
| 211 |
|
| 212 |
## Reference results (Carbon-3B)
|
| 213 |
|
| 214 |
+
We report reference Genome-NIAH results on [Carbon-3B](https://huggingface.co/hf-carbon/Carbon-3B) and [Carbon-8B](https://huggingface.co/hf-carbon/Carbon-8B) to illustrate how the benchmark behaves across difficulties and context lengths. We evaluate two inference settings: Carbon until the native boundary **32k context**, and the same model under **YaRN 4×** (up to 64 k tokens, ≈ 384 kbp and 128k/131k=786kbp).
|
| 215 |
|
| 216 |
| Native (32 k) | YaRN 4× (up to 64 k) |
|
| 217 |
|:---:|:---:|
|
| 218 |
|  |  |
|
| 219 |
|
| 220 |
+
| Native (32 k) | YaRN 4× (up to 131 k) |
|
| 221 |
+
|:---:|:---:|
|
| 222 |
+
|  |  |
|
| 223 |
+
|
| 224 |
+
|
| 225 |
+
|
| 226 |
**Reading the heatmaps.**
|
| 227 |
|
| 228 |
- The `niah_neardup_*` variants are harder than `niah`, and the performance drops with longer contexts.
|