loubnabnl HF Staff commited on
Commit
6b42e8e
·
verified ·
1 Parent(s): 02be993

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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-3B until the native boundary **32k context**, and the same model under **YaRN 4×** (up to 64 k tokens, ≈ 384 kbp).
215
 
216
  | Native (32 k) | YaRN 4× (up to 64 k) |
217
  |:---:|:---:|
218
  | ![Carbon-3B native, 32 k context, gen_exact_match across the 4×6 grid](assets/modelcard_carbon3b_native.png) | ![Carbon-3B YaRN 4×, up to 64 k context, gen_exact_match across the 4×6 grid](assets/modelcard_carbon3b_yarn4x.png) |
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
  | ![Carbon-3B native, 32 k context, gen_exact_match across the 4×6 grid](assets/modelcard_carbon3b_native.png) | ![Carbon-3B YaRN 4×, up to 64 k context, gen_exact_match across the 4×6 grid](assets/modelcard_carbon3b_yarn4x.png) |
219
 
220
+ | Native (32 k) | YaRN 4× (up to 131 k) |
221
+ |:---:|:---:|
222
+ | ![Carbon-8B native, 32 k context, gen_exact_match across the 4×6 grid](https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/69WQVaZyjqxn4vJXs-GJG.png) | ![Carbon-8B YaRN 4×, up to 64 k context, gen_exact_match across the 4×6 grid](https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/RnOxhdp37rjrFZd1dqONq.png) |
223
+
224
+
225
+
226
  **Reading the heatmaps.**
227
 
228
  - The `niah_neardup_*` variants are harder than `niah`, and the performance drops with longer contexts.