birgermoell commited on
Commit
55e6060
·
verified ·
1 Parent(s): 6dad799

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -33,12 +33,14 @@ multilingual portion prevents non-English regression during the 256K stage.
33
  [`scripts/eval_base_lm_niah.py`](https://github.com/BirgerMoell/openeuro-longctx-datamix). The 256K
34
  forward needs multi-GPU (`device_map="auto"` over a full 8-GCD node; one GCD OOMs at 256K).
35
 
36
- **@256K** (multilingual sweep in progress; ~92% so far, **depth-0 = 100%**):
37
  | depth | 0.0 | 0.25 | 0.5 | 0.75 | 1.0 |
38
  |---|---|---|---|---|---|
39
- | accuracy | **100%** | (settling) | 100% | (settling) | 100% |
40
 
41
- **@128K retention: 98% (158/160), depth-0 100%** extending to 256K did **not** degrade 128K
 
 
42
  (depth 0.5 = 93%, the mild mid-depth softness carried from the 128K model; see that model's card).
43
 
44
  ## Architecture
 
33
  [`scripts/eval_base_lm_niah.py`](https://github.com/BirgerMoell/openeuro-longctx-datamix). The 256K
34
  forward needs multi-GPU (`device_map="auto"` over a full 8-GCD node; one GCD OOMs at 256K).
35
 
36
+ **@256K** (7 of 15 languages, 185 trials; full sweep in progress). **Overall 90% (168/185).**
37
  | depth | 0.0 | 0.25 | 0.5 | 0.75 | 1.0 |
38
  |---|---|---|---|---|---|
39
+ | accuracy | 93% | 86% | 87% | 88% | 100% |
40
 
41
+ By language: fr 100%, en 98%, pt 96%, pl 93%, de 83%, el 81%, sv 76%. **depth-0 = 93%** confirms
42
+ theta=64M solves far-position retrieval at 256K. Mid-depths (0.25/0.5/0.75) in the mid-80s reflect
43
+ the mild lost-in-the-middle inherited from the 1T base (see 128K-prelude card). 128K retention: 98%.
44
  (depth 0.5 = 93%, the mild mid-depth softness carried from the 128K model; see that model's card).
45
 
46
  ## Architecture