Datasets:
Add superseded early pass, run ledger; reference both from the README
Browse files- README.md +4 -1
- provenance_tier_ledger.json +63 -0
- superseded/README.md +18 -0
- superseded/early_tier1/alignment_babylm-gpt2-3.csv +46 -0
- superseded/early_tier1/alignment_babylm-gpt2-5.csv +46 -0
- superseded/early_tier1/alignment_babylm-gpt2-7.csv +46 -0
- superseded/early_tier1/alignment_babylm-gpt2.csv +46 -0
- superseded/early_tier1/alignment_beetle-fineweb3-eng.csv +115 -0
- superseded/early_tier1/alignment_beetle-humanscale-eng.csv +145 -0
- superseded/early_tier1/alignment_pico-decoder-tiny.csv +169 -0
- superseded/early_tier1/behaviour_babylm-gpt2-3.csv +37 -0
- superseded/early_tier1/behaviour_babylm-gpt2-5.csv +37 -0
- superseded/early_tier1/behaviour_babylm-gpt2-7.csv +37 -0
- superseded/early_tier1/behaviour_babylm-gpt2.csv +37 -0
- superseded/early_tier1/behaviour_beetle-fineweb3-eng.csv +77 -0
- superseded/early_tier1/behaviour_beetle-humanscale-eng.csv +73 -0
- superseded/early_tier1/behaviour_pico-decoder-tiny.csv +85 -0
- superseded/early_tier1/isolation_babylm-gpt2-3.csv +37 -0
- superseded/early_tier1/isolation_babylm-gpt2-5.csv +37 -0
- superseded/early_tier1/isolation_babylm-gpt2-7.csv +37 -0
- superseded/early_tier1/isolation_babylm-gpt2.csv +37 -0
- superseded/early_tier1/isolation_beetle-fineweb3-eng.csv +77 -0
- superseded/early_tier1/isolation_beetle-humanscale-eng.csv +73 -0
- superseded/early_tier1/isolation_pico-decoder-tiny.csv +85 -0
- superseded/early_tier1/mechanistic_babylm-gpt2-3.csv +10 -0
- superseded/early_tier1/mechanistic_babylm-gpt2-5.csv +10 -0
- superseded/early_tier1/mechanistic_babylm-gpt2-7.csv +10 -0
- superseded/early_tier1/mechanistic_babylm-gpt2.csv +10 -0
- superseded/early_tier1/mechanistic_beetle-fineweb3-eng.csv +20 -0
- superseded/early_tier1/mechanistic_beetle-humanscale-eng.csv +19 -0
- superseded/early_tier1/mechanistic_layer_babylm-gpt2-3.csv +109 -0
- superseded/early_tier1/mechanistic_layer_babylm-gpt2-5.csv +109 -0
- superseded/early_tier1/mechanistic_layer_babylm-gpt2-7.csv +109 -0
- superseded/early_tier1/mechanistic_layer_babylm-gpt2.csv +109 -0
- superseded/early_tier1/mechanistic_layer_beetle-fineweb3-eng.csv +267 -0
- superseded/early_tier1/mechanistic_layer_beetle-humanscale-eng.csv +253 -0
- superseded/early_tier1/mechanistic_layer_pico-decoder-tiny.csv +253 -0
- superseded/early_tier1/mechanistic_pico-decoder-tiny.csv +22 -0
README.md
CHANGED
|
@@ -141,7 +141,10 @@ by-model/<family>/
|
|
| 141 |
diagnostics/
|
| 142 |
layerwise_alignment.csv <- alignment at every layer (rules out the layer explanation)
|
| 143 |
run_confound_check.csv <- raw vs run-partialled alignment, per layer
|
| 144 |
-
figures/ <- cross-model figures (fig1
|
|
|
|
|
|
|
|
|
|
| 145 |
```
|
| 146 |
|
| 147 |
Every table carries `family` and `model_ref`, so you can filter by model in the viewer
|
|
|
|
| 141 |
diagnostics/
|
| 142 |
layerwise_alignment.csv <- alignment at every layer (rules out the layer explanation)
|
| 143 |
run_confound_check.csv <- raw vs run-partialled alignment, per layer
|
| 144 |
+
figures/ <- cross-model figures (fig1-fig8, tables)
|
| 145 |
+
superseded/early_tier1/ <- an earlier PARTIAL pass (7 families, 8/12 cells). Kept for
|
| 146 |
+
completeness, deliberately NOT a viewer config. Do not use.
|
| 147 |
+
provenance_tier_ledger.json <- the run record: per-tier status, exit code, duration, peak GPU
|
| 148 |
```
|
| 149 |
|
| 150 |
Every table carries `family` and `model_ref`, so you can filter by model in the viewer
|
provenance_tier_ledger.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"driver": {
|
| 3 |
+
"disk_floor_gb": 350,
|
| 4 |
+
"ended": "2026-08-19T01:04:38Z",
|
| 5 |
+
"gpus": "0,1,2",
|
| 6 |
+
"pid": 3010883,
|
| 7 |
+
"started": "2026-08-18T21:54:31Z",
|
| 8 |
+
"status": "finished_ok",
|
| 9 |
+
"summary": "ALL 4 STAGES OK"
|
| 10 |
+
},
|
| 11 |
+
"tier0": {
|
| 12 |
+
"attempt": 1,
|
| 13 |
+
"duration_s": 7423,
|
| 14 |
+
"ended": "2026-08-18T23:58:18Z",
|
| 15 |
+
"exit_code": 0,
|
| 16 |
+
"failure": "none",
|
| 17 |
+
"log": "logs/tier0.log",
|
| 18 |
+
"outputs_check": "ok",
|
| 19 |
+
"peak_gpu_mem_mib_gpu012": 2183,
|
| 20 |
+
"started": "2026-08-18T21:54:35Z",
|
| 21 |
+
"status": "ok"
|
| 22 |
+
},
|
| 23 |
+
"tier1": {
|
| 24 |
+
"attempt": 1,
|
| 25 |
+
"duration_s": 1325,
|
| 26 |
+
"ended": "2026-08-19T00:20:28Z",
|
| 27 |
+
"exit_code": 0,
|
| 28 |
+
"failure": "none",
|
| 29 |
+
"log": "logs/tier1.log",
|
| 30 |
+
"outputs_check": "ok",
|
| 31 |
+
"peak_gpu_mem_mib_gpu012": 5049,
|
| 32 |
+
"started": "2026-08-18T23:58:23Z",
|
| 33 |
+
"status": "ok"
|
| 34 |
+
},
|
| 35 |
+
"tier2": {
|
| 36 |
+
"attempt": 1,
|
| 37 |
+
"duration_s": 1410,
|
| 38 |
+
"ended": "2026-08-19T00:44:03Z",
|
| 39 |
+
"exit_code": 0,
|
| 40 |
+
"failure": "none",
|
| 41 |
+
"log": "logs/tier2.log",
|
| 42 |
+
"outputs_check": "ok",
|
| 43 |
+
"peak_gpu_mem_mib_gpu012": 5049,
|
| 44 |
+
"started": "2026-08-19T00:20:33Z",
|
| 45 |
+
"status": "ok"
|
| 46 |
+
},
|
| 47 |
+
"tier3": {
|
| 48 |
+
"attempt": 1,
|
| 49 |
+
"duration_s": 1225,
|
| 50 |
+
"ended": "2026-08-19T01:04:33Z",
|
| 51 |
+
"exit_code": 0,
|
| 52 |
+
"failure": "none",
|
| 53 |
+
"log": "logs/tier3.log",
|
| 54 |
+
"outputs_check": "ok",
|
| 55 |
+
"peak_gpu_mem_mib_gpu012": 2185,
|
| 56 |
+
"started": "2026-08-19T00:44:08Z",
|
| 57 |
+
"status": "ok"
|
| 58 |
+
},
|
| 59 |
+
"tier3b": {
|
| 60 |
+
"reason": "Runbook DATASET=ds00XXXX is a placeholder, not a real accession. scripts/batch_download_bold.py hardcodes every download URL to OpenNeuroDatasets/ds003604 and contrasts are built from ds003604 stimuli, so any other DATASET tag would re-download ds003604 and mislabel it as a second study. Not guessed, not fabricated -- needs a real accession plus a dataset-aware download path.",
|
| 61 |
+
"status": "skipped"
|
| 62 |
+
}
|
| 63 |
+
}
|
superseded/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Superseded results — kept for completeness, do not use
|
| 2 |
+
|
| 3 |
+
## `early_tier1/`
|
| 4 |
+
|
| 5 |
+
An **early, partial** Tier-1 pass run on 2026-08-18 while brain preprocessing was still
|
| 6 |
+
finishing, over **7 of the 10** families and only **8 of the 12** task × session cells
|
| 7 |
+
(606 alignment rows). It was superseded a few hours later by the official Tier 1, which
|
| 8 |
+
covers **10 families and all 12 cells** (3,144 rows) and is what lives in `by-model/` and
|
| 9 |
+
`overall/`.
|
| 10 |
+
|
| 11 |
+
These files are here only so the repository contains everything that was produced. They
|
| 12 |
+
are deliberately **not** declared as dataset viewer configs, because their numbers differ
|
| 13 |
+
from the official ones purely through incomplete coverage and would otherwise be easy to
|
| 14 |
+
mistake for the real thing.
|
| 15 |
+
|
| 16 |
+
Everything in the root README's warning applies to these files too, and more so: the brain
|
| 17 |
+
alignment numbers here are confounded by scanner run **and** computed over partial
|
| 18 |
+
coverage. Use `by-model/` and `overall/` instead.
|
superseded/early_tier1/alignment_babylm-gpt2-3.csv
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset,family,model_ref,step,tokens,task,session,n_stim,rsa,rsa_pearson,rsa_kendall
|
| 2 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Phon,ses-5,72,-0.006708663701852605,-0.007580426506795504,-0.004382459138391996
|
| 3 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Phon,ses-5,72,-0.04953881486579047,-0.023792985860943333,-0.033389377360050716
|
| 4 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Phon,ses-5,72,-0.031249418030802466,-0.028151484928817333,-0.020734452376358608
|
| 5 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Phon,ses-5,72,-0.021677330237723405,-0.03152586811034558,-0.014262132919281287
|
| 6 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Phon,ses-5,72,-0.011917108679402244,-0.01938901843990542,-0.007138110244419331
|
| 7 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Phon,ses-5,72,-0.017775852213909725,-0.019599104801464193,-0.01125168055517274
|
| 8 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Phon,ses-5,72,-0.008046713806715122,-0.01245134281527705,-0.004613372778528094
|
| 9 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Phon,ses-5,72,-0.005190932229758584,-0.009032686141110295,-0.0028561016020016597
|
| 10 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Phon,ses-5,72,-0.005611161284498753,-0.010036069913147563,-0.0030337274790294276
|
| 11 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Phon,ses-7,72,-0.048341338876013815,-0.0060291220577254724,-0.033032900599946714
|
| 12 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Phon,ses-7,72,-0.058537586893042746,-0.02046977115746364,-0.039133430721314186
|
| 13 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Phon,ses-7,72,-0.05898060048538912,-0.029920795679805275,-0.03883391674246391
|
| 14 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Phon,ses-7,72,-0.0589665155507685,-0.030659612849240816,-0.039259606344306315
|
| 15 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Phon,ses-7,72,-0.034505047905826945,-0.01673755152305319,-0.023107289092239892
|
| 16 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Phon,ses-7,72,-0.02663394736354295,-0.016915747368023894,-0.01779076284189153
|
| 17 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Phon,ses-7,72,-0.022445115114895102,-0.010256472371073171,-0.01488627350097541
|
| 18 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Phon,ses-7,72,-0.01621300942697847,-0.006180486202004058,-0.01090561634648071
|
| 19 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Phon,ses-7,72,-0.018189065390246773,-0.007755175827921443,-0.012161247546159758
|
| 20 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Phon,ses-9,72,-0.03127461066105733,-0.007927126619536835,-0.020053961516434987
|
| 21 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Phon,ses-9,72,-0.04864142271982093,-0.016520196310807332,-0.03274747419065382
|
| 22 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Phon,ses-9,72,-0.041701535413454685,-0.02633130196740191,-0.027780687167142888
|
| 23 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Phon,ses-9,72,-0.030507407865367396,-0.026509018839519543,-0.02038593815556964
|
| 24 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Phon,ses-9,72,-0.008298498541298415,-0.011132141992514343,-0.005224650796713308
|
| 25 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Phon,ses-9,72,-0.010873407837822728,-0.012887371671439605,-0.0071405602565162655
|
| 26 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Phon,ses-9,72,-0.007149209556163912,-0.006073066722582747,-0.004450446974081934
|
| 27 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Phon,ses-9,72,-0.00412439510999671,-0.0021873733377696138,-0.0024677746846375054
|
| 28 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Phon,ses-9,72,-0.0035507013505163493,-0.0037718669681932604,-0.0020610726765463404
|
| 29 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Plaus,ses-5,60,-0.021408389492894062,-0.03508219041796476,-0.014506583885051084
|
| 30 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Plaus,ses-5,60,-0.04931979905912779,-0.046564333730816684,-0.033058352735274486
|
| 31 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Plaus,ses-5,60,-0.056024766707519255,-0.05173713723642431,-0.037933270097376987
|
| 32 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Plaus,ses-5,60,-0.05299753424349088,-0.0432874098201693,-0.03536039704515622
|
| 33 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Plaus,ses-5,60,-0.0515781243625435,-0.04082771033678981,-0.03421703985462118
|
| 34 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Plaus,ses-5,60,-0.047340346887572445,-0.034277833897397074,-0.03151513990156909
|
| 35 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Plaus,ses-5,60,-0.03953760788438754,-0.02830564895204425,-0.02603980032767723
|
| 36 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Plaus,ses-5,60,-0.03787144760778534,-0.025183466694826684,-0.024959040346456393
|
| 37 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Plaus,ses-5,60,-0.04010898099194324,-0.026654566039341514,-0.026498420697958883
|
| 38 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Sem,ses-5,72,-0.011042480949703738,0.006952215984871935,-0.007414961611372955
|
| 39 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Sem,ses-5,72,-0.0053830370842207695,0.005740598451848911,-0.003657255557699316
|
| 40 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Sem,ses-5,72,0.004711650649383216,0.006267536005792441,0.0028389515173231164
|
| 41 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Sem,ses-5,72,0.012421391737348334,0.012091226332655733,0.008529717115478256
|
| 42 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Sem,ses-5,72,0.019182454989085235,0.012597362534444089,0.012684325128855322
|
| 43 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Sem,ses-5,72,0.01927851136872145,0.020825463324800987,0.013018139277062678
|
| 44 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Sem,ses-5,72,0.00845354995704077,0.017021271294967492,0.0056380903380710435
|
| 45 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Sem,ses-5,72,0.013426853418671076,0.020182936803879097,0.00895295670522373
|
| 46 |
+
ds003604,babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Sem,ses-5,72,0.010667647782969669,0.018587833528643957,0.007079309954092898
|
superseded/early_tier1/alignment_babylm-gpt2-5.csv
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset,family,model_ref,step,tokens,task,session,n_stim,rsa,rsa_pearson,rsa_kendall
|
| 2 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Phon,ses-5,72,-0.0037660276630056217,-0.005096216590924941,-0.002762388639293906
|
| 3 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Phon,ses-5,72,-0.05225306225252576,-0.0247533686724958,-0.03500699784705187
|
| 4 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Phon,ses-5,72,-0.021799935281881275,-0.023608054759577675,-0.014425671226751681
|
| 5 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Phon,ses-5,72,-0.02286677134719428,-0.034474133199635895,-0.01483298573786708
|
| 6 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Phon,ses-5,72,-0.006991487033177432,-0.01784126796608919,-0.0038103813137577366
|
| 7 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Phon,ses-5,72,-0.015376299634793098,-0.021948857475631408,-0.009825773514756728
|
| 8 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Phon,ses-5,72,-0.005412952479288221,-0.013620128678500718,-0.0031360154840764523
|
| 9 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Phon,ses-5,72,-0.005873144661537961,-0.011705790900922988,-0.003705030793589543
|
| 10 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Phon,ses-5,72,-0.007375232514154614,-0.013923805042666576,-0.004475559598075516
|
| 11 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Phon,ses-7,72,-0.04510191817370886,-0.003366150420876517,-0.030779501973790993
|
| 12 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Phon,ses-7,72,-0.06246908954202911,-0.023127391052704324,-0.04161468047248483
|
| 13 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Phon,ses-7,72,-0.049767411917445,-0.024659460200577354,-0.03269786144569089
|
| 14 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Phon,ses-7,72,-0.06261810311998153,-0.034135930005722764,-0.04193501955415904
|
| 15 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Phon,ses-7,72,-0.038084604688218636,-0.01570129441246729,-0.025631414055106896
|
| 16 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Phon,ses-7,72,-0.032843254141471115,-0.01822739765198505,-0.021700982148599356
|
| 17 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Phon,ses-7,72,-0.02218621605109017,-0.010573316619451163,-0.014892398531217746
|
| 18 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Phon,ses-7,72,-0.018705939373676945,-0.00855371060250798,-0.012673300074419117
|
| 19 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Phon,ses-7,72,-0.02355598672223274,-0.011213421837315253,-0.01575786530445994
|
| 20 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Phon,ses-9,72,-0.030769353874212715,-0.0059520030644987475,-0.01995657353558183
|
| 21 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Phon,ses-9,72,-0.053604221407253044,-0.020426583010330592,-0.035875527135415225
|
| 22 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Phon,ses-9,72,-0.0381361325531185,-0.021374060936362266,-0.02527922481617253
|
| 23 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Phon,ses-9,72,-0.035399110689444575,-0.029152586117602096,-0.023606479056990343
|
| 24 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Phon,ses-9,72,-0.01223076220792575,-0.01114751087043276,-0.0076507752757029234
|
| 25 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Phon,ses-9,72,-0.019533664989707884,-0.014216147211807242,-0.01275353797059373
|
| 26 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Phon,ses-9,72,-0.01198364490448332,-0.007718506924270433,-0.007817988601318718
|
| 27 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Phon,ses-9,72,-0.010615236016560448,-0.005597694941601951,-0.00712279766881349
|
| 28 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Phon,ses-9,72,-0.010415621592364307,-0.008063369712634709,-0.0066817954913652375
|
| 29 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Plaus,ses-5,60,-0.026927397579415282,-0.036424026310242344,-0.01856518253793359
|
| 30 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Plaus,ses-5,60,-0.03949925493007801,-0.04206167509690262,-0.026518860603041074
|
| 31 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Plaus,ses-5,60,-0.05151802299144161,-0.048935159507307355,-0.03459390060457407
|
| 32 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Plaus,ses-5,60,-0.047934816597359466,-0.042978247054459295,-0.031899665615927796
|
| 33 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Plaus,ses-5,60,-0.056936852027359014,-0.046674229567292835,-0.03794604503805336
|
| 34 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Plaus,ses-5,60,-0.04687528350373228,-0.03715935735464096,-0.031516417395636716
|
| 35 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Plaus,ses-5,60,-0.042145764586989105,-0.03131276278516332,-0.027694155145267046
|
| 36 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Plaus,ses-5,60,-0.044047794558785255,-0.030852723480378572,-0.029183713228131694
|
| 37 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Plaus,ses-5,60,-0.04466416633089618,-0.03089782255995221,-0.029722815724674476
|
| 38 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Sem,ses-5,72,-0.011091505864231986,0.005820357634337664,-0.007478049422869025
|
| 39 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Sem,ses-5,72,-0.008907104254540983,0.004998445799118753,-0.005733640809851498
|
| 40 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Sem,ses-5,72,0.000759834075302178,0.0077362345533046935,0.00027623886392939064
|
| 41 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Sem,ses-5,72,0.016148801527824476,0.014778082971658802,0.011031791969472848
|
| 42 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Sem,ses-5,72,0.007635544383136292,0.009162504256601619,0.005050087434806709
|
| 43 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Sem,ses-5,72,0.005910484110664885,0.014745315754385209,0.004233620903503211
|
| 44 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Sem,ses-5,72,-0.002310347514106592,0.012191236019479952,-0.001452857173482294
|
| 45 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Sem,ses-5,72,0.0028552153050952597,0.014990165231004505,0.0021609106694964303
|
| 46 |
+
ds003604,babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Sem,ses-5,72,0.00026776754228213833,0.013950358386648631,0.00037056432966137766
|
superseded/early_tier1/alignment_babylm-gpt2-7.csv
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset,family,model_ref,step,tokens,task,session,n_stim,rsa,rsa_pearson,rsa_kendall
|
| 2 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Phon,ses-5,72,-0.01250339480160491,-0.008028719514352065,-0.008415179049946559
|
| 3 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Phon,ses-5,72,-0.047926681993878145,-0.025305481723028288,-0.03199532047689485
|
| 4 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Phon,ses-5,72,-0.01932003030661131,-0.02309822064601857,-0.012786613133902348
|
| 5 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Phon,ses-5,72,-0.01713366974121746,-0.029514197125098875,-0.011086304738629647
|
| 6 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Phon,ses-5,72,-0.008439057565382903,-0.021838596960867394,-0.00472913585010826
|
| 7 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Phon,ses-5,72,-0.018549216449877063,-0.023551840738720457,-0.011982396663083523
|
| 8 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Phon,ses-5,72,-0.00944814683598957,-0.017717162764071977,-0.005682190555815869
|
| 9 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Phon,ses-5,72,-0.00948616322432122,-0.014767413391728289,-0.005696890628397478
|
| 10 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Phon,ses-5,72,-0.010771463811791268,-0.01650279098961515,-0.006536019771597622
|
| 11 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Phon,ses-7,72,-0.05757234919796771,-0.0071319371037837755,-0.039233881217288505
|
| 12 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Phon,ses-7,72,-0.06065905471526764,-0.022215404388261632,-0.04021266105001393
|
| 13 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Phon,ses-7,72,-0.04893830942719298,-0.02365468902988113,-0.03213680867549283
|
| 14 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Phon,ses-7,72,-0.06042374144938023,-0.02799371847306052,-0.040237773674007514
|
| 15 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Phon,ses-7,72,-0.04010247853492793,-0.019428838989850872,-0.026900520321319087
|
| 16 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Phon,ses-7,72,-0.03583401969543118,-0.021744145028397978,-0.024022981113469247
|
| 17 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Phon,ses-7,72,-0.03273139173443793,-0.016640448357576214,-0.021985796054868022
|
| 18 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Phon,ses-7,72,-0.028380082578750028,-0.01357620476494503,-0.019082531720000368
|
| 19 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Phon,ses-7,72,-0.031112942919138846,-0.015594705832243833,-0.020871040550762717
|
| 20 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Phon,ses-9,72,-0.03392508275734484,-0.009176637152517004,-0.02200294613954656
|
| 21 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Phon,ses-9,72,-0.04917236151653655,-0.01814551481778812,-0.032749924202750746
|
| 22 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Phon,ses-9,72,-0.0325418947487379,-0.020128231122404975,-0.021538056344153195
|
| 23 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Phon,ses-9,72,-0.031437800438257765,-0.023331548940919114,-0.021002728700972962
|
| 24 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Phon,ses-9,72,-0.015815889725683718,-0.013938013106291584,-0.010376413733542809
|
| 25 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Phon,ses-9,72,-0.019742682545001517,-0.01710628375753922,-0.013173102542193801
|
| 26 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Phon,ses-9,72,-0.015464789673785404,-0.01274064948976059,-0.010067712209329033
|
| 27 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Phon,ses-9,72,-0.012302823895368969,-0.010032212113155439,-0.008013377066049262
|
| 28 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Phon,ses-9,72,-0.012306183439723633,-0.011757304728660387,-0.00798642693298298
|
| 29 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Plaus,ses-5,60,-0.02440294306717306,-0.03672893495830142,-0.01661700408478728
|
| 30 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Plaus,ses-5,60,-0.04845416229829609,-0.04711472000257232,-0.03248731288704078
|
| 31 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Plaus,ses-5,60,-0.05375172389339661,-0.05238984296857054,-0.036209930600134776
|
| 32 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Plaus,ses-5,60,-0.052432804682159315,-0.044776114527078435,-0.03483917946556036
|
| 33 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Plaus,ses-5,60,-0.05018509390455121,-0.04046545695485332,-0.03351825059962378
|
| 34 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Plaus,ses-5,60,-0.04468088556155665,-0.034588424494665274,-0.02996426210345786
|
| 35 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Plaus,ses-5,60,-0.040001647686024454,-0.028735632532648957,-0.026334901457301357
|
| 36 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Plaus,ses-5,60,-0.040087935882161585,-0.026939461966338188,-0.026506085662364703
|
| 37 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Plaus,ses-5,60,-0.040261042459720835,-0.026517155388068602,-0.02664022253946658
|
| 38 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Sem,ses-5,72,-0.007816969838955768,0.006653320282496605,-0.004718110795672054
|
| 39 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Sem,ses-5,72,-0.0029414675641687613,0.006944152967670241,-0.0020990478640488283
|
| 40 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Sem,ses-5,72,0.00141758327522669,0.005121917533744899,0.0006302656119364589
|
| 41 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Sem,ses-5,72,0.008073999774447019,0.009826407241896339,0.005579902550768844
|
| 42 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Sem,ses-5,72,0.0059579841154347194,0.0018809610803644274,0.0038250813863393448
|
| 43 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Sem,ses-5,72,0.011671498320240399,0.011631114899711466,0.007603000039812696
|
| 44 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Sem,ses-5,72,0.00027974261118612355,0.007907985558503871,0.00014332570767068163
|
| 45 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Sem,ses-5,72,0.005184941102211025,0.010380637073678587,0.00344839202643563
|
| 46 |
+
ds003604,babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Sem,ses-5,72,0.002433791905388792,0.009350798013114212,0.001587607838813704
|
superseded/early_tier1/alignment_babylm-gpt2.csv
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset,family,model_ref,step,tokens,task,session,n_stim,rsa,rsa_pearson,rsa_kendall
|
| 2 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Phon,ses-5,72,-0.012738744717067096,0.007199361169265152,-0.008339228674941582
|
| 3 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Phon,ses-5,72,-0.04448408107933688,-0.027693858798372273,-0.029797047122920167
|
| 4 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Phon,ses-5,72,-0.018532537300257435,-0.019372009616670398,-0.012384198646980819
|
| 5 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Phon,ses-5,72,-0.039244179268721764,-0.016519509256602945,-0.026237792049098242
|
| 6 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Phon,ses-5,72,-0.054733673630384096,-0.027411602555252143,-0.03655969301348425
|
| 7 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Phon,ses-5,72,-0.04138015098051032,-0.022468793335743985,-0.027348260032033906
|
| 8 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Phon,ses-5,72,-0.039517850267019636,-0.027332090539145856,-0.026540368543069678
|
| 9 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Phon,ses-5,72,-0.03923910366192455,-0.025026058715401134,-0.026287404794061168
|
| 10 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Phon,ses-5,72,-0.03926593977409152,-0.023915405621220243,-0.026266579691237222
|
| 11 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Phon,ses-7,72,-0.019369254997253057,0.008723326421129052,-0.012841125903059145
|
| 12 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Phon,ses-7,72,-0.08705199806816498,-0.028459242083368527,-0.05833478802801589
|
| 13 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Phon,ses-7,72,-0.05222098093945083,-0.01662535879193247,-0.03450413286415601
|
| 14 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Phon,ses-7,72,-0.05485287960613607,-0.014616725106889276,-0.03662951835824689
|
| 15 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Phon,ses-7,72,-0.06350054942563271,-0.025643301515592933,-0.042142045576350026
|
| 16 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Phon,ses-7,72,-0.047386616015804524,-0.020709854306197692,-0.03129767953229269
|
| 17 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Phon,ses-7,72,-0.06285191519054127,-0.02602805490278213,-0.041872544245687204
|
| 18 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Phon,ses-7,72,-0.05764256906462355,-0.02364384684586229,-0.03838678953477333
|
| 19 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Phon,ses-7,72,-0.05473073807130629,-0.02251677190337437,-0.03643167988141941
|
| 20 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Phon,ses-9,72,-0.01310723247703075,0.011727266639472569,-0.008469079316079122
|
| 21 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Phon,ses-9,72,-0.03593025357398838,-0.024549144880638425,-0.02396356832011858
|
| 22 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Phon,ses-9,72,-0.018060686241513562,-0.013835263922826056,-0.0121183723344634
|
| 23 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Phon,ses-9,72,-0.0319662046653608,-0.013955253188620823,-0.021374518036682805
|
| 24 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Phon,ses-9,72,-0.040510511186077215,-0.025064115061076243,-0.027052421071329037
|
| 25 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Phon,ses-9,72,-0.033396146752097976,-0.02042208030015751,-0.021917808219178082
|
| 26 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Phon,ses-9,72,-0.026614932701805108,-0.024487478004660022,-0.017712974957813852
|
| 27 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Phon,ses-9,72,-0.029506374315020793,-0.02199659652435171,-0.019662572083949663
|
| 28 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Phon,ses-9,72,-0.028745920790042952,-0.021147072174061532,-0.019089269253266934
|
| 29 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Plaus,ses-5,60,-0.05679472991065875,-0.0490363402230868,-0.03811339676091379
|
| 30 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Plaus,ses-5,60,-0.05891072318728178,-0.04285879673598482,-0.03977669403697707
|
| 31 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Plaus,ses-5,60,-0.04249009937138366,-0.031969926451541134,-0.028129780622331235
|
| 32 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Plaus,ses-5,60,-0.04875691324417504,-0.036032484497067856,-0.03267510451498341
|
| 33 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Plaus,ses-5,60,-0.03912363272180447,-0.03074299843574651,-0.026168827228508558
|
| 34 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Plaus,ses-5,60,-0.043480321018101176,-0.03210677754399396,-0.028803019995975895
|
| 35 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Plaus,ses-5,60,-0.0430418188350281,-0.030449150474175776,-0.02831373976807095
|
| 36 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Plaus,ses-5,60,-0.045895652578585085,-0.03183042952194818,-0.030488034671188994
|
| 37 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Plaus,ses-5,60,-0.045960012744139446,-0.032167359682256036,-0.030675826299131622
|
| 38 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Sem,ses-5,72,0.010551146689560146,0.008166161294860173,0.007052359821026616
|
| 39 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Sem,ses-5,72,0.003043506447923177,0.0023830255944318895,0.0022043983842170217
|
| 40 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Sem,ses-5,72,0.0021343655980703437,0.0035588234533877475,0.00172664602531475
|
| 41 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Sem,ses-5,72,-0.015652178231007022,-0.016468630296718453,-0.010514226913995388
|
| 42 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Sem,ses-5,72,-0.003774658278556322,-0.007634309641042164,-0.002712775894330978
|
| 43 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Sem,ses-5,72,-0.014237956655992333,-0.00940053037727448,-0.009712460455273497
|
| 44 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Sem,ses-5,72,-0.006577047174013988,-0.004017206205027981,-0.0046880981474846034
|
| 45 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Sem,ses-5,72,-0.001818952889957485,-0.003638085405392768,-0.001488994851912081
|
| 46 |
+
ds003604,babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Sem,ses-5,72,-0.004057714442473859,-0.004863677027471923,-0.003012902376205482
|
superseded/early_tier1/alignment_beetle-fineweb3-eng.csv
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset,family,model_ref,step,tokens,task,session,n_stim,rsa,rsa_pearson,rsa_kendall
|
| 2 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Phon,ses-5,72,0.004737591362135019,-0.00046559124686924684,0.0030227024245932216
|
| 3 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Phon,ses-5,72,0.004737591362135019,-0.00046559124686924684,0.0030227024245932216
|
| 4 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Phon,ses-5,72,0.004737591362135019,-0.00046559124686924684,0.0030227024245932216
|
| 5 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Phon,ses-5,72,0.004763024729792836,-0.0004589511925650082,0.003036789994150596
|
| 6 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Phon,ses-5,72,0.004783146783584271,-0.00045337111995347613,0.0030325024729809602
|
| 7 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Phon,ses-5,72,0.004716555224831469,-0.0004446750710364973,0.0029914647703573037
|
| 8 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Phon,ses-5,72,0.004759136281770784,-0.0003609335810963012,0.0030913027633073936
|
| 9 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Phon,ses-5,72,0.005075917240675361,0.0003760629818468416,0.0032413660042446457
|
| 10 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Phon,ses-5,72,0.007088091000577982,0.013613563221806124,0.00455947251239553
|
| 11 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Phon,ses-5,72,0.00493815148908426,-0.00228288665604929,0.002968802158460657
|
| 12 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Phon,ses-5,72,0.009992030837412133,0.014224902107636137,0.007029084706105736
|
| 13 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Phon,ses-5,72,-0.017197033981532446,-0.006053748524949212,-0.011515056855593224
|
| 14 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Phon,ses-5,72,0.01857866761699733,0.004315554077640913,0.01211347231026953
|
| 15 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Phon,ses-5,72,0.0014875997726734671,0.004445672032436692,0.0014295820585614142
|
| 16 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Phon,ses-5,72,-0.008928145422178325,-0.012458256608322213,-0.0051989256696954944
|
| 17 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Phon,ses-5,72,0.009742208651627254,-0.001595332774017041,0.006277543495371008
|
| 18 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Phon,ses-5,72,0.006361622410706194,-0.013887064363913317,0.004097032729099099
|
| 19 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Phon,ses-5,72,0.018188514209386875,0.013589282248678194,0.011943808972556801
|
| 20 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Phon,ses-5,72,-0.022074948660682787,-0.019325505220239163,-0.015164962377001734
|
| 21 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Phon,ses-7,72,0.006279042295301642,0.0015043763898966748,0.00418523316458875
|
| 22 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Phon,ses-7,72,0.006279042295301642,0.0015043763898966748,0.00418523316458875
|
| 23 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Phon,ses-7,72,0.006279042295301642,0.0015043763898966748,0.00418523316458875
|
| 24 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Phon,ses-7,72,0.006308316682120032,0.0015099758602430376,0.004200545740194591
|
| 25 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Phon,ses-7,72,0.006319238255403922,0.0015143239875708885,0.004202383249267293
|
| 26 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Phon,ses-7,72,0.006271458707799015,0.0015214277129164538,0.00416869558293444
|
| 27 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Phon,ses-7,72,0.00640240548262404,0.0015867904363779913,0.004286908666611541
|
| 28 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Phon,ses-7,72,0.007516367870767964,0.002229966374874469,0.004936774375323479
|
| 29 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Phon,ses-7,72,0.020514227237373988,0.012067409657677802,0.01353386682346744
|
| 30 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Phon,ses-7,72,0.012707530777261918,-0.005891725179542135,0.007955801781771297
|
| 31 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Phon,ses-7,72,0.035749758729920623,0.01525616712001709,0.02393171816285843
|
| 32 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Phon,ses-7,72,0.0007768358849036775,0.0022298676188683246,0.0008330041129578077
|
| 33 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Phon,ses-7,72,0.002746132516792305,0.008268808425043942,0.0014510196644095929
|
| 34 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Phon,ses-7,72,0.008262951328240056,0.0038547848120844856,0.005413301728177282
|
| 35 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Phon,ses-7,72,-0.005055876390843728,-0.016340521421403447,-0.003409191832884674
|
| 36 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Phon,ses-7,72,0.008329530670467931,-0.00193554794000368,0.005203213190865129
|
| 37 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Phon,ses-7,72,-0.04148878822496303,-0.011414840284209445,-0.02775312453105237
|
| 38 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Phon,ses-7,72,0.03972913506561573,0.017412376355449986,0.02679333229207819
|
| 39 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Phon,ses-7,72,-0.0036714861324602366,-0.01956048620103837,-0.0025988503318235133
|
| 40 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Phon,ses-9,72,0.012777770765252931,-0.0023992422140406075,0.008258378275742736
|
| 41 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Phon,ses-9,72,0.012777770765252931,-0.0023992422140406075,0.008258378275742736
|
| 42 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Phon,ses-9,72,0.012777770765252931,-0.0023992422140406075,0.008258378275742736
|
| 43 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Phon,ses-9,72,0.012810859582324701,-0.0023921785832990705,0.00828716591788172
|
| 44 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Phon,ses-9,72,0.0128471275703537,-0.0023854525366430075,0.008298803475342158
|
| 45 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Phon,ses-9,72,0.012804689518617931,-0.0023744803081154403,0.008256540766670034
|
| 46 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Phon,ses-9,72,0.013016060551507613,-0.0022748664743955345,0.008482554382612263
|
| 47 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Phon,ses-9,72,0.014273329963225277,-0.0014792089013842703,0.009305145944158098
|
| 48 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Phon,ses-9,72,0.022413190460786877,0.01332215835543186,0.015074924432439385
|
| 49 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Phon,ses-9,72,0.0005196902517351858,-0.005233547224850248,0.0004942899405565815
|
| 50 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Phon,ses-9,72,0.020685908936636264,0.014138229693957631,0.013966293958576419
|
| 51 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Phon,ses-9,72,0.0072102095395961486,0.008936404161073112,0.0050752000588002895
|
| 52 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Phon,ses-9,72,0.018870108628728816,0.006255657938575398,0.012425848852628709
|
| 53 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Phon,ses-9,72,0.005255195462584303,0.0034375428555160122,0.0039224693671925
|
| 54 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Phon,ses-9,72,0.004318901589535534,-0.01354045889396415,0.0033295664397342962
|
| 55 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Phon,ses-9,72,0.004874963310452033,-0.002327915855520216,0.0032125783621056625
|
| 56 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Phon,ses-9,72,0.006274629973945997,-0.00024529410334644085,0.004426559356136821
|
| 57 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Phon,ses-9,72,0.046664206905303755,0.017092307209650263,0.03104655329235688
|
| 58 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Phon,ses-9,72,0.010539286599714289,-0.013920577758013255,0.006741820787740139
|
| 59 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Plaus,ses-5,60,-0.012889417778165404,0.004880084379747199,-0.008833232730675508
|
| 60 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Plaus,ses-5,60,-0.012889417778165404,0.004880084379747199,-0.008833232730675508
|
| 61 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Plaus,ses-5,60,-0.012889417778165404,0.004880084379747199,-0.008833232730675508
|
| 62 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Plaus,ses-5,60,-0.012889378825777119,0.004874090492278981,-0.008819180295931501
|
| 63 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Plaus,ses-5,60,-0.01289684037215523,0.004870260630550556,-0.008807682849322769
|
| 64 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Plaus,ses-5,60,-0.012865405794809392,0.004867943922551188,-0.008779577979834757
|
| 65 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Plaus,ses-5,60,-0.012740985374563002,0.00484394354454654,-0.008664603513747433
|
| 66 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Plaus,ses-5,60,-0.012276729170768955,0.004583282468367322,-0.008312015151079643
|
| 67 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Plaus,ses-5,60,0.003973384893455562,0.003397842468942794,0.002590119222133862
|
| 68 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Plaus,ses-5,60,0.009916355102111767,0.023299946618027978,0.006348506769121691
|
| 69 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Plaus,ses-5,60,-0.033020617969793845,-0.009096463485160293,-0.02254713154675788
|
| 70 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Plaus,ses-5,60,-0.008542106187337478,0.007579709319902352,-0.005819624225120005
|
| 71 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Plaus,ses-5,60,-0.008316545890909586,-0.007974750331881117,-0.005446595957370023
|
| 72 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Plaus,ses-5,60,-0.03470088333899829,-0.029828072867445772,-0.023009584399242448
|
| 73 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Plaus,ses-5,60,-0.02955115471352491,-0.03556456430113189,-0.019946153625049104
|
| 74 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Plaus,ses-5,60,-0.04388507744879018,-0.0422831151939488,-0.0295503540255435
|
| 75 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Plaus,ses-5,60,-0.04910567345268306,-0.03458010523910249,-0.03297531562087808
|
| 76 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Plaus,ses-5,60,-0.014299531022442144,-0.018036746885901712,-0.009562681843296192
|
| 77 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Plaus,ses-5,60,-0.008401665515398175,-0.016097387256007,-0.005486198273466768
|
| 78 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Sem,ses-5,72,-0.005801672241767644,-0.013287338158175082,-0.0038293689075089804
|
| 79 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Sem,ses-5,72,-0.005801672241767644,-0.013287338158175082,-0.0038293689075089804
|
| 80 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Sem,ses-5,72,-0.005801672241767644,-0.013287338158175082,-0.0038293689075089804
|
| 81 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Sem,ses-5,72,-0.005827474979649694,-0.013297102751376315,-0.00383426893170285
|
| 82 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Sem,ses-5,72,-0.005878767137480398,-0.013306258692072689,-0.0038753066343265065
|
| 83 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Sem,ses-5,72,-0.005861370087366586,-0.013313236272849516,-0.003855706537551029
|
| 84 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Sem,ses-5,72,-0.005840132736711312,-0.01333630243394232,-0.0038985817492473867
|
| 85 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Sem,ses-5,72,-0.006649583150071985,-0.013742652457329156,-0.004368984071858854
|
| 86 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Sem,ses-5,72,-0.0187211604451157,-0.02211707388969453,-0.012466274052228133
|
| 87 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Sem,ses-5,72,-0.011090557287002435,-0.012207218383876655,-0.006298981101219186
|
| 88 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Sem,ses-5,72,0.056444028081320985,0.021313031467986715,0.03763096080286896
|
| 89 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Sem,ses-5,72,0.015266697284871227,0.006128389247486551,0.008506442000557377
|
| 90 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Sem,ses-5,72,-0.003977772377834221,0.008594044859800752,-0.0032364659800507766
|
| 91 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Sem,ses-5,72,0.0164822731342545,-0.012572388683638299,0.010666740167029573
|
| 92 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Sem,ses-5,72,0.008256199901670628,-0.0069948244675832015,0.005122975294690518
|
| 93 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Sem,ses-5,72,-0.009650660169688751,-0.017508957409231717,-0.0065764449711970445
|
| 94 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Sem,ses-5,72,-0.001397308874183235,-0.034149340458444685,-0.0006498657087119368
|
| 95 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Sem,ses-5,72,-0.05554319806151345,-0.03716429467922257,-0.037075420559889015
|
| 96 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Sem,ses-5,72,-0.034187108532911736,-0.051407446315570315,-0.022592786551883598
|
| 97 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Sem,ses-7,72,-0.0003055130112080759,-0.012779000128673536,-0.000238876179451136
|
| 98 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Sem,ses-7,72,-0.0003055130112080759,-0.012779000128673536,-0.000238876179451136
|
| 99 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Sem,ses-7,72,-0.0003055130112080759,-0.012779000128673536,-0.000238876179451136
|
| 100 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Sem,ses-7,72,-0.0003328543126116961,-0.012788969654257382,-0.000265826312517418
|
| 101 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Sem,ses-7,72,-0.000381218816174827,-0.012799030494394834,-0.00030931402723800947
|
| 102 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Sem,ses-7,72,-0.00038195037043216355,-0.01280734947778732,-0.0003154390574803463
|
| 103 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Sem,ses-7,72,-0.00035663916802360817,-0.012837195340895623,-0.00027623886392939064
|
| 104 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Sem,ses-7,72,-0.0007396106962157671,-0.013243375208190127,-0.00039138943248532285
|
| 105 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Sem,ses-7,72,-0.009474710591512602,-0.02134937836641956,-0.006511519650628274
|
| 106 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Sem,ses-7,72,-0.00827134551810248,-0.011884462636424882,-0.006112780181852147
|
| 107 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Sem,ses-7,72,0.015576693760727164,0.021024110703199244,0.011001779321285399
|
| 108 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Sem,ses-7,72,-0.004629171859273639,0.007917224172509691,-0.0024659371755648045
|
| 109 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Sem,ses-7,72,0.020596695248196868,0.009943257600892175,0.014134119787216447
|
| 110 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Sem,ses-7,72,-0.011637440804603901,-0.014324549843477882,-0.007906801539832602
|
| 111 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Sem,ses-7,72,-0.010999250979705113,-0.008358688758986885,-0.007340236242416447
|
| 112 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Sem,ses-7,72,-0.022604062883469753,-0.020193704068714995,-0.01487953596770884
|
| 113 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Sem,ses-7,72,-0.05527537374832135,-0.03677002554117514,-0.03716362099537866
|
| 114 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Sem,ses-7,72,-0.03889931683072687,-0.03867573957876527,-0.026076091250700546
|
| 115 |
+
ds003604,beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Sem,ses-7,72,-0.08568051133457985,-0.054547309569870694,-0.05738418333440521
|
superseded/early_tier1/alignment_beetle-humanscale-eng.csv
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset,family,model_ref,step,tokens,task,session,n_stim,rsa,rsa_pearson,rsa_kendall
|
| 2 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Gram,ses-5,60,-0.022769234458055235,-0.03565141903867367,-0.015385499803585289
|
| 3 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Gram,ses-5,60,-0.022769234458055235,-0.03565141903867367,-0.015385499803585289
|
| 4 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Gram,ses-5,60,-0.022769234458055235,-0.03565141903867367,-0.015385499803585289
|
| 5 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Gram,ses-5,60,-0.022769234458055235,-0.03565141903867367,-0.015385499803585289
|
| 6 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Gram,ses-5,60,-0.022769234458055235,-0.03565141903867367,-0.015385499803585289
|
| 7 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Gram,ses-5,60,-0.022769234458055235,-0.03565141903867367,-0.015385499803585289
|
| 8 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Gram,ses-5,60,-0.022743876453281825,-0.03565362738473519,-0.015361227416300185
|
| 9 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Gram,ses-5,60,-0.022737750108213255,-0.035664936669579594,-0.015408494696802751
|
| 10 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Gram,ses-5,60,-0.02289505283623673,-0.03570424855555343,-0.015527301645092986
|
| 11 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Gram,ses-5,60,-0.041016956834818964,-0.01366032408431558,-0.02712311529703334
|
| 12 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Gram,ses-5,60,-0.04256350947514952,-0.022339235293212807,-0.02849769891381067
|
| 13 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Gram,ses-5,60,-0.03491141883365611,-0.0374406241295395,-0.023001919434836624
|
| 14 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Gram,ses-5,60,-0.014882669915281425,-0.011887142416256324,-0.009196041045884394
|
| 15 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Gram,ses-5,60,-0.007425912516906893,-0.010295489927685371,-0.0042827988617527854
|
| 16 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Gram,ses-5,60,-0.01436234824061611,-0.019318358959199644,-0.009456649835682326
|
| 17 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Gram,ses-5,60,-0.020059013842061196,-0.03433467256627109,-0.013958538930034846
|
| 18 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Gram,ses-5,60,-0.025032502386739968,-0.030297329541075075,-0.016781800819512447
|
| 19 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Gram,ses-5,60,-0.01983002573546424,-0.031052359191855887,-0.01328402206232255
|
| 20 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Phon,ses-5,72,-0.02749175868737119,-0.031291775000275475,-0.018375703230034696
|
| 21 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Phon,ses-5,72,-0.02749175868737119,-0.031291775000275475,-0.018375703230034696
|
| 22 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Phon,ses-5,72,-0.02749175868737119,-0.031291775000275475,-0.018375703230034696
|
| 23 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Phon,ses-5,72,-0.02749175868737119,-0.031291775000275475,-0.018375703230034696
|
| 24 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Phon,ses-5,72,-0.02749175868737119,-0.031291775000275475,-0.018375703230034696
|
| 25 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Phon,ses-5,72,-0.02749175868737119,-0.031291775000275475,-0.018375703230034696
|
| 26 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Phon,ses-5,72,-0.027510059041710416,-0.031283227124159554,-0.01839591582983441
|
| 27 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Phon,ses-5,72,-0.0274656728135585,-0.03125394579229954,-0.018406940884270615
|
| 28 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Phon,ses-5,72,-0.027387821930538556,-0.03113042892497539,-0.018395303326810174
|
| 29 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Phon,ses-5,72,-0.024934107747471825,-0.024997106550761903,-0.016845058172474725
|
| 30 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Phon,ses-5,72,-0.020181227763701407,-0.01609806060977937,-0.013984669049303431
|
| 31 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Phon,ses-5,72,-0.03989097312026406,-0.043168468005315666,-0.027019345908020416
|
| 32 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Phon,ses-5,72,-0.05821886925562784,0.0008527774243876655,-0.03889639205093575
|
| 33 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Phon,ses-5,72,-0.02355771140810465,-1.6329199928232646e-05,-0.014877698458636138
|
| 34 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Phon,ses-5,72,-0.030216203279324182,-0.009597985685658495,-0.020002511262399356
|
| 35 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Phon,ses-5,72,-0.018667842500004608,-0.022449133206425304,-0.012373173592544612
|
| 36 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Phon,ses-5,72,0.012229711586782108,0.014999059200692836,0.008073402362424164
|
| 37 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Phon,ses-5,72,-0.009375288199949703,-0.010332987375800524,-0.006475381972198488
|
| 38 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Phon,ses-7,72,-0.034770538144139045,-0.03582777365057212,-0.02345335330093192
|
| 39 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Phon,ses-7,72,-0.034770538144139045,-0.03582777365057212,-0.02345335330093192
|
| 40 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Phon,ses-7,72,-0.034770538144139045,-0.03582777365057212,-0.02345335330093192
|
| 41 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Phon,ses-7,72,-0.034770538144139045,-0.03582777365057212,-0.02345335330093192
|
| 42 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Phon,ses-7,72,-0.034770538144139045,-0.03582777365057212,-0.02345335330093192
|
| 43 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Phon,ses-7,72,-0.034770538144139045,-0.03582777365057212,-0.02345335330093192
|
| 44 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Phon,ses-7,72,-0.034796562216707995,-0.0358174520159782,-0.0234747909067801
|
| 45 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Phon,ses-7,72,-0.034733941028556155,-0.035782503773115946,-0.023450290785810752
|
| 46 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Phon,ses-7,72,-0.03463335519264883,-0.0356326174437435,-0.02340802807713863
|
| 47 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Phon,ses-7,72,-0.0301939979487233,-0.026525745125066343,-0.02026772507189254
|
| 48 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Phon,ses-7,72,-0.022937536645757112,-0.016222907733748227,-0.015795227988938194
|
| 49 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Phon,ses-7,72,-0.04786978604420196,-0.05082643986265943,-0.03189854499906593
|
| 50 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Phon,ses-7,72,-0.03566517869752377,-0.0028066294278746642,-0.022886788003515762
|
| 51 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Phon,ses-7,72,0.027451597220986345,-0.003202277088909665,0.01841796593870682
|
| 52 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Phon,ses-7,72,0.004455753976233634,-0.01223662033251367,0.0025425000535940143
|
| 53 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Phon,ses-7,72,-0.016832206867331924,-0.019564745636887194,-0.011289043239650996
|
| 54 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Phon,ses-7,72,0.02975287073154933,0.024174459938920864,0.020104186764422147
|
| 55 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Phon,ses-7,72,-0.01213734244181622,-0.006332368995376953,-0.008391291432001445
|
| 56 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Phon,ses-9,72,-0.015435694941745338,-0.03174369783180796,-0.01037151370934894
|
| 57 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Phon,ses-9,72,-0.015435694941745338,-0.03174369783180796,-0.01037151370934894
|
| 58 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Phon,ses-9,72,-0.015435694941745338,-0.03174369783180796,-0.01037151370934894
|
| 59 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Phon,ses-9,72,-0.015435694941745338,-0.03174369783180796,-0.01037151370934894
|
| 60 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Phon,ses-9,72,-0.015435694941745338,-0.03174369783180796,-0.01037151370934894
|
| 61 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Phon,ses-9,72,-0.015435694941745338,-0.03174369783180796,-0.01037151370934894
|
| 62 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Phon,ses-9,72,-0.015457320346721792,-0.031733737257373246,-0.010384376272857846
|
| 63 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Phon,ses-9,72,-0.015409135497936988,-0.031700830589189724,-0.010385601278906314
|
| 64 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Phon,ses-9,72,-0.015264406327138033,-0.03156606189055536,-0.01027351322547155
|
| 65 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Phon,ses-9,72,-0.03030914516372337,-0.02410749748376757,-0.020406150755369352
|
| 66 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Phon,ses-9,72,-0.03302861403693589,-0.013528168342669844,-0.022161584422823084
|
| 67 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Phon,ses-9,72,-0.045315215824441285,-0.04344303654830431,-0.029711909202551685
|
| 68 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Phon,ses-9,72,-0.06028333477254776,-0.005937577163669633,-0.03937659442193495
|
| 69 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Phon,ses-9,72,-0.014128886084214304,-0.0041101636197994895,-0.008888643887679196
|
| 70 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Phon,ses-9,72,-0.012443699830482421,-0.014478639152798435,-0.008883131360461092
|
| 71 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Phon,ses-9,72,-0.009571254913526749,-0.02110666680576292,-0.00652744472925835
|
| 72 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Phon,ses-9,72,0.019146152507338796,0.025646491439728834,0.012868076036125426
|
| 73 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Phon,ses-9,72,-0.01491376547285312,-0.0022506207128373847,-0.010011974434123768
|
| 74 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Plaus,ses-5,60,-0.007794780813856162,0.00269600609849625,-0.005102950053175691
|
| 75 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Plaus,ses-5,60,-0.007794780813856162,0.00269600609849625,-0.005102950053175691
|
| 76 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Plaus,ses-5,60,-0.007794780813856162,0.00269600609849625,-0.005102950053175691
|
| 77 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Plaus,ses-5,60,-0.007794780813856162,0.00269600609849625,-0.005102950053175691
|
| 78 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Plaus,ses-5,60,-0.007794780813856162,0.00269600609849625,-0.005102950053175691
|
| 79 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Plaus,ses-5,60,-0.007794780813856162,0.00269600609849625,-0.005102950053175691
|
| 80 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Plaus,ses-5,60,-0.00780646003827689,0.0026964804037219476,-0.005090175112499322
|
| 81 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Plaus,ses-5,60,-0.007831493439814593,0.0027032025479224835,-0.005134887404866614
|
| 82 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Plaus,ses-5,60,-0.00781865862787475,0.0027255689213208957,-0.005058237760808398
|
| 83 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Plaus,ses-5,60,0.02171900232914183,0.016653811619250572,0.014207650273224043
|
| 84 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Plaus,ses-5,60,0.02628000888612178,0.024142345377561103,0.017297908422837762
|
| 85 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Plaus,ses-5,60,0.02087113434943271,0.028620915991401624,0.01387677930970608
|
| 86 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Plaus,ses-5,60,-0.03130801995429144,-0.027979887164558202,-0.021138055590154352
|
| 87 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Plaus,ses-5,60,-0.03038516646311249,-0.033620393638101445,-0.02025530718941724
|
| 88 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Plaus,ses-5,60,-0.049240576393421207,-0.04015320189254077,-0.033039190324259934
|
| 89 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Plaus,ses-5,60,-0.043326082544622765,-0.03790731352998203,-0.029409829678103433
|
| 90 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Plaus,ses-5,60,-0.04913714265437404,-0.04157001925690766,-0.032847566214114395
|
| 91 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Plaus,ses-5,60,-0.04883724388892617,-0.03639418288819194,-0.032938268292916614
|
| 92 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Plaus,ses-7,60,-0.029795580950012075,0.002032475811309189,-0.019953818589454924
|
| 93 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Plaus,ses-7,60,-0.029795580950012075,0.002032475811309189,-0.019953818589454924
|
| 94 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Plaus,ses-7,60,-0.029795580950012075,0.002032475811309189,-0.019953818589454924
|
| 95 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Plaus,ses-7,60,-0.029795580950012075,0.002032475811309189,-0.019953818589454924
|
| 96 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Plaus,ses-7,60,-0.029795580950012075,0.002032475811309189,-0.019953818589454924
|
| 97 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Plaus,ses-7,60,-0.029795580950012075,0.002032475811309189,-0.019953818589454924
|
| 98 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Plaus,ses-7,60,-0.029834503041994885,0.002030786912411167,-0.019981923458942938
|
| 99 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Plaus,ses-7,60,-0.030037477445282297,0.0020253254776325547,-0.020075180525880434
|
| 100 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Plaus,ses-7,60,-0.03042012190355496,0.0020047051559810153,-0.020248919719079057
|
| 101 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Plaus,ses-7,60,0.02316147635199696,0.018964596706633183,0.015049518863796775
|
| 102 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Plaus,ses-7,60,0.04565765348616491,0.02807572484984338,0.03045992980170098
|
| 103 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Plaus,ses-7,60,0.045955414198300265,0.03747092191572539,0.030592789184735226
|
| 104 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Plaus,ses-7,60,-0.042281474707773374,-0.02811787220153835,-0.02850025390194594
|
| 105 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Plaus,ses-7,60,-0.054188810806362,-0.03453580797974634,-0.036074516228965264
|
| 106 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Plaus,ses-7,60,-0.06687314317819712,-0.04378334438574861,-0.0449850373507328
|
| 107 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Plaus,ses-7,60,-0.04823365932028051,-0.04032038206563805,-0.03333812393608697
|
| 108 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Plaus,ses-7,60,-0.05952244447703582,-0.04532628739174838,-0.04041671856486317
|
| 109 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Plaus,ses-7,60,-0.05630540784500344,-0.038569212051776804,-0.03820793132191892
|
| 110 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Sem,ses-5,72,0.013969877951634138,0.00135831827364509,0.009136095109469602
|
| 111 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Sem,ses-5,72,0.013969877951634138,0.00135831827364509,0.009136095109469602
|
| 112 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Sem,ses-5,72,0.013969877951634138,0.00135831827364509,0.009136095109469602
|
| 113 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Sem,ses-5,72,0.013969877951634138,0.00135831827364509,0.009136095109469602
|
| 114 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Sem,ses-5,72,0.013969877951634138,0.00135831827364509,0.009136095109469602
|
| 115 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Sem,ses-5,72,0.013969877951634138,0.00135831827364509,0.009136095109469602
|
| 116 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Sem,ses-5,72,0.013985024286685103,0.0013583739126030777,0.009149570176002743
|
| 117 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Sem,ses-5,72,0.013932228059050268,0.0013736246525365477,0.009121395036887994
|
| 118 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Sem,ses-5,72,0.013874086023831616,0.0014874887089085017,0.009084032352409739
|
| 119 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Sem,ses-5,72,0.001965471422348546,-0.007112623668484509,0.0019134594477060228
|
| 120 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Sem,ses-5,72,0.0037761300105003544,-0.007254544933268707,0.0029106143711584574
|
| 121 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Sem,ses-5,72,-0.004508028486392215,0.019745415496145516,-0.0025535251080302207
|
| 122 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Sem,ses-5,72,0.029775269370691693,0.03260132702379381,0.020276300114231812
|
| 123 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Sem,ses-5,72,0.046794057785981,0.015592554353422616,0.030954677838721828
|
| 124 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Sem,ses-5,72,-0.007616518942111747,0.015922842109358862,-0.004781811110192356
|
| 125 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Sem,ses-5,72,0.002215772208462882,0.031114874202157288,0.001578420293450199
|
| 126 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Sem,ses-5,72,0.004002614321961793,0.03273034386819117,0.002889789268334512
|
| 127 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Sem,ses-5,72,-0.011752005219503087,0.007574081179031369,-0.00798642693298298
|
| 128 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Sem,ses-7,72,0.0012574885905472174,0.0015157026494058926,0.0008170790343277319
|
| 129 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Sem,ses-7,72,0.0012574885905472174,0.0015157026494058926,0.0008170790343277319
|
| 130 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Sem,ses-7,72,0.0012574885905472174,0.0015157026494058926,0.0008170790343277319
|
| 131 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Sem,ses-7,72,0.0012574885905472174,0.0015157026494058926,0.0008170790343277319
|
| 132 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Sem,ses-7,72,0.0012574885905472174,0.0015157026494058926,0.0008170790343277319
|
| 133 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Sem,ses-7,72,0.0012574885905472174,0.0015157026494058926,0.0008170790343277319
|
| 134 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Sem,ses-7,72,0.0012625800069649283,0.0015159498305748007,0.0008183040403761993
|
| 135 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Sem,ses-7,72,0.001224953828811798,0.0015321185019436263,0.0007913539073099173
|
| 136 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Sem,ses-7,72,0.0012094841151598483,0.0016493171476466909,0.000791966410334151
|
| 137 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Sem,ses-7,72,-0.010121178908596574,-0.0074870622409611565,-0.0067007830851164825
|
| 138 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Sem,ses-7,72,-0.017285564981814213,-0.008791378995778726,-0.011741682974559686
|
| 139 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Sem,ses-7,72,-0.0021686882841596465,0.016373290379308746,-0.0014632697248942665
|
| 140 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Sem,ses-7,72,0.03393710381787207,0.03311840440169836,0.02258666152164126
|
| 141 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Sem,ses-7,72,-0.000560834070447906,0.012904187872419867,-0.0001237256108952038
|
| 142 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Sem,ses-7,72,0.03141653793593353,0.01774334357140003,0.021118491772553125
|
| 143 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Sem,ses-7,72,0.06588737526025285,0.03510610472327047,0.044204955761969075
|
| 144 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Sem,ses-7,72,0.07820850813339039,0.03744372981584519,0.05248415914053575
|
| 145 |
+
ds003604,beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Sem,ses-7,72,0.03946258917582619,0.011517888186003612,0.0265771187245237
|
superseded/early_tier1/alignment_pico-decoder-tiny.csv
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset,family,model_ref,step,tokens,task,session,n_stim,rsa,rsa_pearson,rsa_kendall
|
| 2 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Gram,ses-5,60,-0.01868619318152401,-0.038219406428313694,-0.012500918198861115
|
| 3 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Gram,ses-5,60,-0.01976604643770644,-0.018523358895145406,-0.013250807216563989
|
| 4 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Gram,ses-5,60,-0.009078311780336707,-0.03554463050266063,-0.0055807328344719
|
| 5 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Gram,ses-5,60,-0.0001966868386117778,-0.021442932373024918,8.303711439640003e-06
|
| 6 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Gram,ses-5,60,-0.011830886626525764,-0.027545758407268306,-0.007826567405377611
|
| 7 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Gram,ses-5,60,-0.015095369431510616,-0.016610671888872386,-0.009783688316997378
|
| 8 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Gram,ses-5,60,0.0052289480451476154,-0.007470862527861864,0.0037424188711423674
|
| 9 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Gram,ses-5,60,0.0007122628139710596,-0.010872189535980861,0.0003966619080012647
|
| 10 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Gram,ses-5,60,0.0024662109536593662,-0.003921782952929144,0.0012513054392503664
|
| 11 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Gram,ses-5,60,-0.002576346667513088,-0.004623941246935052,-0.0016205012247974375
|
| 12 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Gram,ses-5,60,0.008738815748175754,-0.010932530282277645,0.005574345364133715
|
| 13 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Gram,ses-5,60,0.015338761265686663,-0.014547006635428914,0.009934432616978536
|
| 14 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Gram,ses-5,60,0.025467169923588565,-0.016194500648340035,0.016471369761076673
|
| 15 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Gram,ses-5,60,0.032031192683014596,-0.016966664833240053,0.020597675599543935
|
| 16 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Gram,ses-5,60,-0.014175194999037041,-0.04488658415999767,-0.009560126855160916
|
| 17 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Gram,ses-5,60,-0.00956060077588505,-0.03734980225648924,-0.006499251069102849
|
| 18 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Gram,ses-5,60,-0.010909214691124793,-0.04235312950119634,-0.008269857846847624
|
| 19 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Gram,ses-5,60,-0.009342902369825976,-0.030354412868625235,-0.007130333138515487
|
| 20 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Gram,ses-5,60,0.0022428428110832814,-0.024043420701025713,0.0007518052588043295
|
| 21 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Gram,ses-5,60,-0.006764628641103576,-0.01923873909430688,-0.004575345003241641
|
| 22 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Gram,ses-5,60,-0.0019312237048048223,-0.0195759779392573,-0.0017469731374934927
|
| 23 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Phon,ses-5,72,0.009393661853438488,0.007318985909689921,0.006350431355254816
|
| 24 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Phon,ses-5,72,-0.01968630256384867,-0.01197532110092616,-0.013653304913193007
|
| 25 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Phon,ses-5,72,-0.04677362025839884,-0.043386169528363785,-0.031177628939542887
|
| 26 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Phon,ses-5,72,-0.0031858023744045032,0.04092088143404375,-0.0018503716362099536
|
| 27 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Phon,ses-5,72,0.029129278216698952,0.04856274410975759,0.01946718361921912
|
| 28 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Phon,ses-5,72,0.018846736260687936,0.04055850270441797,0.012847250933301482
|
| 29 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Phon,ses-5,72,-0.016776634614062425,-0.008850388026410031,-0.011287205730578294
|
| 30 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Phon,ses-5,72,-0.03213947020114878,-0.02308382742554679,-0.021469456005439026
|
| 31 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Phon,ses-5,72,-0.0018705059065263158,-0.01574349309334551,-0.001365881744041111
|
| 32 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Phon,ses-5,72,-0.00873214565212207,-0.01534043183481951,-0.00594189183809095
|
| 33 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Phon,ses-5,72,0.007047442310434323,-0.005672068722534805,0.005072750046703355
|
| 34 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Phon,ses-5,72,-0.0017683779140018516,-0.00978185895908879,-0.0013162689990781828
|
| 35 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Phon,ses-5,72,-0.01342500584893079,-0.0186739898644292,-0.009138545121566536
|
| 36 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Phon,ses-5,72,-0.02751798397329186,-0.024644192872677467,-0.018513516410487273
|
| 37 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Phon,ses-5,72,-0.03819652386616178,-0.031202829789495755,-0.025608138940186015
|
| 38 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Phon,ses-5,72,-0.04608804756364568,-0.02789123784629319,-0.030783176991936397
|
| 39 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Phon,ses-5,72,-0.028560457413425864,-0.015414048081189239,-0.019045781538546344
|
| 40 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Phon,ses-5,72,-0.011183274962238272,-0.01839030209132849,-0.007529499676904654
|
| 41 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Phon,ses-5,72,-0.00835226849783177,-0.012356422195740999,-0.005646052877386082
|
| 42 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Phon,ses-5,72,0.0006921106914459327,-0.0045358672813939176,0.0006125030242336821
|
| 43 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Phon,ses-5,72,-0.005437874190137369,0.0016223343545391546,-0.0035488425224099542
|
| 44 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Phon,ses-7,72,-0.007487176125147605,0.00305699375095767,-0.004811823758379807
|
| 45 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Phon,ses-7,72,-0.018325143824159854,-0.017088128628306512,-0.012275173108667223
|
| 46 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Phon,ses-7,72,-0.05293116849469176,-0.044175867698573984,-0.03534019949223499
|
| 47 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Phon,ses-7,72,0.05646971296566846,0.044730511720342564,0.037662198457104876
|
| 48 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Phon,ses-7,72,0.07702149667514159,0.050198471380255925,0.05131366586122518
|
| 49 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Phon,ses-7,72,0.0646010585453566,0.04278740908923666,0.04306202511874902
|
| 50 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Phon,ses-7,72,-0.032602436253175854,-0.011191860062476135,-0.022063583938945697
|
| 51 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Phon,ses-7,72,-0.04933124892110568,-0.025529400546174818,-0.033268714264276675
|
| 52 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Phon,ses-7,72,-0.05369574330028436,-0.015705990334340655,-0.03599190271001963
|
| 53 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Phon,ses-7,72,-0.014253099397947732,-0.012129326376269822,-0.009453984179046884
|
| 54 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Phon,ses-7,72,0.009347562437320468,-0.004464858167704056,0.006540307292767257
|
| 55 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Phon,ses-7,72,-0.015484326052999502,-0.009516765707064254,-0.01055281460452211
|
| 56 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Phon,ses-7,72,-0.02910376220784311,-0.02253634162476106,-0.019188494743192792
|
| 57 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Phon,ses-7,72,-0.05607296479045528,-0.03149788408634878,-0.037981312532730634
|
| 58 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Phon,ses-7,72,-0.06726884433194079,-0.034497672026129744,-0.04566883798988757
|
| 59 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Phon,ses-7,72,-0.07483966125430418,-0.03399557154309778,-0.05011989746699374
|
| 60 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Phon,ses-7,72,-0.0361700366507605,-0.017837471594840767,-0.024244707208241838
|
| 61 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Phon,ses-7,72,-0.02950129798960446,-0.02105214942971747,-0.019784460185772165
|
| 62 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Phon,ses-7,72,-0.022535748076083266,-0.019289101821336155,-0.014962223875980386
|
| 63 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Phon,ses-7,72,0.0004683068292770931,-0.008990645806741233,0.0002903264334867653
|
| 64 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Phon,ses-7,72,-0.008213707234882248,-0.005411404509790453,-0.005822453748365382
|
| 65 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Phon,ses-9,72,-0.00659446793855854,0.0033076627168533677,-0.004232395897454743
|
| 66 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Phon,ses-9,72,-0.014987949961157019,-0.0188634665266577,-0.010373963721445873
|
| 67 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Phon,ses-9,72,-0.0402136862799489,-0.040912516364671796,-0.026538531033996976
|
| 68 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Phon,ses-9,72,0.03123877456311542,0.04213094649433392,0.020752214964061384
|
| 69 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Phon,ses-9,72,0.04202635700161794,0.04785502892296604,0.027969950601631093
|
| 70 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Phon,ses-9,72,0.014883822051640249,0.039385341653248813,0.010312713419022505
|
| 71 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Phon,ses-9,72,-0.026993803070717682,-0.008884065870796834,-0.018146014595947065
|
| 72 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Phon,ses-9,72,-0.03264132648234927,-0.018492650597570916,-0.021700982148599356
|
| 73 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Phon,ses-9,72,-0.015184183282425098,-0.0099318279883306,-0.0101834752809092
|
| 74 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Phon,ses-9,72,-0.008758475856433282,-0.007628447998158351,-0.005684640567912804
|
| 75 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Phon,ses-9,72,0.013118706668412767,-0.0003050502573235282,0.00861669254491944
|
| 76 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Phon,ses-9,72,-0.0037642785440838563,-0.00801028440764355,-0.002673575700780022
|
| 77 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Phon,ses-9,72,-0.007843733370592297,-0.016034765891348945,-0.0055015021636669326
|
| 78 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Phon,ses-9,72,-0.013775896782667134,-0.02297261992306602,-0.0094852218332828
|
| 79 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Phon,ses-9,72,-0.021807840092127547,-0.025900496425239786,-0.014836660756012482
|
| 80 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Phon,ses-9,72,-0.021504549769836897,-0.025949424133599595,-0.014610647140070253
|
| 81 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Phon,ses-9,72,-0.018118381295643745,-0.010894891891221734,-0.012463824040131197
|
| 82 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Phon,ses-9,72,0.002546769609285818,-0.01352907289500184,0.0017376710797509562
|
| 83 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Phon,ses-9,72,-0.0002437254212276658,-0.014798753521198605,-4.5325223793292475e-05
|
| 84 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Phon,ses-9,72,0.004088071069676874,-0.0069175596067576894,0.0026227379497686266
|
| 85 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Phon,ses-9,72,0.008259108153222141,-0.003631825722379153,0.005628902792707539
|
| 86 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Plaus,ses-5,60,-0.018309253084113502,-0.0037235844097150486,-0.012026967899767815
|
| 87 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Plaus,ses-5,60,-0.02266899914289057,-0.0186534492668207,-0.015293520230715429
|
| 88 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Plaus,ses-5,60,0.010851039299221434,0.010792455542454074,0.0072414751223999
|
| 89 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Plaus,ses-5,60,-0.004712577873871637,-0.005942269852477828,-0.002946540067004564
|
| 90 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Plaus,ses-5,60,-0.02161225763709046,-0.018268770850474122,-0.014424824264722321
|
| 91 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Plaus,ses-5,60,-0.03053900892064334,-0.021110461385694283,-0.020277024588567068
|
| 92 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Plaus,ses-5,60,-0.0472883324650828,-0.034842020006765576,-0.0315572972058011
|
| 93 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Plaus,ses-5,60,-0.04937675394286489,-0.034070359760710184,-0.03274919917090635
|
| 94 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Plaus,ses-5,60,-0.032279739216573664,-0.01881132205094809,-0.02120959525794202
|
| 95 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Plaus,ses-5,60,-0.030965174016737988,-0.02109143503273613,-0.02080207465036584
|
| 96 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Plaus,ses-5,60,-0.023971737964838667,-0.01976555629076971,-0.016440709903453386
|
| 97 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Plaus,ses-5,60,-0.039858822262313486,-0.02919680730423439,-0.026922548728414344
|
| 98 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Plaus,ses-5,60,-0.009481293713337181,-0.008036669854667403,-0.00627824459540166
|
| 99 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Plaus,ses-5,60,-0.01952456543457792,-0.013083792718862348,-0.013142220220814849
|
| 100 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Plaus,ses-5,60,-0.004039275022260884,0.0036965851144442202,-0.00269487373568009
|
| 101 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Plaus,ses-5,60,-0.0005901254364824747,0.0058417597149163555,-0.0005014164215474924
|
| 102 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Plaus,ses-5,60,0.004822977598357067,0.0031331536278327273,0.0032965734415370813
|
| 103 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Plaus,ses-5,60,0.013817408656554796,0.007459996452798217,0.009629111534813311
|
| 104 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Plaus,ses-5,60,-0.002257419660388085,-0.003929358321387532,-0.0008501723020123725
|
| 105 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Plaus,ses-5,60,-0.01214035036731913,-0.0010789198822452467,-0.0076477182359084425
|
| 106 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Plaus,ses-5,60,-0.017772419924858573,-0.0007008443197142541,-0.010969202811764443
|
| 107 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Plaus,ses-7,60,-0.01729974351313029,-0.003146185384696295,-0.012012915465023808
|
| 108 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Plaus,ses-7,60,-0.029353415078418658,-0.020181275129691655,-0.020016415798769137
|
| 109 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Plaus,ses-7,60,0.03125274218727215,0.016458875436689432,0.0206206704927614
|
| 110 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Plaus,ses-7,60,0.003090563637325544,-0.004610432816985652,0.0021008389942289204
|
| 111 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Plaus,ses-7,60,-0.026099427778054983,-0.017970048777040594,-0.01744354274654837
|
| 112 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Plaus,ses-7,60,-0.036889183068385775,-0.021814227187770284,-0.02450425245837765
|
| 113 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Plaus,ses-7,60,-0.09375764876805688,-0.043482683513427225,-0.062203102394343256
|
| 114 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Plaus,ses-7,60,-0.08465468770001139,-0.04147403346861165,-0.05626914245016975
|
| 115 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Plaus,ses-7,60,-0.05651534174166441,-0.022568541390152796,-0.03760878660419721
|
| 116 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Plaus,ses-7,60,-0.06290631418809203,-0.025652160317751232,-0.04196376388077148
|
| 117 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Plaus,ses-7,60,-0.04135360717861354,-0.023184094522605073,-0.028074848377422846
|
| 118 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Plaus,ses-7,60,-0.06243938108961419,-0.034495100985062276,-0.04202636109008569
|
| 119 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Plaus,ses-7,60,-0.009179384571849497,-0.006427096792964783,-0.006606560570784349
|
| 120 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Plaus,ses-7,60,-0.025201694249276603,-0.014150488933308916,-0.017269803553349748
|
| 121 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Plaus,ses-7,60,0.022069824850207375,0.010205381557360487,0.014348174620664107
|
| 122 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Plaus,ses-7,60,0.021713661523903666,0.012613769738013784,0.013978978835117036
|
| 123 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Plaus,ses-7,60,0.03629848741221924,0.010543575749243304,0.023574236777137967
|
| 124 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Plaus,ses-7,60,0.04993997734518278,0.016470630315929626,0.03314394483780616
|
| 125 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Plaus,ses-7,60,0.02609078034785576,0.002663574371773383,0.01728130099995848
|
| 126 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Plaus,ses-7,60,0.0019040847102781684,0.0032101638220855475,0.0016383861417443542
|
| 127 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Plaus,ses-7,60,-0.0021263946463058498,0.0030225256700128194,-0.0007096479545723109
|
| 128 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Sem,ses-5,72,-0.021912689495234065,-0.028914420767447286,-0.014564096910228492
|
| 129 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Sem,ses-5,72,-0.0031491398644823043,0.027100436461219436,-0.0018503716362099536
|
| 130 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Sem,ses-5,72,0.003629691963449982,-0.0038576508990662943,0.0024255119759653814
|
| 131 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Sem,ses-5,72,0.005432849605297194,-0.012019873515472446,0.0036462305032631094
|
| 132 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Sem,ses-5,72,0.012216144057923057,0.007763334644512326,0.007947226739432026
|
| 133 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Sem,ses-5,72,0.004322545707059065,0.022625349444206688,0.0027966888086509924
|
| 134 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Sem,ses-5,72,-0.0055778489768827455,-0.003268855125672897,-0.003749131011334368
|
| 135 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Sem,ses-5,72,-0.0037976821163272522,-0.01092901942835198,-0.0024383745394742887
|
| 136 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Sem,ses-5,72,-0.02363529568343356,-0.026076857007403226,-0.01589077846071865
|
| 137 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Sem,ses-5,72,-0.04082676108545707,-0.04473340414781679,-0.027470760636880642
|
| 138 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Sem,ses-5,72,-0.05527532703807899,-0.05158745535981024,-0.03686288201047992
|
| 139 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Sem,ses-5,72,-0.044788370282195004,-0.04911815949989453,-0.030092886083625037
|
| 140 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Sem,ses-5,72,-0.05952982382682349,-0.049284659292308505,-0.03971040857014231
|
| 141 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Sem,ses-5,72,-0.0325117285555999,-0.028046874828205205,-0.021490281108262968
|
| 142 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Sem,ses-5,72,-0.04418209002040307,-0.03343117271170087,-0.029294182140024314
|
| 143 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Sem,ses-5,72,-0.05031756515201195,-0.027396994507526938,-0.034106618401428354
|
| 144 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Sem,ses-5,72,-0.03719718410106521,-0.034003948372164305,-0.02517019927785893
|
| 145 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Sem,ses-5,72,-0.047817073895003365,-0.03968097063209557,-0.03170438154038385
|
| 146 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Sem,ses-5,72,-0.03762541497963195,-0.030040639264100263,-0.024774522324203973
|
| 147 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Sem,ses-5,72,-0.024281518232780786,-0.019702446072620932,-0.015881590915355143
|
| 148 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Sem,ses-5,72,-0.0192439105770353,-0.008445870796942517,-0.012746800437327158
|
| 149 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Sem,ses-7,72,-0.028745193547500297,-0.02893831985697351,-0.019081919216976134
|
| 150 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Sem,ses-7,72,0.04385981449975822,0.03023711327339161,0.029018555779119156
|
| 151 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Sem,ses-7,72,0.006342404379759287,-0.003464138205026825,0.0038354939377513177
|
| 152 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Sem,ses-7,72,0.0056672653159120946,-0.011550990183927507,0.003793231229079193
|
| 153 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Sem,ses-7,72,0.023228803033044074,0.008608087192584662,0.015681914929454963
|
| 154 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Sem,ses-7,72,0.04842705720108613,0.025211390815123094,0.03245041022390048
|
| 155 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Sem,ses-7,72,0.005334352795152221,-0.002315428888616632,0.0035519050375311225
|
| 156 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Sem,ses-7,72,-0.00895645542214667,-0.011040837868486567,-0.005820616239292681
|
| 157 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Sem,ses-7,72,-0.023458176911960074,-0.025720795930150232,-0.015757252801435705
|
| 158 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Sem,ses-7,72,-0.05601722941064706,-0.044520216086875904,-0.03698170759718126
|
| 159 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Sem,ses-7,72,-0.05617844945285796,-0.05154404096911144,-0.03733940936333373
|
| 160 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Sem,ses-7,72,-0.04146949761348568,-0.048284791864836404,-0.027108771349558535
|
| 161 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Sem,ses-7,72,-0.03795032495794613,-0.04802454644130151,-0.0247040844764171
|
| 162 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Sem,ses-7,72,0.002627729238589885,-0.02512152673250017,0.0019318345384330333
|
| 163 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Sem,ses-7,72,-0.0005351908660090073,-0.029686518218607703,1.1637557460439959e-05
|
| 164 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Sem,ses-7,72,0.017327830564962787,-0.02443861527184957,0.012056509529015798
|
| 165 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Sem,ses-7,72,-0.00277636266703138,-0.03261022896282604,-0.0015557576815535526
|
| 166 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Sem,ses-7,72,-0.018632260793228807,-0.03789368045497915,-0.012013634317319442
|
| 167 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Sem,ses-7,72,-0.014161264905602138,-0.028187282335963744,-0.009139770127615006
|
| 168 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Sem,ses-7,72,-0.02488373973382082,-0.018862991889386747,-0.016693769925489006
|
| 169 |
+
ds003604,pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Sem,ses-7,72,-0.00020751492272773112,-0.007087268691185238,-1.6537581654309418e-05
|
superseded/early_tier1/behaviour_babylm-gpt2-3.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,phenomenon,mp_accuracy
|
| 2 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Gram,0.8
|
| 3 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Gram,0.8
|
| 4 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Gram,0.85
|
| 5 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Gram,0.75
|
| 6 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Gram,0.85
|
| 7 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Gram,0.8
|
| 8 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Gram,0.8
|
| 9 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Gram,0.85
|
| 10 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Gram,0.8
|
| 11 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Phon,0.5833333333333334
|
| 12 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Phon,0.6666666666666666
|
| 13 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Phon,0.5
|
| 14 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Phon,0.4583333333333333
|
| 15 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Phon,0.5
|
| 16 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Phon,0.5416666666666666
|
| 17 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Phon,0.5416666666666666
|
| 18 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Phon,0.5416666666666666
|
| 19 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Phon,0.5416666666666666
|
| 20 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Plaus,0.35
|
| 21 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Plaus,0.75
|
| 22 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Plaus,0.75
|
| 23 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Plaus,0.65
|
| 24 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Plaus,0.8
|
| 25 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Plaus,0.5
|
| 26 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Plaus,0.65
|
| 27 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Plaus,0.65
|
| 28 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Plaus,0.6
|
| 29 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,Sem,0.5416666666666666
|
| 30 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,Sem,0.5833333333333334
|
| 31 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,Sem,0.75
|
| 32 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,Sem,0.7083333333333334
|
| 33 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,Sem,0.875
|
| 34 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,Sem,0.9166666666666666
|
| 35 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,Sem,0.875
|
| 36 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,Sem,0.9166666666666666
|
| 37 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,Sem,0.9166666666666666
|
superseded/early_tier1/behaviour_babylm-gpt2-5.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,phenomenon,mp_accuracy
|
| 2 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Gram,0.85
|
| 3 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Gram,0.85
|
| 4 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Gram,0.8
|
| 5 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Gram,0.75
|
| 6 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Gram,0.85
|
| 7 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Gram,0.85
|
| 8 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Gram,0.75
|
| 9 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Gram,0.85
|
| 10 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Gram,0.8
|
| 11 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Phon,0.5833333333333334
|
| 12 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Phon,0.625
|
| 13 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Phon,0.5416666666666666
|
| 14 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Phon,0.4583333333333333
|
| 15 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Phon,0.5
|
| 16 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Phon,0.5833333333333334
|
| 17 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Phon,0.5833333333333334
|
| 18 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Phon,0.5416666666666666
|
| 19 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Phon,0.5416666666666666
|
| 20 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Plaus,0.35
|
| 21 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Plaus,0.65
|
| 22 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Plaus,0.7
|
| 23 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Plaus,0.65
|
| 24 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Plaus,0.75
|
| 25 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Plaus,0.5
|
| 26 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Plaus,0.65
|
| 27 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Plaus,0.7
|
| 28 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Plaus,0.65
|
| 29 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,Sem,0.5416666666666666
|
| 30 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,Sem,0.5
|
| 31 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,Sem,0.7083333333333334
|
| 32 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,Sem,0.7083333333333334
|
| 33 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,Sem,0.875
|
| 34 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,Sem,0.875
|
| 35 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,Sem,0.875
|
| 36 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,Sem,0.875
|
| 37 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,Sem,0.875
|
superseded/early_tier1/behaviour_babylm-gpt2-7.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,phenomenon,mp_accuracy
|
| 2 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Gram,0.85
|
| 3 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Gram,0.8
|
| 4 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Gram,0.8
|
| 5 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Gram,0.8
|
| 6 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Gram,0.9
|
| 7 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Gram,0.9
|
| 8 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Gram,0.85
|
| 9 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Gram,0.9
|
| 10 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Gram,0.9
|
| 11 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Phon,0.5833333333333334
|
| 12 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Phon,0.7083333333333334
|
| 13 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Phon,0.5
|
| 14 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Phon,0.4583333333333333
|
| 15 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Phon,0.5416666666666666
|
| 16 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Phon,0.5416666666666666
|
| 17 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Phon,0.5
|
| 18 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Phon,0.5
|
| 19 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Phon,0.5
|
| 20 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Plaus,0.35
|
| 21 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Plaus,0.75
|
| 22 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Plaus,0.75
|
| 23 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Plaus,0.75
|
| 24 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Plaus,0.75
|
| 25 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Plaus,0.55
|
| 26 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Plaus,0.7
|
| 27 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Plaus,0.65
|
| 28 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Plaus,0.65
|
| 29 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,Sem,0.5416666666666666
|
| 30 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,Sem,0.5416666666666666
|
| 31 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,Sem,0.7083333333333334
|
| 32 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,Sem,0.75
|
| 33 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,Sem,0.875
|
| 34 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,Sem,0.9166666666666666
|
| 35 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,Sem,0.875
|
| 36 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,Sem,0.9166666666666666
|
| 37 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,Sem,0.875
|
superseded/early_tier1/behaviour_babylm-gpt2.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,phenomenon,mp_accuracy
|
| 2 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Gram,0.75
|
| 3 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Gram,0.8
|
| 4 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Gram,0.85
|
| 5 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Gram,0.9
|
| 6 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Gram,0.85
|
| 7 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Gram,0.8
|
| 8 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Gram,0.7
|
| 9 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Gram,0.75
|
| 10 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Gram,0.75
|
| 11 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Phon,0.5416666666666666
|
| 12 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Phon,0.5416666666666666
|
| 13 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Phon,0.5
|
| 14 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Phon,0.5
|
| 15 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Phon,0.5416666666666666
|
| 16 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Phon,0.5416666666666666
|
| 17 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Phon,0.5
|
| 18 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Phon,0.5833333333333334
|
| 19 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Phon,0.5833333333333334
|
| 20 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Plaus,0.75
|
| 21 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Plaus,0.6
|
| 22 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Plaus,0.7
|
| 23 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Plaus,0.7
|
| 24 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Plaus,0.75
|
| 25 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Plaus,0.8
|
| 26 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Plaus,0.85
|
| 27 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Plaus,0.8
|
| 28 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Plaus,0.8
|
| 29 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,Sem,0.6666666666666666
|
| 30 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,Sem,0.7083333333333334
|
| 31 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,Sem,0.7083333333333334
|
| 32 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,Sem,0.75
|
| 33 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,Sem,0.8333333333333334
|
| 34 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,Sem,0.75
|
| 35 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,Sem,0.75
|
| 36 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,Sem,0.75
|
| 37 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,Sem,0.7916666666666666
|
superseded/early_tier1/behaviour_beetle-fineweb3-eng.csv
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,phenomenon,mp_accuracy
|
| 2 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Gram,0.65
|
| 3 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Gram,0.65
|
| 4 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Gram,0.65
|
| 5 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Gram,0.65
|
| 6 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Gram,0.65
|
| 7 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Gram,0.65
|
| 8 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Gram,0.65
|
| 9 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Gram,0.65
|
| 10 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Gram,0.65
|
| 11 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Gram,0.55
|
| 12 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Gram,0.65
|
| 13 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Gram,0.65
|
| 14 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Gram,0.75
|
| 15 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Gram,0.75
|
| 16 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Gram,0.65
|
| 17 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Gram,0.8
|
| 18 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Gram,0.7
|
| 19 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Gram,0.75
|
| 20 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Gram,0.8
|
| 21 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Phon,0.5416666666666666
|
| 22 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Phon,0.5416666666666666
|
| 23 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Phon,0.5416666666666666
|
| 24 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Phon,0.5416666666666666
|
| 25 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Phon,0.5416666666666666
|
| 26 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Phon,0.5416666666666666
|
| 27 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Phon,0.5416666666666666
|
| 28 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Phon,0.5416666666666666
|
| 29 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Phon,0.5
|
| 30 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Phon,0.5
|
| 31 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Phon,0.5
|
| 32 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Phon,0.5416666666666666
|
| 33 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Phon,0.5416666666666666
|
| 34 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Phon,0.5
|
| 35 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Phon,0.5833333333333334
|
| 36 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Phon,0.5833333333333334
|
| 37 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Phon,0.5833333333333334
|
| 38 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Phon,0.5416666666666666
|
| 39 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Phon,0.5833333333333334
|
| 40 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Plaus,0.5
|
| 41 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Plaus,0.5
|
| 42 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Plaus,0.5
|
| 43 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Plaus,0.5
|
| 44 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Plaus,0.5
|
| 45 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Plaus,0.5
|
| 46 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Plaus,0.5
|
| 47 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Plaus,0.5
|
| 48 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Plaus,0.45
|
| 49 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Plaus,0.6
|
| 50 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Plaus,0.65
|
| 51 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Plaus,0.7
|
| 52 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Plaus,0.6
|
| 53 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Plaus,0.65
|
| 54 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Plaus,0.6
|
| 55 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Plaus,0.7
|
| 56 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Plaus,0.8
|
| 57 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Plaus,0.75
|
| 58 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Plaus,0.8
|
| 59 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,Sem,0.5416666666666666
|
| 60 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,Sem,0.5416666666666666
|
| 61 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,Sem,0.5416666666666666
|
| 62 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,Sem,0.5416666666666666
|
| 63 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,Sem,0.5416666666666666
|
| 64 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,Sem,0.5
|
| 65 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,Sem,0.4583333333333333
|
| 66 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,Sem,0.4583333333333333
|
| 67 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,Sem,0.5416666666666666
|
| 68 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,Sem,0.6666666666666666
|
| 69 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,Sem,0.5416666666666666
|
| 70 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,Sem,0.4166666666666667
|
| 71 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,Sem,0.4583333333333333
|
| 72 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,Sem,0.5833333333333334
|
| 73 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,Sem,0.5833333333333334
|
| 74 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,Sem,0.625
|
| 75 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,Sem,0.7083333333333334
|
| 76 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,Sem,0.5416666666666666
|
| 77 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,Sem,0.5833333333333334
|
superseded/early_tier1/behaviour_beetle-humanscale-eng.csv
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,phenomenon,mp_accuracy
|
| 2 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Gram,0.45
|
| 3 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Gram,0.45
|
| 4 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Gram,0.45
|
| 5 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Gram,0.45
|
| 6 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Gram,0.45
|
| 7 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Gram,0.45
|
| 8 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Gram,0.45
|
| 9 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Gram,0.45
|
| 10 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Gram,0.45
|
| 11 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Gram,0.5
|
| 12 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Gram,0.55
|
| 13 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Gram,0.7
|
| 14 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Gram,0.65
|
| 15 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Gram,0.7
|
| 16 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Gram,0.75
|
| 17 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Gram,0.8
|
| 18 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Gram,0.7
|
| 19 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Gram,0.75
|
| 20 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Phon,0.375
|
| 21 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Phon,0.375
|
| 22 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Phon,0.375
|
| 23 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Phon,0.375
|
| 24 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Phon,0.375
|
| 25 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Phon,0.375
|
| 26 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Phon,0.375
|
| 27 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Phon,0.375
|
| 28 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Phon,0.4166666666666667
|
| 29 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Phon,0.5416666666666666
|
| 30 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Phon,0.5416666666666666
|
| 31 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Phon,0.25
|
| 32 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Phon,0.375
|
| 33 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Phon,0.4166666666666667
|
| 34 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Phon,0.2916666666666667
|
| 35 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Phon,0.4583333333333333
|
| 36 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Phon,0.4166666666666667
|
| 37 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Phon,0.625
|
| 38 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Plaus,0.35
|
| 39 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Plaus,0.35
|
| 40 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Plaus,0.35
|
| 41 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Plaus,0.35
|
| 42 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Plaus,0.35
|
| 43 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Plaus,0.35
|
| 44 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Plaus,0.35
|
| 45 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Plaus,0.35
|
| 46 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Plaus,0.4
|
| 47 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Plaus,0.35
|
| 48 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Plaus,0.5
|
| 49 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Plaus,0.55
|
| 50 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Plaus,0.6
|
| 51 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Plaus,0.65
|
| 52 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Plaus,0.65
|
| 53 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Plaus,0.6
|
| 54 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Plaus,0.7
|
| 55 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Plaus,0.7
|
| 56 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,Sem,0.5416666666666666
|
| 57 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,Sem,0.5416666666666666
|
| 58 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,Sem,0.5416666666666666
|
| 59 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,Sem,0.5416666666666666
|
| 60 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,Sem,0.5416666666666666
|
| 61 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,Sem,0.5416666666666666
|
| 62 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,Sem,0.5416666666666666
|
| 63 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,Sem,0.5416666666666666
|
| 64 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,Sem,0.5416666666666666
|
| 65 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,Sem,0.4583333333333333
|
| 66 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,Sem,0.5833333333333334
|
| 67 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,Sem,0.625
|
| 68 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,Sem,0.7083333333333334
|
| 69 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,Sem,0.7083333333333334
|
| 70 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,Sem,0.625
|
| 71 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,Sem,0.7916666666666666
|
| 72 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,Sem,0.6666666666666666
|
| 73 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,Sem,0.6666666666666666
|
superseded/early_tier1/behaviour_pico-decoder-tiny.csv
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,phenomenon,mp_accuracy
|
| 2 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Gram,0.4
|
| 3 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Gram,0.65
|
| 4 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Gram,0.55
|
| 5 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Gram,0.7
|
| 6 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Gram,0.7
|
| 7 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Gram,0.65
|
| 8 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Gram,0.6
|
| 9 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Gram,0.7
|
| 10 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Gram,0.65
|
| 11 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Gram,0.7
|
| 12 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Gram,0.75
|
| 13 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Gram,0.8
|
| 14 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Gram,0.8
|
| 15 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Gram,0.85
|
| 16 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Gram,0.85
|
| 17 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Gram,0.85
|
| 18 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Gram,0.8
|
| 19 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Gram,0.7
|
| 20 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Gram,0.75
|
| 21 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Gram,0.75
|
| 22 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Gram,0.7
|
| 23 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Phon,0.4583333333333333
|
| 24 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Phon,0.4583333333333333
|
| 25 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Phon,0.625
|
| 26 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Phon,0.5416666666666666
|
| 27 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Phon,0.4166666666666667
|
| 28 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Phon,0.4166666666666667
|
| 29 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Phon,0.4583333333333333
|
| 30 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Phon,0.5
|
| 31 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Phon,0.4166666666666667
|
| 32 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Phon,0.4166666666666667
|
| 33 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Phon,0.3333333333333333
|
| 34 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Phon,0.375
|
| 35 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Phon,0.5
|
| 36 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Phon,0.5416666666666666
|
| 37 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Phon,0.5416666666666666
|
| 38 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Phon,0.5416666666666666
|
| 39 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Phon,0.4583333333333333
|
| 40 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Phon,0.4583333333333333
|
| 41 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Phon,0.4583333333333333
|
| 42 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Phon,0.4166666666666667
|
| 43 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Phon,0.4583333333333333
|
| 44 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Plaus,0.5
|
| 45 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Plaus,0.6
|
| 46 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Plaus,0.5
|
| 47 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Plaus,0.55
|
| 48 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Plaus,0.7
|
| 49 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Plaus,0.6
|
| 50 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Plaus,0.6
|
| 51 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Plaus,0.65
|
| 52 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Plaus,0.65
|
| 53 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Plaus,0.7
|
| 54 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Plaus,0.65
|
| 55 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Plaus,0.65
|
| 56 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Plaus,0.7
|
| 57 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Plaus,0.8
|
| 58 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Plaus,0.75
|
| 59 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Plaus,0.75
|
| 60 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Plaus,0.85
|
| 61 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Plaus,0.75
|
| 62 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Plaus,0.7
|
| 63 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Plaus,0.75
|
| 64 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Plaus,0.75
|
| 65 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,Sem,0.5833333333333334
|
| 66 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,Sem,0.625
|
| 67 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,Sem,0.6666666666666666
|
| 68 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,Sem,0.6666666666666666
|
| 69 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,Sem,0.6666666666666666
|
| 70 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,Sem,0.5833333333333334
|
| 71 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,Sem,0.6666666666666666
|
| 72 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,Sem,0.6666666666666666
|
| 73 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,Sem,0.625
|
| 74 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,Sem,0.75
|
| 75 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,Sem,0.7083333333333334
|
| 76 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,Sem,0.625
|
| 77 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,Sem,0.7083333333333334
|
| 78 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,Sem,0.625
|
| 79 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,Sem,0.6666666666666666
|
| 80 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,Sem,0.6666666666666666
|
| 81 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,Sem,0.75
|
| 82 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,Sem,0.7083333333333334
|
| 83 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,Sem,0.7083333333333334
|
| 84 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,Sem,0.7916666666666666
|
| 85 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,Sem,0.7083333333333334
|
superseded/early_tier1/isolation_babylm-gpt2-3.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,phenomenon,selectivity_index,mean_overlap_with_others,gini,entropy,max_t,mean_topk_t,layer_com,n_active_layers,n_units
|
| 2 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,Gram,0.5445501208305359,0.017142857142857144,0.40024236437128313,0.9709405903609446,3.653162717819214,2.783296585083008,0.46333113155077077,12,92
|
| 3 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,Gram,0.5046477913856506,0.005484497287775977,0.42176527088715,0.9677506139407147,3.8087010383605957,2.6821377277374268,0.48696913519539853,12,92
|
| 4 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,Gram,0.47223353385925293,0.0055248618784530384,0.41626660482622235,0.9685663107688216,4.106788635253906,2.761232376098633,0.49264728421876747,12,92
|
| 5 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,Gram,0.46275657415390015,0.011132480589390563,0.4158538739454498,0.9686944522110668,4.2571635246276855,2.8632302284240723,0.518256320369626,12,92
|
| 6 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,Gram,0.49988776445388794,0.024489212646082493,0.4166704902651741,0.968423422041501,4.589442729949951,2.9359970092773438,0.6168632078981641,12,92
|
| 7 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,Gram,0.5245344638824463,0.017142857142857144,0.4224863641989086,0.9676026248347672,4.199252605438232,2.9894535541534424,0.5266977774751901,12,92
|
| 8 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,Gram,0.5023012757301331,0.012891904695183384,0.42153680266274685,0.9677886780931741,4.060098171234131,2.9452507495880127,0.5018773414760767,12,92
|
| 9 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,Gram,0.4888627529144287,0.007346355503225352,0.4229464559359625,0.9675019588384739,3.9935004711151123,2.896652936935425,0.47082479587391557,12,92
|
| 10 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,Gram,0.4961039125919342,0.009310986964618248,0.42289304287007656,0.9676011018517565,3.903813362121582,2.889760971069336,0.5018041179454561,12,92
|
| 11 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,Phon,0.5114270448684692,0.0,0.40913371454625214,0.9696032397450065,4.792724609375,3.554537296295166,0.6337648410757717,12,92
|
| 12 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,Phon,0.5740290880203247,0.0018214936247723133,0.40926718093391035,0.9696695393597785,5.330316543579102,3.596195936203003,0.5668101793712977,12,92
|
| 13 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,Phon,0.6180452704429626,0.0,0.400519519431101,0.9709185435151716,4.064733505249023,3.300945997238159,0.5054165924496875,12,92
|
| 14 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,Phon,0.4988973140716553,0.0,0.40828793763962007,0.9697762993130289,4.210149765014648,3.066659688949585,0.4713020519073852,12,92
|
| 15 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,Phon,0.5377678275108337,0.0036429872495446266,0.4040838367963244,0.97044311672813,4.171511650085449,3.012220859527588,0.47792841800772795,12,92
|
| 16 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,Phon,0.590840220451355,0.0036429872495446266,0.40981563987234537,0.9695893688620983,4.640087127685547,3.268279790878296,0.49448736308954905,12,92
|
| 17 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,Phon,0.5797439217567444,0.00730599091254829,0.4115235959795529,0.9693088967157656,4.603956699371338,3.285404682159424,0.48471625593124607,12,92
|
| 18 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,Phon,0.5922842025756836,0.009167849127997665,0.41015847526596894,0.9695514423936096,4.567070960998535,3.285550594329834,0.46365105432957665,12,92
|
| 19 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,Phon,0.5921996235847473,0.007346355503225352,0.40988575359057905,0.9696004321622997,4.416817665100098,3.2763216495513916,0.45967687962376635,12,92
|
| 20 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,Plaus,0.5104354023933411,0.018964350767629454,0.41600809646488063,0.9686556924391857,3.09096097946167,2.3609938621520996,0.45811804183708793,12,92
|
| 21 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,Plaus,0.5182492136955261,0.0,0.4166353383680847,0.9684779233773841,3.5352799892425537,2.7465898990631104,0.5597391979719002,12,92
|
| 22 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,Plaus,0.42792537808418274,0.0055248618784530384,0.4182099014914809,0.9683222923570007,3.2677090167999268,2.5614540576934814,0.48389872989334215,12,92
|
| 23 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,Plaus,0.48354119062423706,0.012973990627621912,0.4210644412482285,0.9677241193975388,3.679905652999878,2.713850259780884,0.5097985468422673,12,92
|
| 24 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,Plaus,0.470763623714447,0.017142857142857144,0.41663945205681796,0.9685146478479073,3.905830144882202,2.741056442260742,0.5626037687840421,12,92
|
| 25 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,Plaus,0.4481445550918579,0.018964350767629454,0.4127064929635568,0.9690741620017147,4.7014360427856445,2.769108533859253,0.5274022378362869,12,92
|
| 26 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,Plaus,0.46329453587532043,0.00922890103217972,0.4162151999065936,0.9685595667246861,3.749807834625244,2.7218780517578125,0.5166483689978807,12,92
|
| 27 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,Plaus,0.4470818340778351,0.011049723756906077,0.41303529916618065,0.9691341714329678,3.7896928787231445,2.6481614112854004,0.5222277574277023,12,92
|
| 28 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,Plaus,0.4506250023841858,0.014835848843071287,0.4141900086159222,0.968933560999324,3.799301862716675,2.6745798587799072,0.5351731627155778,12,92
|
| 29 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,Sem,0.4646131694316864,0.0018214936247723133,0.40628891827297203,0.9699256061844536,3.8900792598724365,2.6845853328704834,0.42084297522941244,12,92
|
| 30 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,Sem,0.5541543960571289,0.0036630036630036634,0.4019054028647154,0.9706756349401322,3.9541430473327637,3.01186466217041,0.5158006516319538,12,92
|
| 31 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,Sem,0.5677788853645325,0.0,0.41703121874628274,0.9685105189633779,4.338878154754639,3.0557353496551514,0.596649288407198,12,92
|
| 32 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,Sem,0.5420429706573486,0.005484497287775977,0.40546477857724866,0.9702681820304826,4.79632568359375,2.9522688388824463,0.4404255188196904,12,92
|
| 33 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,Sem,0.5618659257888794,0.007346355503225352,0.41782167722663527,0.9684632046722257,4.478389263153076,3.0378527641296387,0.5460840835286702,12,92
|
| 34 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,Sem,0.5477228760719299,0.0018214936247723133,0.4180269231297113,0.9683683531667086,4.21813440322876,3.0003881454467773,0.5159582206786559,12,92
|
| 35 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,Sem,0.5559256672859192,0.0036429872495446266,0.41684873529517524,0.9685084104196954,4.2992472648620605,3.00010085105896,0.536843569383598,12,92
|
| 36 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,Sem,0.5409106612205505,0.0018214936247723133,0.41810133286629764,0.9683402190656516,4.253881454467773,2.9942574501037598,0.5475170959550804,12,92
|
| 37 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,Sem,0.5421665906906128,0.0018214936247723133,0.41903910567228553,0.9681792107360565,4.301576614379883,3.024106502532959,0.5488935234170866,12,92
|
superseded/early_tier1/isolation_babylm-gpt2-5.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,phenomenon,selectivity_index,mean_overlap_with_others,gini,entropy,max_t,mean_topk_t,layer_com,n_active_layers,n_units
|
| 2 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,Gram,0.53834068775177,0.02097858174737768,0.4054233622453069,0.9701684886806277,4.0693678855896,2.85958194732666,0.4547518901280004,12,92
|
| 3 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,Gram,0.5108351707458496,0.009117693900302596,0.40891863972866865,0.9697030107639948,3.970911979675293,2.731468915939331,0.4899329639368766,12,93
|
| 4 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,Gram,0.48235052824020386,0.0036630036630036634,0.414526646478319,0.9688881428717911,4.122025966644287,2.6907541751861572,0.4352457485374595,12,92
|
| 5 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,Gram,0.5037476420402527,0.009187865541456702,0.4115995252699777,0.9693432809122401,4.0834574699401855,2.757978916168213,0.4867336375919171,12,92
|
| 6 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,Gram,0.5635752081871033,0.011009359166229015,0.41499345735099236,0.9687816935113507,4.158585548400879,2.895160436630249,0.5825788135839388,12,92
|
| 7 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,Gram,0.5448583960533142,0.01287121738167839,0.41389766277205936,0.9688913500395627,4.186896324157715,3.0162277221679688,0.546199485865102,12,92
|
| 8 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,Gram,0.589811384677887,0.0055248618784530384,0.4164810071629606,0.9685911030161307,3.82138991355896,3.0014688968658447,0.5864794313478217,12,92
|
| 9 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,Gram,0.5769332051277161,0.0036429872495446266,0.4168251845759719,0.9685421267760719,3.9114928245544434,2.9417495727539062,0.5578389638646339,12,92
|
| 10 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,Gram,0.5737062096595764,0.005484497287775977,0.4167751152759144,0.9686129166855085,4.0250396728515625,2.966881513595581,0.5909607592874826,12,92
|
| 11 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,Phon,0.5181609988212585,0.0,0.4109533082771832,0.9692526937526205,5.281935691833496,3.5949604511260986,0.6101457794443624,12,92
|
| 12 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,Phon,0.5668956637382507,0.007315999119277807,0.4120226015083543,0.9692542678600372,5.4779510498046875,3.646033525466919,0.5670428871002309,12,92
|
| 13 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,Phon,0.6383904218673706,0.0,0.40556590463380043,0.9701378959664225,4.29287576675415,3.256800889968872,0.5164214689659965,12,92
|
| 14 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,Phon,0.5182927250862122,0.0,0.40947783899170925,0.9696499566399019,3.7768492698669434,2.9412052631378174,0.4658887861099761,12,92
|
| 15 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,Phon,0.5454390048980713,0.0036630036630036634,0.40615224877241407,0.9701194715474162,4.133026599884033,2.960916519165039,0.45763723557792707,12,92
|
| 16 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,Phon,0.5702724456787109,0.00546448087431694,0.4048915311170693,0.9702711494855714,4.210180759429932,3.2723195552825928,0.5442518830063002,12,92
|
| 17 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,Phon,0.5778218507766724,0.0,0.41135057275731746,0.9693761061617013,4.23817253112793,3.3416292667388916,0.4843725608639666,12,92
|
| 18 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,Phon,0.57272869348526,0.0036429872495446266,0.4087002957433791,0.9697044023107023,4.345468997955322,3.259258985519409,0.4796558654096104,12,92
|
| 19 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,Phon,0.570997416973114,0.0036630036630036634,0.41044401680766324,0.9694507143856583,4.171346664428711,3.2386465072631836,0.49078828305127725,12,92
|
| 20 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,Plaus,0.4809894561767578,0.019157088122605363,0.41653300943328403,0.9685078034439678,3.5334668159484863,2.311265230178833,0.545558226737175,12,92
|
| 21 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,Plaus,0.5232216715812683,0.0054545814524431776,0.41810673789637764,0.9682825680509293,3.540585994720459,2.7409825325012207,0.5428021987658602,12,92
|
| 22 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,Plaus,0.4935719966888428,0.005484497287775977,0.4173759005699874,0.9683353359314375,4.312930107116699,2.682288408279419,0.511837329387853,12,92
|
| 23 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,Plaus,0.5204704999923706,0.005484497287775977,0.42057894453161904,0.9678989817282216,3.7618563175201416,2.7880587577819824,0.4799953667232631,12,92
|
| 24 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,Plaus,0.49756720662117004,0.0055248618784530384,0.41611504669133886,0.9686220342025175,4.043701171875,2.70693039894104,0.5548016215037566,12,92
|
| 25 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,Plaus,0.4752809405326843,0.009167849127997665,0.4160224079490234,0.9686109636711158,4.189638137817383,2.801753282546997,0.5465440916179571,12,92
|
| 26 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,Plaus,0.4574347734451294,0.011049723756906077,0.41600982034602446,0.9686085227895436,3.525850296020508,2.6232759952545166,0.4696069342642673,12,92
|
| 27 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,Plaus,0.4585321247577667,0.00730599091254829,0.41625576907511597,0.9686033734107146,3.752918004989624,2.616431951522827,0.45160035590625563,12,92
|
| 28 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,Plaus,0.4858865737915039,0.0036429872495446266,0.41773248700963644,0.9683648355579743,3.4485559463500977,2.6082375049591064,0.4522681494956513,12,92
|
| 29 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,Sem,0.46158352494239807,0.0018214936247723133,0.4029080302381984,0.9704806796997084,4.137876510620117,2.665043592453003,0.43871915334087475,12,92
|
| 30 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,Sem,0.5548040270805359,0.003633087827670864,0.40307304326172144,0.970592044884229,4.136813640594482,3.0021913051605225,0.4508881212632599,12,92
|
| 31 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,Sem,0.5768722295761108,0.0018214936247723133,0.4138005588486833,0.9690750593654646,4.429408073425293,3.028916120529175,0.5461117033088411,12,92
|
| 32 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,Sem,0.5253531336784363,0.007346355503225352,0.4057768120978854,0.9702060860163296,3.8402628898620605,2.902240514755249,0.4755852701936627,12,92
|
| 33 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,Sem,0.5336065292358398,0.0018214936247723133,0.4245126274767073,0.9673679607355821,4.357498645782471,3.0206918716430664,0.5477172054639607,12,92
|
| 34 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,Sem,0.5099732875823975,0.009167849127997665,0.4244479092302056,0.9672732281384667,4.785073757171631,3.2063825130462646,0.5418829740863308,12,92
|
| 35 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,Sem,0.5416578650474548,0.0055248618784530384,0.42064208212833953,0.9679186156300034,4.469272613525391,3.1566381454467773,0.49950850652574297,12,92
|
| 36 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,Sem,0.519129753112793,0.0036630036630036634,0.42456971786280207,0.9672705548129618,5.0063018798828125,3.1375348567962646,0.4890915785823385,12,92
|
| 37 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,Sem,0.5270783305168152,0.0018214936247723133,0.4253488682973629,0.9671753456283188,4.623807907104492,3.13405704498291,0.47908256793444076,12,92
|
superseded/early_tier1/isolation_babylm-gpt2-7.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,phenomenon,selectivity_index,mean_overlap_with_others,gini,entropy,max_t,mean_topk_t,layer_com,n_active_layers,n_units
|
| 2 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,Gram,0.5507705807685852,0.017142857142857144,0.40117781026930277,0.9709183033320348,3.7062089443206787,2.8414671421051025,0.48315328196267865,12,92
|
| 3 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,Gram,0.5154407024383545,0.005484497287775977,0.4179678746143597,0.9682370782181422,4.1402740478515625,2.775196075439453,0.5010700297918923,12,92
|
| 4 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,Gram,0.4816076159477234,0.007407407407407408,0.4124136409843567,0.9691385258715186,4.303182601928711,2.8202168941497803,0.5048704937363788,12,92
|
| 5 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,Gram,0.48223015666007996,0.007346355503225352,0.4186317586871855,0.9681916549679517,4.377223491668701,2.979036331176758,0.557911505077759,12,92
|
| 6 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,Gram,0.5560722351074219,0.007407407407407408,0.41879725438349663,0.9682645449181203,3.790976047515869,3.00374698638916,0.556010087339399,12,92
|
| 7 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,Gram,0.5215836763381958,0.022370539741080053,0.41456347015378303,0.968804865481449,4.05305290222168,2.970048666000366,0.5597896067574969,12,92
|
| 8 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,Gram,0.537635862827301,0.00730599091254829,0.41642771476630674,0.9685736827381067,3.8048553466796875,2.932356834411621,0.5241774828286709,12,92
|
| 9 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,Gram,0.5427922010421753,0.0036429872495446266,0.4143284950482241,0.9688477976361832,4.031667232513428,2.96089506149292,0.5241923142818773,12,92
|
| 10 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,Gram,0.5423089861869812,0.005484497287775977,0.41547806638330326,0.9686788702161571,3.827277660369873,2.952043294906616,0.5212345395017425,12,92
|
| 11 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,Phon,0.5058488249778748,0.0,0.4114602054322054,0.9692642512155922,4.766298770904541,3.4832634925842285,0.5878648546875456,12,92
|
| 12 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,Phon,0.5895407795906067,0.0018214936247723133,0.40949683126412534,0.9696215946489066,5.283051490783691,3.661515712738037,0.5696598431586327,12,92
|
| 13 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,Phon,0.6407925486564636,0.0,0.40624531515741524,0.9701680746591351,4.220722198486328,3.316540241241455,0.5216944610900889,12,92
|
| 14 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,Phon,0.5324138402938843,0.0,0.41655799197452736,0.9685810295648711,4.046700477600098,3.1582977771759033,0.49994633526669213,12,92
|
| 15 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,Phon,0.5264390110969543,0.0018214936247723133,0.4117324604505516,0.9692685503022394,4.1885151863098145,3.1189234256744385,0.48585722203477055,12,92
|
| 16 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,Phon,0.5359624028205872,0.011009359166229015,0.41044637900516256,0.9694361080847123,5.196197509765625,3.423936605453491,0.5403518672385202,12,92
|
| 17 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,Phon,0.5892696976661682,0.00546448087431694,0.41454430150226734,0.9687944454433515,4.712728977203369,3.364342451095581,0.49788982106739327,12,92
|
| 18 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,Phon,0.5657587051391602,0.007346355503225352,0.41314962520161963,0.9690388929356976,4.640968322753906,3.3311100006103516,0.47344328754232307,12,92
|
| 19 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,Phon,0.5658433437347412,0.005484497287775977,0.4144322992597208,0.968906431964175,4.85858678817749,3.3503341674804688,0.4650508883885854,12,92
|
| 20 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,Plaus,0.5124194025993347,0.017142857142857144,0.4137015546072342,0.9690247146690029,2.9507203102111816,2.265223503112793,0.499096193683423,12,92
|
| 21 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,Plaus,0.5762677788734436,0.0018214936247723133,0.4165416419343577,0.9684259383195827,4.081780910491943,2.8018579483032227,0.5389846213032119,12,92
|
| 22 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,Plaus,0.418718159198761,0.01107041107041107,0.4229452253531531,0.9675602113426635,3.369889497756958,2.4702138900756836,0.5159401786948732,12,92
|
| 23 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,Plaus,0.5019753575325012,0.011049723756906077,0.4234394692365029,0.9673790929491346,4.199461936950684,2.8273847103118896,0.508138994743915,12,92
|
| 24 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,Plaus,0.448601096868515,0.00922890103217972,0.4183292153521121,0.9681249872959787,3.7078025341033936,2.7041258811950684,0.5023390151185718,12,92
|
| 25 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,Plaus,0.43570172786712646,0.015004167824395667,0.41327477571152293,0.9690302915621056,3.7208430767059326,2.720659017562866,0.5172959860800943,12,92
|
| 26 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,Plaus,0.46026644110679626,0.0036429872495446266,0.4176187339891754,0.9682479691820842,3.4590981006622314,2.619903802871704,0.4975222091120438,12,92
|
| 27 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,Plaus,0.42770078778266907,0.007346355503225352,0.41494018257991033,0.968714697325278,3.6769821643829346,2.6217164993286133,0.5051924872742778,12,92
|
| 28 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,Plaus,0.44316643476486206,0.007326007326007327,0.41542399332517693,0.9686795349475358,3.403949737548828,2.6186306476593018,0.5114389422578728,12,92
|
| 29 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,Sem,0.4025234580039978,0.0,0.4037762143065482,0.9704508390835821,3.761322021484375,2.632429361343384,0.43164516136639697,12,92
|
| 30 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,Sem,0.5371391177177429,0.005484497287775977,0.40033926903881256,0.9709259596430144,4.42316198348999,3.0651051998138428,0.5257357193220756,12,92
|
| 31 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,Sem,0.5949525833129883,0.0036630036630036634,0.41889905112355563,0.9681374767757362,4.876170635223389,3.214224338531494,0.547175629830437,12,92
|
| 32 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,Sem,0.540554404258728,0.007346355503225352,0.4050874864222723,0.9702817099112181,4.0017619132995605,2.9038634300231934,0.48860858916284083,12,92
|
| 33 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,Sem,0.5191570520401001,0.0,0.4174184761246918,0.9684578505944593,4.744277000427246,3.0660550594329834,0.5382987669282993,12,92
|
| 34 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,Sem,0.5275593996047974,0.011049723756906077,0.4212887175438255,0.9678625297115824,4.728158950805664,3.10191011428833,0.5391961491540934,12,92
|
| 35 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,Sem,0.5241672992706299,0.005484497287775977,0.41834633821759076,0.9683083878363419,4.382984161376953,3.0271005630493164,0.5061415487957922,12,92
|
| 36 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,Sem,0.528459370136261,0.0036429872495446266,0.4202818167187545,0.9679872797352499,4.341526031494141,3.1095519065856934,0.5082349495180011,12,92
|
| 37 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,Sem,0.5190688371658325,0.0036429872495446266,0.42083667785626805,0.9679473989427779,4.31049919128418,3.087048053741455,0.5057816931902298,12,92
|
superseded/early_tier1/isolation_babylm-gpt2.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,phenomenon,selectivity_index,mean_overlap_with_others,gini,entropy,max_t,mean_topk_t,layer_com,n_active_layers,n_units
|
| 2 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,Gram,0.47873127460479736,0.0036429872495446266,0.4130812840363273,0.9691392536103139,3.50040864944458,2.618687391281128,0.4188320977152298,12,92
|
| 3 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,Gram,0.5483607649803162,0.0018214936247723133,0.4225306533392532,0.9675776269352696,4.1344122886657715,2.9061646461486816,0.4107866545056236,12,92
|
| 4 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,Gram,0.5682520866394043,0.007346355503225352,0.41011921880537167,0.9694458059982006,4.147712230682373,2.966949462890625,0.5362559709492903,12,92
|
| 5 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,Gram,0.5450044870376587,0.0018214936247723133,0.41325104062104706,0.9689687277648377,4.477391719818115,2.8056564331054688,0.5402483754660995,12,92
|
| 6 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,Gram,0.5079303979873657,0.0055248618784530384,0.40852735690271125,0.9697539528108045,3.8875784873962402,2.782045841217041,0.5837548885424259,12,92
|
| 7 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,Gram,0.5105786323547363,0.007326007326007327,0.41280554065629566,0.9691074238449056,3.8959689140319824,2.850018262863159,0.5881919953961602,12,92
|
| 8 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,Gram,0.46671295166015625,0.0018214936247723133,0.410767892423463,0.9694485340452431,3.705104112625122,2.779315710067749,0.6322602185952634,12,92
|
| 9 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,Gram,0.48800429701805115,0.0018214936247723133,0.411629812288833,0.9693300924028878,3.8349878787994385,2.8599491119384766,0.6254708677656479,12,92
|
| 10 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,Gram,0.4984895884990692,0.0018214936247723133,0.41219378265867224,0.9692141673623507,3.8889312744140625,2.8625736236572266,0.6161107093357479,12,92
|
| 11 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,Phon,0.5222170352935791,0.0036630036630036634,0.41615754376526337,0.9685883684335386,4.593389987945557,3.175494909286499,0.5020966882983142,12,92
|
| 12 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,Phon,0.5416948199272156,0.0,0.4112402378571459,0.9693306405666591,4.091420650482178,3.028564691543579,0.44912709944550583,12,92
|
| 13 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,Phon,0.543407678604126,0.0,0.4120125157496665,0.9691603103620926,4.202103137969971,2.955559015274048,0.48407551763367285,12,92
|
| 14 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,Phon,0.5486143827438354,0.0018214936247723133,0.4127719667514568,0.9690924539802551,4.608781814575195,3.0045905113220215,0.44323360410841184,12,92
|
| 15 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,Phon,0.5542756915092468,0.0,0.41134786906282284,0.9693679112180487,3.439181089401245,2.763021945953369,0.4670341585828375,12,92
|
| 16 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,Phon,0.4980088174343109,0.0036630036630036634,0.4089633055578633,0.9696213808107013,4.291783332824707,2.8183975219726562,0.5071222608429999,12,92
|
| 17 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,Phon,0.5330318808555603,0.005484497287775977,0.40929642653177684,0.9696097106833214,4.171854019165039,2.9061150550842285,0.49311032506567004,12,92
|
| 18 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,Phon,0.5344559550285339,0.0018214936247723133,0.4073980610366878,0.9699301555955633,4.600132942199707,2.8553807735443115,0.501055683333362,12,92
|
| 19 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,Phon,0.531484842300415,0.0018214936247723133,0.40993630303996986,0.9695083167461647,4.627914905548096,2.810178756713867,0.5108966877808022,12,92
|
| 20 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,Plaus,0.4924394190311432,0.005484497287775977,0.4171601015800208,0.9683979938291539,4.182875156402588,2.8680341243743896,0.5193715274060984,12,92
|
| 21 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,Plaus,0.4972250461578369,0.0018214936247723133,0.4230346081448443,0.9676498107750091,4.1000494956970215,2.7456982135772705,0.43598696652295127,12,92
|
| 22 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,Plaus,0.44188621640205383,0.011132480589390563,0.42533491436647164,0.9671641419280094,4.845066070556641,2.637006998062134,0.3828031498472287,12,92
|
| 23 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,Plaus,0.5263306498527527,0.0036429872495446266,0.4227287847382256,0.9675679760784786,3.8177387714385986,2.817293643951416,0.46028061882174237,12,92
|
| 24 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,Plaus,0.5169457197189331,0.0018115942028985507,0.425788926974439,0.967197192611048,4.076324462890625,2.765108585357666,0.4982822741901627,12,93
|
| 25 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,Plaus,0.5411450862884521,0.005484497287775977,0.41977119176167105,0.9680818044146907,3.9135940074920654,2.8032593727111816,0.4731857871810211,12,92
|
| 26 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,Plaus,0.507266640663147,0.0036630036630036634,0.42173032018885187,0.9676761191790338,3.858527660369873,2.862403154373169,0.49854115125744136,12,92
|
| 27 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,Plaus,0.5457406640052795,0.0036630036630036634,0.4196890763434932,0.9680211989168365,4.137048721313477,2.878457546234131,0.46572594214641116,12,92
|
| 28 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,Plaus,0.5445060133934021,0.0036630036630036634,0.4220244673712994,0.9676831669988175,4.18235969543457,2.8902900218963623,0.48929601512636917,12,92
|
| 29 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,Sem,0.601631760597229,0.0018214936247723133,0.4151345004104205,0.9687464020340041,4.437943458557129,3.169567823410034,0.6083091683688966,12,92
|
| 30 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,Sem,0.5535796284675598,0.0036429872495446266,0.4143124985376773,0.9689079481315694,4.2590155601501465,2.9738659858703613,0.5429804754897757,12,92
|
| 31 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,Sem,0.530488908290863,0.014835848843071287,0.4022155674864304,0.9705672166436082,3.9661078453063965,2.9140288829803467,0.5024844769497911,12,92
|
| 32 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,Sem,0.5486180186271667,0.0,0.4125540569090618,0.9691723156350711,4.07159948348999,2.916778326034546,0.48792499175345355,12,92
|
| 33 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,Sem,0.5379138588905334,0.007336456081351589,0.41426340271216106,0.9688537121890466,3.9213204383850098,3.1243560314178467,0.5318876764694491,12,92
|
| 34 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,Sem,0.5533998608589172,0.00914750095077964,0.41170638895730227,0.969283758378993,4.303107261657715,2.953033685684204,0.4563346703719943,12,92
|
| 35 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,Sem,0.578089714050293,0.007326007326007327,0.4084598419498327,0.9698000750027097,4.048797607421875,3.0102477073669434,0.5124077275979909,12,92
|
| 36 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,Sem,0.5735913515090942,0.00730599091254829,0.4122951773954078,0.9691600809259739,4.458803176879883,3.046687364578247,0.525246779169188,12,92
|
| 37 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,Sem,0.5770030617713928,0.00730599091254829,0.4119103149423209,0.9692243439050029,4.529571533203125,3.033270835876465,0.5255001168899844,12,92
|
superseded/early_tier1/isolation_beetle-fineweb3-eng.csv
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,phenomenon,selectivity_index,mean_overlap_with_others,gini,entropy,max_t,mean_topk_t,layer_com,n_active_layers,n_units
|
| 2 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,Gram,0.5754032135009766,0.003144654088050314,0.4272820284997969,0.9675526720758036,3.730452537536621,2.9339890480041504,0.5488402959220078,14,107
|
| 3 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,Gram,0.5754032135009766,0.003144654088050314,0.4272820284997969,0.9675526720758036,3.730452537536621,2.9339890480041504,0.5488402959220078,14,107
|
| 4 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,Gram,0.5754032135009766,0.003144654088050314,0.4272820284997969,0.9675526720758036,3.730452537536621,2.9339890480041504,0.5488402959220078,14,107
|
| 5 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,Gram,0.5754044651985168,0.003144654088050314,0.42728602062018983,0.9675518031329013,3.7306835651397705,2.934001922607422,0.5488394646289179,14,107
|
| 6 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,Gram,0.5754184126853943,0.003144654088050314,0.4272981166581755,0.9675497179734377,3.7312848567962646,2.934082269668579,0.5488419156675574,14,107
|
| 7 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,Gram,0.5754213333129883,0.003144654088050314,0.42731323140378513,0.9675476026046855,3.7326290607452393,2.934089183807373,0.5488381818418457,14,107
|
| 8 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,Gram,0.5756414532661438,0.003144654088050314,0.42739427660139306,0.9675347815931685,3.741633892059326,2.933867931365967,0.5412749856064848,14,107
|
| 9 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,Gram,0.571563720703125,0.003144654088050314,0.4275541104979789,0.9675064186813375,3.757047653198242,2.9310197830200195,0.542122266374524,14,107
|
| 10 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,Gram,0.5918318629264832,0.003129890453834116,0.4262952447177836,0.9677030088340721,3.933492422103882,2.9728803634643555,0.5801060300167381,14,107
|
| 11 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,Gram,0.5423287749290466,0.001564945226917058,0.4203953155194709,0.9685907596279664,3.76794695854187,2.8932788372039795,0.4592857693766645,14,107
|
| 12 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,Gram,0.5272083282470703,0.0,0.4197242064141748,0.9687309504599496,3.4956514835357666,2.7985682487487793,0.4550451857523008,14,107
|
| 13 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,Gram,0.5758711695671082,0.0,0.4157098461199484,0.9692204484772382,4.0456037521362305,2.9861416816711426,0.5703967393406827,14,107
|
| 14 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,Gram,0.5842189192771912,0.003129890453834116,0.41247115218719266,0.9695929191678486,4.688806056976318,3.116752862930298,0.6067626150640628,14,107
|
| 15 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,Gram,0.5687686204910278,0.003144654088050314,0.4116595712802724,0.9697908344590022,3.935878038406372,2.867732286453247,0.6025966042758166,14,107
|
| 16 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,Gram,0.5840701460838318,0.009539426885609242,0.4200882133857594,0.9685171056656551,4.369462966918945,2.8675286769866943,0.6026835832238637,14,107
|
| 17 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,Gram,0.5406445860862732,0.004739336492890995,0.4247015894692359,0.9679463321837936,4.912713050842285,2.9225823879241943,0.6435445489034327,14,107
|
| 18 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,Gram,0.615017831325531,0.004709599314967373,0.42745637645828144,0.9673969691594843,4.5845255851745605,3.1784262657165527,0.546727085777997,14,107
|
| 19 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,Gram,0.5284591317176819,0.007974481658692184,0.4188697829813678,0.9687224868768808,3.8802618980407715,2.8296797275543213,0.6595278642350274,14,107
|
| 20 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,Gram,0.5537277460098267,0.003129890453834116,0.4163703322878439,0.9691079126382758,4.271610736846924,2.890434503555298,0.6497181214590501,14,107
|
| 21 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,Phon,0.5229538083076477,0.0,0.4111193175072263,0.9698613484291757,4.350042343139648,2.899319648742676,0.5926804198363601,14,107
|
| 22 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,Phon,0.5229538083076477,0.0,0.4111193175072263,0.9698613484291757,4.350042343139648,2.899319648742676,0.5926804198363601,14,107
|
| 23 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,Phon,0.5229538083076477,0.0,0.4111193175072263,0.9698613484291757,4.350042343139648,2.899319648742676,0.5926804198363601,14,107
|
| 24 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,Phon,0.5229212641716003,0.0,0.41112316194341486,0.9698608225241506,4.350433349609375,2.8992347717285156,0.5926712648258782,14,107
|
| 25 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,Phon,0.5228604674339294,0.0,0.4111348538835984,0.9698589279289236,4.351151466369629,2.899080991744995,0.5926553881502724,14,107
|
| 26 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,Phon,0.5227692723274231,0.0,0.4111448235366427,0.9698576262402153,4.352526664733887,2.8988137245178223,0.5926324714457422,14,107
|
| 27 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,Phon,0.5239750146865845,0.0,0.4111682604565524,0.9698541984770406,4.360462665557861,2.8971920013427734,0.5912948923464071,14,107
|
| 28 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,Phon,0.5234494209289551,0.0,0.41122487177377437,0.9698439719789188,4.370397567749023,2.8898143768310547,0.5841599924341918,14,107
|
| 29 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,Phon,0.5433130264282227,0.001564945226917058,0.4108848265145352,0.9699066171980217,4.3086347579956055,2.8628149032592773,0.5835099432137422,14,107
|
| 30 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,Phon,0.5517438054084778,0.0,0.4096049801538423,0.9700965901555624,4.376184463500977,2.7408196926116943,0.4894679744883205,14,107
|
| 31 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,Phon,0.5276282429695129,0.0,0.408182408578448,0.970213283063287,4.268252372741699,2.6449997425079346,0.4408892513403143,14,107
|
| 32 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,Phon,0.5401104092597961,0.0,0.4148769185262641,0.9693379492947469,3.919658660888672,2.699263334274292,0.5065820007924905,14,107
|
| 33 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,Phon,0.5315757393836975,0.003144654088050314,0.41165199254485846,0.9697486362918821,3.7389965057373047,2.6268742084503174,0.46099603759399954,14,107
|
| 34 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,Phon,0.4851623475551605,0.012623327073832305,0.4152581576513255,0.9692149365106122,3.6954009532928467,2.5727317333221436,0.44520063878891425,14,107
|
| 35 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,Phon,0.5473757982254028,0.0,0.4205005927130423,0.968568234553104,3.7420284748077393,2.811450719833374,0.45282858693184236,14,107
|
| 36 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,Phon,0.5376879572868347,0.003144654088050314,0.4123638164322142,0.9697456141196887,3.542693614959717,2.7577435970306396,0.46988332390274523,14,107
|
| 37 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,Phon,0.5055133700370789,0.00786922694672511,0.4163171300040959,0.9690785488974388,4.405259609222412,2.827730894088745,0.49115250790252846,14,107
|
| 38 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,Phon,0.5291091799736023,0.001564945226917058,0.4104106334257829,0.9699822620447351,3.986154317855835,2.7877607345581055,0.49235880157390877,14,107
|
| 39 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,Phon,0.5495158433914185,0.003129890453834116,0.41822822457338016,0.9688346257161815,3.8069963455200195,2.827998161315918,0.4978925875487257,14,107
|
| 40 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,Plaus,0.5751096606254578,0.003144654088050314,0.41544252108861035,0.9693075380342718,4.0948052406311035,2.6989378929138184,0.46944979972832895,14,107
|
| 41 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,Plaus,0.5751096606254578,0.003144654088050314,0.41544252108861035,0.9693075380342718,4.0948052406311035,2.6989378929138184,0.46944979972832895,14,107
|
| 42 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,Plaus,0.5751096606254578,0.003144654088050314,0.41544252108861035,0.9693075380342718,4.0948052406311035,2.6989378929138184,0.46944979972832895,14,107
|
| 43 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,Plaus,0.5751324892044067,0.003144654088050314,0.4154455400169172,0.969306497840472,4.094888210296631,2.6989831924438477,0.4694509181962967,14,107
|
| 44 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,Plaus,0.5751757621765137,0.003144654088050314,0.4154475288396078,0.9693053780661351,4.094973087310791,2.6990630626678467,0.46945190596271286,14,107
|
| 45 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,Plaus,0.5752249360084534,0.003144654088050314,0.41545567193111327,0.9693027114602861,4.095052719116211,2.699172019958496,0.469455138061822,14,107
|
| 46 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,Plaus,0.5771776437759399,0.003144654088050314,0.4155049935129955,0.9692873149199616,4.094886302947998,2.7002925872802734,0.4720162834049834,14,107
|
| 47 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,Plaus,0.5755346417427063,0.003144654088050314,0.41560202357060205,0.9692497115947168,4.09537935256958,2.703848123550415,0.47045614764101906,14,107
|
| 48 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,Plaus,0.596709668636322,0.001564945226917058,0.41716826770503157,0.9690066168989194,4.089658260345459,2.7319014072418213,0.4758087727971576,14,107
|
| 49 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,Plaus,0.5599591732025146,0.003129890453834116,0.4223712756129838,0.9682489971394467,4.096701622009277,2.7558200359344482,0.4442174277749632,14,107
|
| 50 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,Plaus,0.5869166254997253,0.0,0.41774603664050564,0.9689431582323323,4.2416229248046875,2.8130455017089844,0.49912307045575827,14,107
|
| 51 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,Plaus,0.5935341715812683,0.0,0.41495736313405585,0.9693400892523926,4.354813098907471,2.877542018890381,0.46781869316989455,14,107
|
| 52 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,Plaus,0.5545930862426758,0.003129890453834116,0.4226845758804994,0.9681731620306532,4.47136116027832,2.9872374534606934,0.45529818754760343,14,107
|
| 53 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,Plaus,0.5563040971755981,0.011088542842097345,0.4112026493174802,0.9698017657684763,4.709073543548584,2.8665971755981445,0.4548746350163349,14,107
|
| 54 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,Plaus,0.5751287937164307,0.001564945226917058,0.4151074428816923,0.9693770629454198,4.133212089538574,2.96703839302063,0.4514334454268551,14,107
|
| 55 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,Plaus,0.5354876518249512,0.009448935807858367,0.413129660462506,0.9695627137190846,3.9664621353149414,3.1503946781158447,0.3715720506983019,14,107
|
| 56 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,Plaus,0.5917353630065918,0.007914151576123407,0.4148431721420416,0.9693473400171138,4.320470333099365,3.227875232696533,0.39233437917140546,14,107
|
| 57 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,Plaus,0.603558361530304,0.001564945226917058,0.4166605461538445,0.9690871014544117,4.579550266265869,3.2693519592285156,0.3714113224823211,14,107
|
| 58 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,Plaus,0.5363401770591736,0.004709599314967373,0.41684223748050886,0.9691265369616331,3.977207660675049,2.815376043319702,0.377414547106206,14,107
|
| 59 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,Sem,0.5916461944580078,0.0,0.4175228998967276,0.9689791149415958,3.688656806945801,2.8481457233428955,0.5725507662245812,14,107
|
| 60 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,Sem,0.5916461944580078,0.0,0.4175228998967276,0.9689791149415958,3.688656806945801,2.8481457233428955,0.5725507662245812,14,107
|
| 61 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,Sem,0.5916461944580078,0.0,0.4175228998967276,0.9689791149415958,3.688656806945801,2.8481457233428955,0.5725507662245812,14,107
|
| 62 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,Sem,0.5916489958763123,0.0,0.4175256817547378,0.9689785176313563,3.688404083251953,2.848120927810669,0.5725510814048904,14,107
|
| 63 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,Sem,0.5916768312454224,0.0,0.41752972414529693,0.9689775730657711,3.6876614093780518,2.8481862545013428,0.5725548664970931,14,107
|
| 64 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,Sem,0.5916963815689087,0.0,0.4175338625066209,0.9689766293013234,3.6860601902008057,2.8482465744018555,0.5725588917025368,14,107
|
| 65 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,Sem,0.5910354852676392,0.0,0.4175143145834419,0.968975624234681,3.6718733310699463,2.8479857444763184,0.5794013536473345,14,107
|
| 66 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,Sem,0.5808379054069519,0.0,0.4171462385927458,0.969028935241372,3.583327531814575,2.843626022338867,0.5810893866379981,14,107
|
| 67 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,Sem,0.5562968850135803,0.0,0.41666272813856625,0.9690929603303297,3.6744415760040283,2.822106122970581,0.5586376795520391,14,107
|
| 68 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,Sem,0.5785185098648071,0.001564945226917058,0.4135752811698297,0.969450871646286,3.8912742137908936,2.850268602371216,0.6049640688218708,14,107
|
| 69 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,Sem,0.6047071218490601,0.0,0.4136774242767833,0.9695182191133317,4.35640811920166,3.2331528663635254,0.7815961704809362,14,107
|
| 70 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,Sem,0.5891289710998535,0.0,0.4134595433739817,0.9695670559146784,3.964205026626587,2.903843879699707,0.6775031857724513,14,107
|
| 71 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,Sem,0.495949923992157,0.0062745445418844305,0.4089939572294328,0.9701534756187373,3.5284647941589355,2.7285666465759277,0.48529996023985245,14,107
|
| 72 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,Sem,0.5514256358146667,0.011088542842097345,0.4135569867419888,0.9695406313016267,4.059575080871582,2.9488112926483154,0.5029234057902144,14,107
|
| 73 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,Sem,0.5380966663360596,0.007974481658692184,0.4186991173294002,0.9687665977364707,5.122910022735596,2.8589940071105957,0.4499237339394831,14,107
|
| 74 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,Sem,0.5819008350372314,0.001564945226917058,0.4132237994182632,0.9695847558144823,3.9858312606811523,2.8773980140686035,0.47969353244922774,14,107
|
| 75 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,Sem,0.4847613573074341,0.014233196930147659,0.4185890938827336,0.9687967161576189,3.6596786975860596,2.6774942874908447,0.4917712950262415,14,107
|
| 76 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,Sem,0.479032427072525,0.007974481658692184,0.41538181173377076,0.969217933747651,3.9089128971099854,2.659564971923828,0.42568072661607775,14,107
|
| 77 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,Sem,0.5056949853897095,0.004709599314967373,0.41610375881893935,0.9691280008202989,4.0926008224487305,2.5901601314544678,0.4897799204284636,13,107
|
superseded/early_tier1/isolation_beetle-humanscale-eng.csv
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,phenomenon,selectivity_index,mean_overlap_with_others,gini,entropy,max_t,mean_topk_t,layer_com,n_active_layers,n_units
|
| 2 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,Gram,0.580762505531311,0.004709599314967373,0.41972684029134705,0.968645882880689,4.515003681182861,3.070519208908081,0.44640769018533866,14,107
|
| 3 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,Gram,0.580762505531311,0.004709599314967373,0.41972684029134705,0.968645882880689,4.515003681182861,3.070519208908081,0.44640769018533866,14,107
|
| 4 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,Gram,0.580762505531311,0.004709599314967373,0.41972684029134705,0.968645882880689,4.515003681182861,3.070519208908081,0.44640769018533866,14,107
|
| 5 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,Gram,0.580762505531311,0.004709599314967373,0.41972684029134705,0.968645882880689,4.515003681182861,3.070519208908081,0.44640769018533866,14,107
|
| 6 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,Gram,0.580762505531311,0.004709599314967373,0.41972684029134705,0.968645882880689,4.515003681182861,3.070519208908081,0.44640769018533866,14,107
|
| 7 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,Gram,0.580762505531311,0.004709599314967373,0.41972684029134705,0.968645882880689,4.515003681182861,3.070519208908081,0.44640769018533866,14,107
|
| 8 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,Gram,0.5807856321334839,0.004709599314967373,0.4197249596406404,0.9686458743576826,4.514998435974121,3.0705785751342773,0.446402072229442,14,107
|
| 9 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,Gram,0.5808429718017578,0.004709599314967373,0.4196981629811781,0.9686500529880983,4.5168137550354,3.0705947875976562,0.4463458986018579,14,107
|
| 10 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,Gram,0.583554744720459,0.004709599314967373,0.41960644775889977,0.9686608588655355,4.519197940826416,3.0693418979644775,0.44223936144297343,14,107
|
| 11 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,Gram,0.5921722650527954,0.0,0.4127888426084953,0.9696413438215562,4.044956207275391,3.0320072174072266,0.41787049853310354,14,107
|
| 12 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,Gram,0.5947323441505432,0.003129890453834116,0.4198832012925349,0.9686139338185502,3.8740334510803223,2.9768617153167725,0.37041764378487785,14,107
|
| 13 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,Gram,0.5557713508605957,0.004709599314967373,0.42572997127809487,0.9677092183412977,3.9436299800872803,2.9355742931365967,0.3261668213131452,14,107
|
| 14 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,Gram,0.5728805065155029,0.003129890453834116,0.41725813686270513,0.9689660622541506,4.385761260986328,3.1194205284118652,0.3994741729963846,14,107
|
| 15 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,Gram,0.5723692774772644,0.007974481658692184,0.40985912540038083,0.9700420717958738,4.886630535125732,3.1393492221832275,0.44306323233147593,14,107
|
| 16 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,Gram,0.6209874153137207,0.004739336492890995,0.4234205014067721,0.9680588645340235,4.5609331130981445,3.420153856277466,0.4958072407493455,14,107
|
| 17 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,Gram,0.5996453166007996,0.003129890453834116,0.4203545621591289,0.9685024850593014,4.80628776550293,3.2726633548736572,0.4462179878843355,14,107
|
| 18 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,Gram,0.5647717714309692,0.007914151576123407,0.4224158017411287,0.9681824772249874,4.963854789733887,3.084343433380127,0.468874186565432,14,107
|
| 19 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,Gram,0.5739444494247437,0.004739336492890995,0.4181531799665296,0.9688028255553544,4.248161315917969,3.0169005393981934,0.5426099982655587,14,107
|
| 20 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,Phon,0.4582138657569885,0.003129890453834116,0.41174186115033634,0.9696551697050371,3.7453575134277344,2.5412437915802,0.3597371520987847,14,107
|
| 21 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,Phon,0.4582138657569885,0.003129890453834116,0.41174186115033634,0.9696551697050371,3.7453575134277344,2.5412437915802,0.3597371520987847,14,107
|
| 22 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,Phon,0.4582138657569885,0.003129890453834116,0.41174186115033634,0.9696551697050371,3.7453575134277344,2.5412437915802,0.3597371520987847,14,107
|
| 23 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,Phon,0.4582138657569885,0.003129890453834116,0.41174186115033634,0.9696551697050371,3.7453575134277344,2.5412437915802,0.3597371520987847,14,107
|
| 24 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,Phon,0.4582138657569885,0.003129890453834116,0.41174186115033634,0.9696551697050371,3.7453575134277344,2.5412437915802,0.3597371520987847,14,107
|
| 25 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,Phon,0.4582138657569885,0.003129890453834116,0.41174186115033634,0.9696551697050371,3.7453575134277344,2.5412437915802,0.3597371520987847,14,107
|
| 26 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,Phon,0.4582192897796631,0.003129890453834116,0.4117433324999179,0.9696549996477917,3.74525785446167,2.541252374649048,0.3597420160467498,14,107
|
| 27 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,Phon,0.45822665095329285,0.003129890453834116,0.41175611481560104,0.9696524339703996,3.7445971965789795,2.5412545204162598,0.35976123455704456,14,107
|
| 28 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,Phon,0.459994375705719,0.003129890453834116,0.4117659968803015,0.969650398665712,3.7416038513183594,2.5416228771209717,0.3542139287364824,14,107
|
| 29 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,Phon,0.48803389072418213,0.001564945226917058,0.4153755531870568,0.9691906671638594,3.6895267963409424,2.5855915546417236,0.43788816451302465,14,107
|
| 30 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,Phon,0.523901641368866,0.003144654088050314,0.4172138944820486,0.9688862208908144,3.6506567001342773,2.6616430282592773,0.4555437996480084,14,107
|
| 31 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,Phon,0.48657625913619995,0.004709599314967373,0.41739792979848583,0.9688706759250989,3.7557430267333984,2.544065475463867,0.36415246743950946,14,107
|
| 32 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,Phon,0.4999887943267822,0.001564945226917058,0.4221105999362062,0.9682797765089481,3.7243309020996094,2.6659860610961914,0.5245827751016964,14,107
|
| 33 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,Phon,0.486176460981369,0.001564945226917058,0.4221970791831792,0.9681904966818585,3.6862552165985107,2.6596884727478027,0.5222627764887314,14,107
|
| 34 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,Phon,0.5125513076782227,0.004709599314967373,0.4202016240603228,0.968471851559815,4.218076229095459,2.830232620239258,0.5037887503392058,14,107
|
| 35 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,Phon,0.5115121006965637,0.009479096803040465,0.41394166658424764,0.9693962732719147,4.272543430328369,2.8958656787872314,0.5161332584231577,14,107
|
| 36 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,Phon,0.5703861117362976,0.017529536191508023,0.41693570968604216,0.9690185127800206,4.070731163024902,3.0261189937591553,0.6311486577919155,14,107
|
| 37 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,Phon,0.4947969615459442,0.006304281719808053,0.4206066113085837,0.9684974996575767,4.274237155914307,2.8308513164520264,0.5570399939421152,14,107
|
| 38 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,Plaus,0.5214861631393433,0.001564945226917058,0.4166506016379315,0.9691109250763318,3.684516668319702,2.648440361022949,0.4690310811303466,14,107
|
| 39 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,Plaus,0.5214861631393433,0.001564945226917058,0.4166506016379315,0.9691109250763318,3.684516668319702,2.648440361022949,0.4690310811303466,14,107
|
| 40 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,Plaus,0.5214861631393433,0.001564945226917058,0.4166506016379315,0.9691109250763318,3.684516668319702,2.648440361022949,0.4690310811303466,14,107
|
| 41 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,Plaus,0.5214861631393433,0.001564945226917058,0.4166506016379315,0.9691109250763318,3.684516668319702,2.648440361022949,0.4690310811303466,14,107
|
| 42 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,Plaus,0.5214861631393433,0.001564945226917058,0.4166506016379315,0.9691109250763318,3.684516668319702,2.648440361022949,0.4690310811303466,14,107
|
| 43 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,Plaus,0.5214861631393433,0.001564945226917058,0.4166506016379315,0.9691109250763318,3.684516668319702,2.648440361022949,0.4690310811303466,14,107
|
| 44 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,Plaus,0.5215290784835815,0.001564945226917058,0.41664830860050384,0.9691119129176547,3.683823347091675,2.648489236831665,0.46904974301670604,14,107
|
| 45 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,Plaus,0.521760106086731,0.001564945226917058,0.4166412498775578,0.9691155136404639,3.6787047386169434,2.648695230484009,0.4691500379697222,14,107
|
| 46 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,Plaus,0.5171024203300476,0.001564945226917058,0.4166807670717641,0.9691167948712829,3.6500983238220215,2.6493139266967773,0.47328000406694487,14,107
|
| 47 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,Plaus,0.510341227054596,0.001564945226917058,0.4210134878538887,0.9683499311160529,3.5050106048583984,2.611011028289795,0.46290051198784204,14,107
|
| 48 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,Plaus,0.4966832995414734,0.003129890453834116,0.4220050841452517,0.9682151170113847,3.6261351108551025,2.5757384300231934,0.42302898253382126,14,107
|
| 49 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,Plaus,0.5778607130050659,0.003144654088050314,0.4137503165907495,0.9695529403004789,3.674628257751465,2.804475784301758,0.5826892287181382,14,107
|
| 50 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,Plaus,0.49405622482299805,0.003129890453834116,0.40998700517055664,0.9700879726084236,3.551069974899292,2.605503797531128,0.45571228688985954,14,107
|
| 51 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,Plaus,0.5006361603736877,0.001564945226917058,0.4126065359982271,0.9696547712921485,4.723460674285889,2.7495410442352295,0.5504117822228495,14,107
|
| 52 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,Plaus,0.5378316044807434,0.006289308176100628,0.41657156412728746,0.9690801894847312,3.8429272174835205,2.746504783630371,0.4212729205855841,14,107
|
| 53 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,Plaus,0.5167406797409058,0.003129890453834116,0.4209275668886179,0.9684361328465673,4.303462505340576,2.643723726272583,0.42225292308755363,14,107
|
| 54 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,Plaus,0.5518143773078918,0.0062745445418844305,0.4132091475624975,0.9696424715691232,4.000848293304443,2.6817522048950195,0.42784992967511254,14,107
|
| 55 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,Plaus,0.5404314398765564,0.001564945226917058,0.4192436370981965,0.968722832715588,3.837235450744629,2.732450485229492,0.3224755805373506,14,107
|
| 56 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,Sem,0.528098464012146,0.0062745445418844305,0.4019746082316623,0.9711927745531098,3.3519060611724854,2.4925332069396973,0.4830353272644649,14,107
|
| 57 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,Sem,0.528098464012146,0.0062745445418844305,0.4019746082316623,0.9711927745531098,3.3519060611724854,2.4925332069396973,0.4830353272644649,14,107
|
| 58 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,Sem,0.528098464012146,0.0062745445418844305,0.4019746082316623,0.9711927745531098,3.3519060611724854,2.4925332069396973,0.4830353272644649,14,107
|
| 59 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,Sem,0.528098464012146,0.0062745445418844305,0.4019746082316623,0.9711927745531098,3.3519060611724854,2.4925332069396973,0.4830353272644649,14,107
|
| 60 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,Sem,0.528098464012146,0.0062745445418844305,0.4019746082316623,0.9711927745531098,3.3519060611724854,2.4925332069396973,0.4830353272644649,14,107
|
| 61 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,Sem,0.528098464012146,0.0062745445418844305,0.4019746082316623,0.9711927745531098,3.3519060611724854,2.4925332069396973,0.4830353272644649,14,107
|
| 62 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,Sem,0.5281334519386292,0.0062745445418844305,0.4019744572174752,0.9711925205239507,3.3520548343658447,2.492560625076294,0.48302902788811924,14,107
|
| 63 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,Sem,0.5277891159057617,0.0062745445418844305,0.40199107204682755,0.9711893238505738,3.352665901184082,2.492795944213867,0.484994618571629,14,107
|
| 64 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,Sem,0.5294986963272095,0.0062745445418844305,0.40202553412344033,0.9711875428528917,3.3519809246063232,2.4939541816711426,0.4842897690776178,14,107
|
| 65 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,Sem,0.5773452520370483,0.003129890453834116,0.40877513634922447,0.9702330215998543,3.484727382659912,2.5526516437530518,0.4882421173294583,14,107
|
| 66 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,Sem,0.5063495635986328,0.0062745445418844305,0.4107128408252502,0.9698549972942205,3.50742769241333,2.4674553871154785,0.3695263284609714,14,107
|
| 67 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,Sem,0.5419278740882874,0.009433962264150943,0.4188631810757625,0.9686881041946355,3.327998161315918,2.4904682636260986,0.39920849827580057,14,107
|
| 68 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,Sem,0.5143607258796692,0.004694835680751174,0.41814216504127555,0.9688327351742233,4.552369594573975,2.6486282348632812,0.49902889223367536,14,107
|
| 69 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,Sem,0.4915343225002289,0.0111043721125263,0.41486135273093877,0.969278062567907,4.601588249206543,2.6613314151763916,0.5394951412115107,14,107
|
| 70 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,Sem,0.5500879883766174,0.009448935807858367,0.4132235899413746,0.9695875096981242,3.8600082397460938,2.797931671142578,0.5278265083942126,14,107
|
| 71 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,Sem,0.5305978655815125,0.009479096803040465,0.41383974691711634,0.9694517982231096,5.317908763885498,3.127732038497925,0.6568139707241445,14,107
|
| 72 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,Sem,0.544508695602417,0.01276003870343493,0.4155162656605212,0.9692585426223223,4.024909019470215,2.977365255355835,0.5774923238057742,14,107
|
| 73 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,Sem,0.5792140960693359,0.003129890453834116,0.4175801912999924,0.9689747624866999,4.134223937988281,3.057647943496704,0.5457820559105663,14,107
|
superseded/early_tier1/isolation_pico-decoder-tiny.csv
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,phenomenon,selectivity_index,mean_overlap_with_others,gini,entropy,max_t,mean_topk_t,layer_com,n_active_layers,n_units
|
| 2 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,Gram,0.45879483222961426,0.0,0.41327981695311444,0.9597929047517698,3.6968584060668945,3.167785406112671,0.5467527001199234,11,11
|
| 3 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,Gram,0.6149206161499023,0.0,0.4217306738131814,0.9580444293298805,4.1036481857299805,3.274966239929199,0.5673602136198694,9,11
|
| 4 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,Gram,0.6719603538513184,0.0,0.4175323241041265,0.9586888565673284,4.661279201507568,2.9947731494903564,0.6776166687343632,7,11
|
| 5 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,Gram,0.6273787617683411,0.015873015873015872,0.43255487302652285,0.9558028257398166,4.501835823059082,3.6420533657073975,0.7089129595608913,7,11
|
| 6 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,Gram,0.5723909139633179,0.0,0.4197390576393121,0.9587059424818591,4.386384010314941,3.050729990005493,0.6764568589817174,6,11
|
| 7 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,Gram,0.5667321085929871,0.015873015873015872,0.42034724431486814,0.9585396074952018,4.163601398468018,2.939903497695923,0.6000878472680164,7,11
|
| 8 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,Gram,0.5699210166931152,0.0,0.419720534542606,0.958402819190214,3.3339293003082275,2.995835781097412,0.6694097421565576,6,11
|
| 9 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,Gram,0.6174842119216919,0.0,0.4295980226017341,0.9565651452554627,3.3630056381225586,3.076158285140991,0.7387365213808498,6,11
|
| 10 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,Gram,0.5600770115852356,0.0,0.422271494379287,0.9582126810816186,3.442443609237671,2.970659017562866,0.7349203726251209,6,11
|
| 11 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,Gram,0.5384384989738464,0.0,0.4170956314101064,0.9592771692364354,3.2653019428253174,2.9119794368743896,0.6504120254819571,7,11
|
| 12 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,Gram,0.5632573962211609,0.0,0.42030299071006333,0.9586273926303015,3.391879081726074,2.9588241577148438,0.674026547134538,6,11
|
| 13 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,Gram,0.6032498478889465,0.0,0.406929629278978,0.9613259842633413,3.2801268100738525,2.944061517715454,0.5217853829768307,8,11
|
| 14 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,Gram,0.6127057075500488,0.015873015873015872,0.4137499781161112,0.9597841900831897,3.4786999225616455,2.8789453506469727,0.5665916865296403,8,11
|
| 15 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,Gram,0.616737961769104,0.0,0.4070247304969944,0.9610417006815934,3.7456777095794678,2.9503633975982666,0.5770095040862985,6,11
|
| 16 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,Gram,0.5350343585014343,0.0,0.406407196104313,0.9612739843648681,3.9030392169952393,2.9694387912750244,0.6163817321423417,8,11
|
| 17 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,Gram,0.6007068157196045,0.015873015873015872,0.4120271219497226,0.9602962971347844,3.547353506088257,3.0595483779907227,0.6317752799436182,7,11
|
| 18 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,Gram,0.5688512325286865,0.015873015873015872,0.4141979053627575,0.9595965593362277,3.6749632358551025,3.032822370529175,0.5830267726454342,8,11
|
| 19 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,Gram,0.573288083076477,0.0,0.4029976127753369,0.9617077634686197,3.4774580001831055,2.8907957077026367,0.5517265271226466,9,11
|
| 20 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,Gram,0.5789029598236084,0.0,0.40749006329223003,0.960882462880177,3.7917635440826416,3.032099723815918,0.628419146214462,8,11
|
| 21 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,Gram,0.5680438280105591,0.0,0.40734298565140836,0.9611254190921963,3.3512673377990723,3.0463812351226807,0.6368010043076663,8,11
|
| 22 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,Gram,0.5808188319206238,0.0,0.4136793844122899,0.9596672802140708,3.877073287963867,2.954894781112671,0.6155950656575331,7,11
|
| 23 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,Phon,0.4578933119773865,0.0,0.4034529532074398,0.961909425571523,2.6978979110717773,2.4185447692871094,0.46715196183382995,8,11
|
| 24 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,Phon,0.46372947096824646,0.015873015873015872,0.4045092147378377,0.9614270394582904,4.0244221687316895,2.7002780437469482,0.3955231651391658,6,11
|
| 25 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,Phon,0.5443840026855469,0.0,0.41920967590904873,0.9585668785103029,3.127629280090332,2.8181350231170654,0.5238162336011709,7,11
|
| 26 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,Phon,0.523977518081665,0.0,0.41712477978950196,0.9591035262362139,3.955204963684082,2.8901491165161133,0.5347297394291203,8,11
|
| 27 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,Phon,0.52944016456604,0.0,0.41200472224084866,0.9602159294103858,3.937570333480835,2.975167989730835,0.5982016489699236,7,11
|
| 28 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,Phon,0.4811328053474426,0.0,0.4111650772388298,0.9605163025571845,3.3966586589813232,2.788240909576416,0.5028562262373253,7,11
|
| 29 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,Phon,0.5388275384902954,0.0,0.42038826528838125,0.9586068555919247,2.9309194087982178,2.6653149127960205,0.4817219550846021,7,11
|
| 30 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,Phon,0.5895001888275146,0.0,0.41515131168834063,0.9596438940665808,2.9173989295959473,2.666887044906616,0.6310609520098889,8,11
|
| 31 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,Phon,0.5157544016838074,0.0,0.4112281210037978,0.9604993755006874,3.153595209121704,2.594113826751709,0.43608871739635935,8,11
|
| 32 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,Phon,0.5688501000404358,0.0,0.41480043396301514,0.9597107219654146,3.2368459701538086,2.6536951065063477,0.44820422312065394,8,11
|
| 33 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,Phon,0.5862074494361877,0.0,0.41406659378453115,0.9597937993629734,3.9877026081085205,2.871184825897217,0.5455062488669419,8,11
|
| 34 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,Phon,0.4412103593349457,0.0,0.412054657943226,0.9601004234298911,3.028975486755371,2.5761678218841553,0.6257397743727778,7,11
|
| 35 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,Phon,0.4624723196029663,0.015873015873015872,0.4208327235990391,0.9586238113293786,3.728858470916748,2.504000663757324,0.5531253039922913,7,11
|
| 36 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,Phon,0.46844542026519775,0.015873015873015872,0.41417422316500097,0.9596388856957899,2.6899778842926025,2.212141275405884,0.49268030848217087,6,11
|
| 37 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,Phon,0.4971977770328522,0.0,0.43105601261625925,0.9563583213901633,3.1986355781555176,2.426335096359253,0.5765747904185038,9,11
|
| 38 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,Phon,0.5073213577270508,0.0,0.42307860519734636,0.9579195820798148,3.0971193313598633,2.3609275817871094,0.5703717056986558,7,11
|
| 39 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,Phon,0.5430774092674255,0.0,0.42833276570704026,0.9567932734099779,2.625767707824707,2.4662091732025146,0.6353304353170363,8,11
|
| 40 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,Phon,0.5595806241035461,0.0,0.4277744662564618,0.9568754270360973,3.027862071990967,2.614881753921509,0.6689924355715507,7,11
|
| 41 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,Phon,0.6076399087905884,0.0,0.425795168966302,0.9573756330292739,3.553582191467285,2.800628662109375,0.6889822258370129,6,11
|
| 42 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,Phon,0.5795955657958984,0.0,0.4154524253832428,0.959556209956014,3.20458984375,2.825978994369507,0.7134218901777305,6,11
|
| 43 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,Phon,0.52683025598526,0.0,0.41798595455351223,0.958980795507194,3.358131170272827,2.8758809566497803,0.7118840474376231,7,11
|
| 44 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,Plaus,0.5718881487846375,0.0,0.40537692904166384,0.9610739280463814,3.23429799079895,2.9623405933380127,0.6124495424194184,10,11
|
| 45 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,Plaus,0.6709741950035095,0.0,0.3988873844306073,0.962292350325054,3.3314549922943115,2.976425886154175,0.430487767347352,8,11
|
| 46 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,Plaus,0.6295388340950012,0.0,0.4070792794266141,0.9611850936285635,3.6764469146728516,3.2163591384887695,0.5398971546230742,9,11
|
| 47 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,Plaus,0.6184303164482117,0.0,0.4099920838215383,0.9609169622490062,3.2823641300201416,3.0098328590393066,0.46203955697486254,7,11
|
| 48 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,Plaus,0.5765371322631836,0.0,0.42050023250633906,0.9587685447556609,3.2642154693603516,2.8876211643218994,0.4407077573764589,8,11
|
| 49 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,Plaus,0.5471581220626831,0.015873015873015872,0.4111123076845987,0.9605076701039948,3.6982760429382324,3.1881890296936035,0.6160552439957647,7,11
|
| 50 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,Plaus,0.5831511616706848,0.0,0.4135452320928618,0.9595194889036258,4.217923164367676,3.3443870544433594,0.6162325223765669,7,11
|
| 51 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,Plaus,0.5874500870704651,0.0,0.4113064279696777,0.9602920299487221,4.248788833618164,3.154045343399048,0.5490632747121196,6,11
|
| 52 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,Plaus,0.5712566375732422,0.0,0.4086922151930874,0.9608662623348693,4.240283489227295,3.211076498031616,0.6642809961208465,8,11
|
| 53 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,Plaus,0.5574915409088135,0.0,0.39681412216560435,0.9632220780830825,3.0015206336975098,2.7920169830322266,0.6696031152836331,7,11
|
| 54 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,Plaus,0.5442624688148499,0.0,0.4021676432204383,0.9622058474090607,3.3935799598693848,2.813579797744751,0.598558292493901,8,11
|
| 55 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,Plaus,0.5512341260910034,0.0,0.4042262718772432,0.9618337798461574,3.273061752319336,2.8798320293426514,0.697056004678641,6,11
|
| 56 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,Plaus,0.6288799047470093,0.015873015873015872,0.40619162933235714,0.9616614579784443,3.6517574787139893,3.171734094619751,0.771805090993142,6,11
|
| 57 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,Plaus,0.5240786671638489,0.0,0.41240097061444836,0.9601784860235797,3.359018325805664,2.958432197570801,0.6043402599517905,8,11
|
| 58 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,Plaus,0.583940327167511,0.0,0.4179164911870666,0.9588962813338304,3.62777042388916,3.022263288497925,0.6340713295586793,9,11
|
| 59 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,Plaus,0.4914906919002533,0.015873015873015872,0.4135909542148476,0.9598591721715025,3.647996187210083,3.026418447494507,0.7109019269703908,7,11
|
| 60 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,Plaus,0.5867486596107483,0.015873015873015872,0.4258918586708401,0.9572975406793752,4.253905773162842,3.183624029159546,0.7413642830739426,7,11
|
| 61 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,Plaus,0.6064952611923218,0.0,0.4182079238630977,0.959278302152333,3.469775676727295,3.154953718185425,0.653119505896823,7,11
|
| 62 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,Plaus,0.6207544803619385,0.0,0.41084838770536386,0.9604568613169462,3.9160969257354736,3.0642478466033936,0.5660837770931134,9,11
|
| 63 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,Plaus,0.5628724694252014,0.0,0.4187877541754458,0.9587174217134529,3.8273611068725586,3.0360395908355713,0.6780046872527102,8,11
|
| 64 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,Plaus,0.5398082137107849,0.0,0.4222775861424907,0.9579137518429962,3.7034859657287598,3.026477098464966,0.5976313697531211,8,11
|
| 65 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,Sem,0.4255102872848511,0.0,0.38396227115353226,0.9651932434100537,2.5989248752593994,2.2623720169067383,0.5409027360601252,7,11
|
| 66 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,Sem,0.4458538889884949,0.015873015873015872,0.4034638196694423,0.9618434298525028,3.0775866508483887,2.520749092102051,0.5353563006521832,8,11
|
| 67 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,Sem,0.4964788556098938,0.0,0.41324835040204266,0.9599031744508233,3.3572518825531006,2.6951088905334473,0.9050465014344816,4,11
|
| 68 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,Sem,0.4860694408416748,0.015873015873015872,0.42153095317127004,0.9581208651720896,2.846143960952759,2.3433218002319336,0.7572957635280928,6,11
|
| 69 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,Sem,0.5240207314491272,0.0,0.42003001502026227,0.958469250318755,3.084336280822754,2.6101832389831543,0.7181523524022329,6,11
|
| 70 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,Sem,0.4020999073982239,0.0,0.41198398034065903,0.9601605172503508,3.0952672958374023,2.4578614234924316,0.7413704850571338,5,11
|
| 71 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,Sem,0.5634798407554626,0.0,0.41601462823361257,0.9594198683942052,3.100616693496704,2.4673662185668945,0.634314703849104,8,11
|
| 72 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,Sem,0.44242724776268005,0.0,0.408639831618401,0.9608760223418384,3.054746627807617,2.3682119846343994,0.6555435417224327,7,11
|
| 73 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,Sem,0.45881175994873047,0.0,0.4246570469918019,0.9577662634851556,3.955897092819214,2.4732558727264404,0.4591466343382786,7,11
|
| 74 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,Sem,0.44675275683403015,0.0,0.4166522586688304,0.9592839798195535,2.6673386096954346,2.4227254390716553,0.6892033396007577,6,11
|
| 75 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,Sem,0.4445073902606964,0.0,0.4189437325204599,0.9588625982704815,3.0745694637298584,2.5973832607269287,0.7001288712709813,7,11
|
| 76 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,Sem,0.4814091622829437,0.0,0.41453391869800466,0.9596884980353619,3.264824628829956,2.657531976699829,0.6824294404051885,6,11
|
| 77 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,Sem,0.5025822520256042,0.015873015873015872,0.4107386818742882,0.9604482232400939,3.2830593585968018,2.7602827548980713,0.7769372237688266,5,11
|
| 78 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,Sem,0.5682541728019714,0.015873015873015872,0.4115770625061342,0.9601865124670732,3.267702341079712,2.70035457611084,0.7394120988562548,5,11
|
| 79 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,Sem,0.6163076758384705,0.0,0.4256967724620125,0.9574226603876439,3.2672479152679443,2.795459032058716,0.711496380829103,5,11
|
| 80 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,Sem,0.585228443145752,0.0,0.41855812551173255,0.9589473791289255,3.1504857540130615,2.589095115661621,0.6419155503365452,7,11
|
| 81 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,Sem,0.6575387716293335,0.0,0.4153275757893699,0.9597008790280875,3.3307924270629883,2.7595345973968506,0.6845608438702229,5,11
|
| 82 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,Sem,0.5666558742523193,0.0,0.41955359493992744,0.9586809851847773,3.3097078800201416,2.636892318725586,0.5741552470236587,5,11
|
| 83 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,Sem,0.43161386251449585,0.0,0.422323968192586,0.9583158318281559,2.829165458679199,2.4299747943878174,0.5377805824836999,5,11
|
| 84 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,Sem,0.4677343964576721,0.0,0.40223208347908546,0.9620852534119491,3.0281145572662354,2.502267599105835,0.49200629387976813,6,11
|
| 85 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,Sem,0.4972798228263855,0.0,0.40917143799538624,0.960705003507149,3.50288724899292,2.503109931945801,0.4789938624706839,6,11
|
superseded/early_tier1/mechanistic_babylm-gpt2-3.csv
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,norm,gini,hoyer,per,condition_number,cka_to_prev
|
| 2 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-01,191,,83.71076451101054,0.348297869055471,0.16525877637567518,0.04951231439266892,604.0845368603381,
|
| 3 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-02,382,,72.2061143603193,0.3591091496556562,0.1761590137709236,0.048269960400761446,567.7425155382718,0.8174166419939398
|
| 4 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-03,573,,61.71211493806306,0.33897547964117497,0.16385537318568064,0.050539595533291105,435.20588340850344,0.9381423900665671
|
| 5 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-04,764,,64.60157675007795,0.3434406107761739,0.17240431034231107,0.05887090975017748,360.5326114624984,0.959110808028972
|
| 6 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-05,1146,,53.726942858508664,0.31805552396063874,0.15175047062424382,0.07793413990071489,255.8459892936081,0.9541747950750774
|
| 7 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-06,1337,,50.03472362830041,0.311943351203609,0.14851807578102413,0.072302282043591,254.43563090166353,0.9837208910847997
|
| 8 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-07,1528,,49.80325859536166,0.3063777186465147,0.14700685356438528,0.07575018817119474,243.7421114799455,0.9915008589679308
|
| 9 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-08,1719,,47.89146184912275,0.30367920965869777,0.14522403704510914,0.07735440127002109,233.72525784561185,0.9972327733465686
|
| 10 |
+
babylm-gpt2-3,BrainAlign/gpt2-babylm-3@checkpoint-09,1908,,47.75733781529374,0.3044273045350386,0.14568349893283036,0.07686094504004061,233.12432716085084,0.9996027587001531
|
superseded/early_tier1/mechanistic_babylm-gpt2-5.csv
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,norm,gini,hoyer,per,condition_number,cka_to_prev
|
| 2 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-01,191,,83.53360235499656,0.35253848426154316,0.1677478453229976,0.04734286150772452,616.1414556781466,
|
| 3 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-02,382,,72.5555520119123,0.35148946966010636,0.16874269389743332,0.048908855641628446,554.573751081706,0.8342373133412556
|
| 4 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-03,573,,61.93048520499232,0.33852478593527696,0.1640106868031944,0.0509289562088281,415.19529199687116,0.9366108035942172
|
| 5 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-04,764,,64.80808008956916,0.343996864668704,0.1718819104660788,0.05877582553352179,354.4306796214771,0.9584176544128566
|
| 6 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-05,1146,,54.08953763710387,0.3162830353001923,0.1515750495731684,0.07908629474011657,267.50506486998233,0.9542059142322303
|
| 7 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-06,1337,,49.54604938681507,0.3066770953361004,0.14593344883239165,0.07600418893423339,258.0410429351404,0.984051224988764
|
| 8 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-07,1528,,49.90594854332429,0.3017894912154862,0.14301855593514554,0.07733902137295917,243.61489706931047,0.9915091862932849
|
| 9 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-08,1719,,48.271498144756116,0.2996281644559579,0.1423360407171008,0.07719393511950362,240.0660645826381,0.997345631775376
|
| 10 |
+
babylm-gpt2-5,BrainAlign/gpt2-babylm-5@checkpoint-09,1908,,48.11784282465354,0.3008082423638852,0.143075163971606,0.07753283630291596,238.44246111930616,0.9996412541877638
|
superseded/early_tier1/mechanistic_babylm-gpt2-7.csv
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,norm,gini,hoyer,per,condition_number,cka_to_prev
|
| 2 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-01,191,,86.04677510501453,0.3506553386556574,0.16693652653971489,0.04689918784320427,634.2533025515255,
|
| 3 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-02,382,,73.92994010075216,0.35457823416407214,0.17139904715626217,0.048754453889361775,562.9722992896945,0.8225864331008496
|
| 4 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-03,573,,61.96144399324162,0.3417505615870226,0.16598230531329397,0.0552940834016598,402.21418638689823,0.9357934483757221
|
| 5 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-04,764,,65.59793105275538,0.34505536086801986,0.17195801426408586,0.056403467084871976,370.90504498968545,0.9567186497301171
|
| 6 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-05,1146,,56.435082641021644,0.3236369580783713,0.15748935498170544,0.07407293131895988,267.99386903180874,0.9564258599093279
|
| 7 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-06,1337,,50.504937193539654,0.3094215107528429,0.14761763416158083,0.0711540200560322,264.1188070928835,0.9814456755365097
|
| 8 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-07,1528,,51.31922174318907,0.3109895280272671,0.1512108556066307,0.07649360632590434,246.35173480188064,0.9881966112832742
|
| 9 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-08,1719,,48.871656375005834,0.3053450295059514,0.14760939973853515,0.07711170267948585,238.53275995857857,0.9973597720659373
|
| 10 |
+
babylm-gpt2-7,BrainAlign/gpt2-babylm-7@checkpoint-09,1908,,48.946431637519055,0.30783295149190837,0.14952538513950972,0.07690852256178071,238.00017717527692,0.9995839571895027
|
superseded/early_tier1/mechanistic_babylm-gpt2.csv
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,norm,gini,hoyer,per,condition_number,cka_to_prev
|
| 2 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-01,598,,52.74212094270337,0.31721034599744885,0.15253259008511602,0.049836224955127406,376.86409558791183,
|
| 3 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-02,897,,56.0750282612124,0.31742599217599893,0.16177679405245274,0.06073977408773414,272.55309315170626,0.9495944879250655
|
| 4 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-03,1196,,56.39612765505377,0.2979665735875073,0.16618115433094313,0.07648874718960515,213.57308430905937,0.9415630160339914
|
| 5 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-04,1495,,52.49400259601842,0.28918134309661075,0.1729379167506562,0.07436711847209967,187.4409278693938,0.96813471483744
|
| 6 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-05,1794,,53.4861689635805,0.28855569693004374,0.17996517808479293,0.08034540095800743,174.90893375847432,0.9731534463897726
|
| 7 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-06,2093,,51.218506747972064,0.28311454923062757,0.19017767376258787,0.07422117675117682,172.45847425813284,0.9829364615038871
|
| 8 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-07,2392,,49.52191870738454,0.2809934602020889,0.19227997235259597,0.0762476740511671,163.6304803221091,0.9925656729722415
|
| 9 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-08,2691,,48.219034488375804,0.2827587436746017,0.19323048965471393,0.0785393645661505,162.04328323280592,0.9970074212509911
|
| 10 |
+
babylm-gpt2,BrainAlign/gpt2-babylm-9@checkpoint-09,2990,,48.148181400112925,0.2822872360854278,0.1951981370107643,0.0783493420568162,161.37781195501188,0.9996515687213182
|
superseded/early_tier1/mechanistic_beetle-fineweb3-eng.csv
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,norm,gini,hoyer,per,condition_number,cka_to_prev
|
| 2 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-0,0,,22.902792385279206,0.06126140388224779,0.006235691496930042,0.300869330422295,21.86114295952769,
|
| 3 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1,1,,22.902792385279206,0.06126140388224779,0.006235691496930042,0.300869330422295,21.86114295952769,1.0
|
| 4 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2,2,,22.902792385279206,0.06126140388224779,0.006235691496930042,0.300869330422295,21.86114295952769,1.0
|
| 5 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4,4,,22.902769536368687,0.061261195524391056,0.00623565854546355,0.3008686694198766,21.86135811049873,0.9999999868019254
|
| 6 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-6,6,,22.90275678826089,0.06126086525436069,0.006235590043092333,0.30086601995884854,21.86215057208246,0.9999999544808035
|
| 7 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8,8,,22.90272272557647,0.0612591583382082,0.006235232305750253,0.30086488531973626,21.86307002184794,0.9999999113085934
|
| 8 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16,16,,22.902690573407565,0.061248959637127724,0.006233102904967868,0.30085463850227523,21.87034171422139,0.9999960535304371
|
| 9 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32,32,,22.907807650875576,0.061228239030805896,0.006230764804878113,0.30075110263586863,21.89678464167648,0.9999190111641542
|
| 10 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-64,64,,23.39549903490973,0.06445495019557615,0.007044229747622652,0.2731178919604211,24.731270054881186,0.949356669120086
|
| 11 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-128,128,,30.282228507957488,0.11591070527504291,0.027779869768435186,0.17435887340489423,58.10135214193212,0.8241279264191899
|
| 12 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-256,256,,31.40932411256295,0.10153623227955902,0.02010965715779859,0.23259812270331495,37.66632889575622,0.7413337249077497
|
| 13 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-512,512,,28.967891529928,0.0906131350939579,0.015472116168114522,0.24053943635758773,30.79149787180924,0.7668076213429192
|
| 14 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-1024,1024,,33.24820253551665,0.08643556609331327,0.014056233867358528,0.2133621913028045,39.85955800412189,0.8263825019338414
|
| 15 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-2048,2048,,47.38779277258162,0.08740035235789885,0.01398068293056617,0.204945655877485,42.801630903334974,0.8024683717417253
|
| 16 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-4096,4096,,72.87687662678073,0.09036217816307282,0.015486599779862236,0.20425307310180002,39.39902759357897,0.8323849732475456
|
| 17 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-8192,8192,,105.52005611996898,0.10305566099515172,0.03413188108957207,0.22694740361828605,35.44231781275811,0.8283834711274795
|
| 18 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-16384,16384,,157.08176513015428,0.13259987525195366,0.15152517521834247,0.17861561630392456,47.14417954273817,0.7906373691182227
|
| 19 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-32768,32768,,214.16039931791053,0.16055391200586025,0.2985289889783859,0.11979579656775165,62.86397800451275,0.7999848619325736
|
| 20 |
+
beetle-fineweb3-eng,Beetle-FineWeb3-24B/beetle-monolingual-fineweb3-eng@step-65536,65536,,249.2513525767194,0.1793822578508164,0.39195593536063694,0.110067065497114,61.75941879812366,0.8955842096584679
|
superseded/early_tier1/mechanistic_beetle-humanscale-eng.csv
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,norm,gini,hoyer,per,condition_number,cka_to_prev
|
| 2 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-0,0,,24.355213706258805,0.057374057390915396,0.005500572826804692,0.36363946342811143,21.2895826255219,
|
| 3 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1,1,,24.355213706258805,0.057374057390915396,0.005500572826804692,0.36363946342811143,21.2895826255219,1.0
|
| 4 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2,2,,24.355213706258805,0.057374057390915396,0.005500572826804692,0.36363946342811143,21.2895826255219,1.0
|
| 5 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4,4,,24.355213706258805,0.057374057390915396,0.005500572826804692,0.36363946342811143,21.2895826255219,1.0
|
| 6 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-6,6,,24.355213706258805,0.057374057390915396,0.005500572826804692,0.36363946342811143,21.2895826255219,1.0
|
| 7 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-8,8,,24.355213706258805,0.057374057390915396,0.005500572826804692,0.36363946342811143,21.2895826255219,1.0
|
| 8 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-16,16,,24.35515696612136,0.057373088649684774,0.0055002963571374455,0.3636401836919498,21.28931937449033,0.999999977906059
|
| 9 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-32,32,,24.354812816492416,0.05736798823988196,0.005498907796572139,0.36364590052596285,21.287934913390124,0.9999992905374099
|
| 10 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-64,64,,24.353854630182926,0.057347206593560796,0.005493003449382304,0.36368417300645206,21.279042183470523,0.9999874247538879
|
| 11 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-256,256,,27.421840205196627,0.08651820625314312,0.014317973066229417,0.23424495784052884,41.42978286125115,0.7776414768286061
|
| 12 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-500,500,,33.03300723615335,0.10998841119123925,0.024527196209871142,0.21770691603745465,57.525921171731234,0.9513466955207969
|
| 13 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-1000,1000,,33.498122827856584,0.10346758812695626,0.022805049131884247,0.29426468155880076,34.35224060564984,0.7930993772701871
|
| 14 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2000,2000,,32.05357716105271,0.09032403163759453,0.016753036418418552,0.30534937060291245,29.765043458695978,0.81723431830022
|
| 15 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-2500,2500,,31.704666402016638,0.0831420693369694,0.013476877203947331,0.2929316944006598,31.12569030636919,0.9400532050049917
|
| 16 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-4000,4000,,40.842382358582725,0.08851845721157278,0.014202175033474086,0.21853554076040912,43.80286496225712,0.8169240198532287
|
| 17 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-5500,5500,,52.76321372742097,0.10398537548177919,0.02066135910333883,0.1769177380728348,51.92683730705692,0.7531711888464203
|
| 18 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-7500,7500,,67.42052893488564,0.10313165922437664,0.02023106159945359,0.18290952248203465,55.1298240352011,0.7716765026475108
|
| 19 |
+
beetle-humanscale-eng,Beetle-HumanScale/beetle-monolingual-humanscale-eng@step-9500,9500,,67.95608820617902,0.09983155098332006,0.018853388004590115,0.1961864504439663,60.8507954845068,0.8512204776526318
|
superseded/early_tier1/mechanistic_layer_babylm-gpt2-3.csv
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,step,layer,per,gini,hoyer,norm,condition_number
|
| 2 |
+
babylm-gpt2-3,191,0,0.05821480788061528,0.32948719701132595,0.15540429879484127,23.2905207243423,285.28401185085136
|
| 3 |
+
babylm-gpt2-3,191,1,0.06307216856814672,0.3369349565727972,0.1590385788113174,36.57442395347393,332.0440339914304
|
| 4 |
+
babylm-gpt2-3,191,2,0.06037754195961917,0.33916527424786685,0.16025307238498787,47.96783282330022,387.65683261126605
|
| 5 |
+
babylm-gpt2-3,191,3,0.05806927985382813,0.344537569702275,0.162505375072066,59.77141384299647,452.4141276234188
|
| 6 |
+
babylm-gpt2-3,191,4,0.05375118906195362,0.35652991605875867,0.17240001980531094,72.060487446654,510.70258707254004
|
| 7 |
+
babylm-gpt2-3,191,5,0.051664549266175336,0.3555929436316732,0.1704063896421111,82.7548610284627,572.9319118811069
|
| 8 |
+
babylm-gpt2-3,191,6,0.049114998858487954,0.35468967476119645,0.16962886887097342,91.9295718563529,623.638903309878
|
| 9 |
+
babylm-gpt2-3,191,7,0.045377231031952195,0.3535782133614451,0.1684525239753594,100.88964993352792,680.4863793634972
|
| 10 |
+
babylm-gpt2-3,191,8,0.04237408397307451,0.35338446753886843,0.16796982091507667,109.63423383900296,755.6748831769144
|
| 11 |
+
babylm-gpt2-3,191,9,0.04059958339627988,0.35034515642421743,0.1656732702281967,116.59601095174139,798.5475321520521
|
| 12 |
+
babylm-gpt2-3,191,10,0.037182771353095605,0.35245847838784483,0.1658242505463542,127.01080252703936,883.5815223749166
|
| 13 |
+
babylm-gpt2-3,191,11,0.03434956750879873,0.3528705809673827,0.16554884746150755,136.0493652052322,966.0517169161836
|
| 14 |
+
babylm-gpt2-3,382,0,0.0606674831385517,0.3430065553611446,0.16531140422066767,30.400822519704505,347.03814599207703
|
| 15 |
+
babylm-gpt2-3,382,1,0.05249159811511761,0.3568272207613521,0.1760640249006541,40.76091180112894,403.0042277620361
|
| 16 |
+
babylm-gpt2-3,382,2,0.05065388502283445,0.3602221002062698,0.17844442473211639,49.691309434572275,429.0911857157682
|
| 17 |
+
babylm-gpt2-3,382,3,0.04922348135928152,0.3616530181998434,0.1770353132374706,60.51470559874447,484.2073200826079
|
| 18 |
+
babylm-gpt2-3,382,4,0.04829352346477351,0.3720867249050306,0.18333383297154635,69.81012635286585,521.083421394998
|
| 19 |
+
babylm-gpt2-3,382,5,0.04724939948313393,0.3766059531137933,0.18491644663089685,77.36710806204336,557.7046706319492
|
| 20 |
+
babylm-gpt2-3,382,6,0.04723413068704671,0.3660086712334407,0.17759151962175274,82.13491469545029,599.0212089372802
|
| 21 |
+
babylm-gpt2-3,382,7,0.045312454572589006,0.3635492050843108,0.1794445085673536,84.59482090658514,642.0765693721883
|
| 22 |
+
babylm-gpt2-3,382,8,0.04586481805209311,0.35365587006695837,0.17272046752522888,85.07869430615217,661.8091080727066
|
| 23 |
+
babylm-gpt2-3,382,9,0.04577363083325423,0.3522610025635358,0.17240820578573568,88.03666407930392,676.0719823967452
|
| 24 |
+
babylm-gpt2-3,382,10,0.04386271726175931,0.3541583345917085,0.1750367987631705,95.0173118299268,722.7321680816921
|
| 25 |
+
babylm-gpt2-3,382,11,0.042612402818702245,0.3492751397804867,0.17160121829449024,103.06598273735393,769.0701780192142
|
| 26 |
+
babylm-gpt2-3,573,0,0.07135813881307496,0.3449158636058189,0.1684305567142411,31.355032721516327,302.8726190108165
|
| 27 |
+
babylm-gpt2-3,573,1,0.05534479834588645,0.3497873309871398,0.1728634804195538,38.59889404377531,363.08285649558246
|
| 28 |
+
babylm-gpt2-3,573,2,0.049936074457177355,0.3540800346164363,0.1776609746298307,44.601396081941886,384.97451726534683
|
| 29 |
+
babylm-gpt2-3,573,3,0.04819063951617557,0.3542584364783179,0.17426336912410198,52.610979314348015,409.65180075502457
|
| 30 |
+
babylm-gpt2-3,573,4,0.04541264084891508,0.3545413169614287,0.17365215284582258,59.58095866758231,432.17785839976597
|
| 31 |
+
babylm-gpt2-3,573,5,0.045276010074676784,0.3537974348822503,0.17279279638137726,65.35039896890349,448.2914792170245
|
| 32 |
+
babylm-gpt2-3,573,6,0.046655611967338764,0.3471888944133749,0.16833536974127397,68.21329749674368,457.48310256595175
|
| 33 |
+
babylm-gpt2-3,573,7,0.046095923171436404,0.34503958514609456,0.1688585688307895,70.72179337913089,472.47204179892896
|
| 34 |
+
babylm-gpt2-3,573,8,0.04742624990928188,0.32564833228966855,0.15472983350576194,71.00097074055475,474.3715732746178
|
| 35 |
+
babylm-gpt2-3,573,9,0.049672736348038704,0.31781300170924326,0.14911272722886348,72.64514470964222,465.8652644548512
|
| 36 |
+
babylm-gpt2-3,573,10,0.05096920434256413,0.3118283945616412,0.14391822598105833,79.3125477494945,492.6210555359823
|
| 37 |
+
babylm-gpt2-3,573,11,0.05013711860492716,0.30880713004268534,0.14164642282549328,86.55396538312343,518.6064321281486
|
| 38 |
+
babylm-gpt2-3,764,0,0.08167902324742451,0.3451966900228984,0.17035173421277638,34.43977640978692,274.61570210432865
|
| 39 |
+
babylm-gpt2-3,764,1,0.060428505586073225,0.3537879039547165,0.17761990810978928,42.03071479988014,319.04171371314794
|
| 40 |
+
babylm-gpt2-3,764,2,0.05653265829851614,0.3623785151158608,0.18836181206910854,49.56924146212754,331.64765726419773
|
| 41 |
+
babylm-gpt2-3,764,3,0.05575282995067235,0.358979988331307,0.18560338263254375,57.08573652749475,347.1794128511868
|
| 42 |
+
babylm-gpt2-3,764,4,0.051935047183414906,0.3578381144749509,0.1825195410118875,63.87615504418139,367.63049450423966
|
| 43 |
+
babylm-gpt2-3,764,5,0.05223160595593368,0.3584712587063803,0.18191710660130356,68.44781347158892,386.0786079522931
|
| 44 |
+
babylm-gpt2-3,764,6,0.053005213551040035,0.3468238603572817,0.1740175390018155,70.63374319261605,387.33208230311567
|
| 45 |
+
babylm-gpt2-3,764,7,0.05419809777330145,0.3450722438027236,0.1742926697730531,72.51234426242125,378.78014806599344
|
| 46 |
+
babylm-gpt2-3,764,8,0.05526771016491832,0.33049707095653974,0.16422397448973744,71.96805089761882,383.69704970688485
|
| 47 |
+
babylm-gpt2-3,764,9,0.059429301809652085,0.3202849536999836,0.1561507027371712,73.60736614880749,374.88882326105323
|
| 48 |
+
babylm-gpt2-3,764,10,0.06311661776860426,0.32121521300663797,0.15794983484678551,81.63541973857035,381.1563137561838
|
| 49 |
+
babylm-gpt2-3,764,11,0.06287430571257892,0.32074151688480584,0.15584351862176132,89.4125590458418,394.343332067355
|
| 50 |
+
babylm-gpt2-3,1146,0,0.10006800781434921,0.33749139941146167,0.16888632764138872,29.729046974496555,221.08827237256006
|
| 51 |
+
babylm-gpt2-3,1146,1,0.07922693716552301,0.3362877510718694,0.16675797096412914,36.24680308484153,247.50372103476303
|
| 52 |
+
babylm-gpt2-3,1146,2,0.07229268697201155,0.33926233277547957,0.1691184236104926,41.46773121284754,252.4768518946776
|
| 53 |
+
babylm-gpt2-3,1146,3,0.06922625125057208,0.33830012937693743,0.16555575562781827,47.02329253846113,266.99517643263863
|
| 54 |
+
babylm-gpt2-3,1146,4,0.06602002197944261,0.3350375649721704,0.16276993934036457,51.56315366568577,274.0007335857703
|
| 55 |
+
babylm-gpt2-3,1146,5,0.06819846859133845,0.3298355581184665,0.1613475709969344,55.243494129039306,278.33771897126854
|
| 56 |
+
babylm-gpt2-3,1146,6,0.07082526955422047,0.32076768609721046,0.1545989196935829,57.02658179259274,269.3000150751659
|
| 57 |
+
babylm-gpt2-3,1146,7,0.07271039229683249,0.31734289549133193,0.15081327844188905,59.23590433544677,266.83106230382856
|
| 58 |
+
babylm-gpt2-3,1146,8,0.07509531936911572,0.3079901896875163,0.14305286210831658,59.365610496580686,253.2454505882284
|
| 59 |
+
babylm-gpt2-3,1146,9,0.08118109367359835,0.29642847031313585,0.13467255097806788,61.32558770926235,240.9896476810806
|
| 60 |
+
babylm-gpt2-3,1146,10,0.08927962765068015,0.282719758202866,0.1235725190584592,69.68470869734239,246.8606800246232
|
| 61 |
+
babylm-gpt2-3,1146,11,0.09108560249089467,0.27520255200922,0.1198595290294826,76.8113996655072,252.5225415586923
|
| 62 |
+
babylm-gpt2-3,1337,0,0.10025055001505521,0.3334760414857672,0.16799516563925218,28.224357537624357,206.7477871575305
|
| 63 |
+
babylm-gpt2-3,1337,1,0.07807016006034122,0.3310837077331204,0.16593963959522334,34.04661688783315,233.8257794816212
|
| 64 |
+
babylm-gpt2-3,1337,2,0.06521191074193569,0.33401034841310473,0.166765264193659,38.454161638243995,247.3540922411352
|
| 65 |
+
babylm-gpt2-3,1337,3,0.05956779789393663,0.33137587171792554,0.16257436076726628,43.03978141743731,273.0452645182051
|
| 66 |
+
babylm-gpt2-3,1337,4,0.05750940373504612,0.32741353245733773,0.1587995879903851,47.02199319907045,285.44190026889487
|
| 67 |
+
babylm-gpt2-3,1337,5,0.06128060180370412,0.3232231574091893,0.15691255812645488,50.47021939770014,282.0445972925692
|
| 68 |
+
babylm-gpt2-3,1337,6,0.06376819737024225,0.3194425116562294,0.15462321896504583,52.64850962806345,272.04947578688035
|
| 69 |
+
babylm-gpt2-3,1337,7,0.065545667622605,0.3128399083851499,0.14879150256076112,55.04524259688471,269.5200279386497
|
| 70 |
+
babylm-gpt2-3,1337,8,0.06825616429655032,0.2998946454465912,0.13852407354321802,55.22446558338813,256.2195281122773
|
| 71 |
+
babylm-gpt2-3,1337,9,0.07437658816256541,0.29115240825706606,0.130662747986529,57.297807380782224,239.10888150500685
|
| 72 |
+
babylm-gpt2-3,1337,10,0.08459701351559837,0.2749414720617394,0.11799697772766564,66.05319485394892,243.37969745882296
|
| 73 |
+
babylm-gpt2-3,1337,11,0.08919332930551176,0.2644666094200865,0.11263181227682927,72.89033341862815,244.4905390583686
|
| 74 |
+
babylm-gpt2-3,1528,0,0.1111074836314229,0.3248147814729285,0.16260786512495842,27.22187126096892,185.93608535875134
|
| 75 |
+
babylm-gpt2-3,1528,1,0.08239353392771495,0.32775555435565584,0.1650627059505768,34.21204453934438,222.01967068699636
|
| 76 |
+
babylm-gpt2-3,1528,2,0.06760020408973075,0.33240059771593167,0.16917593115168583,39.22748601829737,237.8752265041904
|
| 77 |
+
babylm-gpt2-3,1528,3,0.06158970535682879,0.3313918704842382,0.166241833267534,43.85637794160458,263.0825666586214
|
| 78 |
+
babylm-gpt2-3,1528,4,0.059014321564548354,0.3279037969564058,0.16264004711254362,47.92033601365601,275.06641921959346
|
| 79 |
+
babylm-gpt2-3,1528,5,0.06297301594755632,0.3222215609500208,0.15911667257465859,51.15707552228853,269.5676477692459
|
| 80 |
+
babylm-gpt2-3,1528,6,0.06599747777481148,0.3143601108866478,0.1534008851720168,53.03977780229264,262.520035127557
|
| 81 |
+
babylm-gpt2-3,1528,7,0.06890422040740937,0.3059823535348718,0.14710931965348648,54.93553221267532,259.6082206650835
|
| 82 |
+
babylm-gpt2-3,1528,8,0.07114617843158492,0.296299591535508,0.13885844080308776,55.03932661442013,245.75760700297081
|
| 83 |
+
babylm-gpt2-3,1528,9,0.07806401941357138,0.28174741446677665,0.12704903501750528,56.57819346517431,227.49502193682866
|
| 84 |
+
babylm-gpt2-3,1528,10,0.08814156375312528,0.2611934373288392,0.10971026549124657,64.15848136959909,237.34973173442734
|
| 85 |
+
babylm-gpt2-3,1528,11,0.09207053375603223,0.25046155407035126,0.10310924145332354,70.29260038401871,238.62710509508
|
| 86 |
+
babylm-gpt2-3,1719,0,0.10971203235131882,0.3235570988969106,0.16224164209608521,26.408238351658724,184.30739107306306
|
| 87 |
+
babylm-gpt2-3,1719,1,0.08350722212664123,0.3268850193714041,0.16431629651655824,32.95307337417365,214.72633021696592
|
| 88 |
+
babylm-gpt2-3,1719,2,0.06991601067600511,0.3298483514597296,0.16672421075042604,37.5363944323692,227.527462228979
|
| 89 |
+
babylm-gpt2-3,1719,3,0.06426853826970244,0.3300774699573455,0.1645512539382293,41.91317346550543,251.14298921998665
|
| 90 |
+
babylm-gpt2-3,1719,4,0.062231905902253186,0.32644407677411086,0.16161860548240248,45.817574563399134,259.6397264634323
|
| 91 |
+
babylm-gpt2-3,1719,5,0.06604769390735465,0.3196586393992346,0.15773567839273187,48.900344858508014,255.73691987892303
|
| 92 |
+
babylm-gpt2-3,1719,6,0.06881004958302245,0.3125457074058522,0.15209416451818972,50.76571422463178,252.15659415104614
|
| 93 |
+
babylm-gpt2-3,1719,7,0.07097890727501323,0.3026815414095488,0.14480695262210036,52.59898502884034,249.30613166913182
|
| 94 |
+
babylm-gpt2-3,1719,8,0.07235344597723728,0.2906238669039574,0.13445596324712752,52.5842662080552,237.25692759563057
|
| 95 |
+
babylm-gpt2-3,1719,9,0.07914443089324848,0.27610475126440753,0.12345688092648066,54.30313642342851,218.14291899963
|
| 96 |
+
babylm-gpt2-3,1719,10,0.08825478919218134,0.2578980470766819,0.10814226587218909,62.378559848913326,227.2036284805478
|
| 97 |
+
babylm-gpt2-3,1719,11,0.09302778908627488,0.24782594598518978,0.10254453017878905,68.53808140998977,227.55607417000536
|
| 98 |
+
babylm-gpt2-3,1908,0,0.1098471540565582,0.3234310899277892,0.16246528218755688,26.017901961845453,182.67915076482436
|
| 99 |
+
babylm-gpt2-3,1908,1,0.08286156943879765,0.32715281029169674,0.16423947836953848,32.831176496206176,214.3604792962057
|
| 100 |
+
babylm-gpt2-3,1908,2,0.0686963942757132,0.3297252790024488,0.16639490242980753,37.39126736511353,227.83098881853718
|
| 101 |
+
babylm-gpt2-3,1908,3,0.06309266368539548,0.33001300096911096,0.16474815699205664,41.67440905609727,252.08189510489638
|
| 102 |
+
babylm-gpt2-3,1908,4,0.06103693297789669,0.32728527460595275,0.16240920567136433,45.596768884461284,260.3490843903151
|
| 103 |
+
babylm-gpt2-3,1908,5,0.06496819299579631,0.32119428543423706,0.15895042282619423,48.71143631888178,256.6908794217718
|
| 104 |
+
babylm-gpt2-3,1908,6,0.06786713971919446,0.31367283155772724,0.15294334664458029,50.639683449420914,251.53620496402306
|
| 105 |
+
babylm-gpt2-3,1908,7,0.0702509916699436,0.303949959896022,0.1456056555624735,52.566331958682696,247.94928487484165
|
| 106 |
+
babylm-gpt2-3,1908,8,0.07182928335588228,0.292219427798419,0.13563846106042976,52.62655045768979,236.65679522202663
|
| 107 |
+
babylm-gpt2-3,1908,9,0.07898843011282942,0.277781693417098,0.12418997509297935,54.358610689200624,216.86947992706715
|
| 108 |
+
babylm-gpt2-3,1908,10,0.08912661823891828,0.25826770209188643,0.10813773901108747,62.29410331111237,225.2618612332491
|
| 109 |
+
babylm-gpt2-3,1908,11,0.09376596995356169,0.24843429942807407,0.10247936134589578,68.37981383481296,225.22582191245246
|
superseded/early_tier1/mechanistic_layer_babylm-gpt2-5.csv
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,step,layer,per,gini,hoyer,norm,condition_number
|
| 2 |
+
babylm-gpt2-5,191,0,0.0566166154634828,0.3357905550771671,0.15960732721012938,23.641576253455582,288.80187213782244
|
| 3 |
+
babylm-gpt2-5,191,1,0.05953678225226556,0.3406039637645917,0.16196351487464394,36.97993788367042,339.87317692889417
|
| 4 |
+
babylm-gpt2-5,191,2,0.056594297401719576,0.3425485125548063,0.16204450737314502,48.24936439828416,397.7307443500288
|
| 5 |
+
babylm-gpt2-5,191,3,0.0552026405661012,0.34620672066709535,0.16274248115192758,59.639552677049366,460.87362392647964
|
| 6 |
+
babylm-gpt2-5,191,4,0.05072906945675915,0.35708142731026565,0.17166799245926598,71.65175221107874,528.5213796404895
|
| 7 |
+
babylm-gpt2-5,191,5,0.04914852703078729,0.3566749951207644,0.17034991197554172,82.1702907409461,589.70582628514
|
| 8 |
+
babylm-gpt2-5,191,6,0.04708078350395166,0.35869333330299885,0.171810380910744,91.37572452711348,640.2998717566675
|
| 9 |
+
babylm-gpt2-5,191,7,0.04386383098294202,0.359857178285302,0.1720482168580506,100.20282671082077,692.366395474287
|
| 10 |
+
babylm-gpt2-5,191,8,0.04092184360093077,0.35959126833846883,0.1717288698443803,109.2533408957171,768.3199946030163
|
| 11 |
+
babylm-gpt2-5,191,9,0.03917230621091584,0.3573404486899754,0.1702149715452549,116.46670628446167,811.0064021122228
|
| 12 |
+
babylm-gpt2-5,191,10,0.03596322186130465,0.357868090207974,0.1695450370781999,126.93723731233798,895.9331166875405
|
| 13 |
+
babylm-gpt2-5,191,11,0.03328441976153382,0.35820531781910886,0.16925093259468804,135.8349183650234,980.2650642351705
|
| 14 |
+
babylm-gpt2-5,382,0,0.06169095238461353,0.34945917138401245,0.1690850481985337,30.16627993216625,327.98620016540013
|
| 15 |
+
babylm-gpt2-5,382,1,0.052137873033969065,0.35669542087340195,0.17319857842218112,41.89772339915882,392.23657134525337
|
| 16 |
+
babylm-gpt2-5,382,2,0.05123922962243246,0.35542239080089794,0.17090005968770977,51.70268663920036,420.6540826185137
|
| 17 |
+
babylm-gpt2-5,382,3,0.05011681766541569,0.3532787939166048,0.16798917833467356,62.29580980913224,472.9329464443681
|
| 18 |
+
babylm-gpt2-5,382,4,0.04989115053967434,0.36086727952513437,0.17192627914592276,70.63504169572178,514.3841258992118
|
| 19 |
+
babylm-gpt2-5,382,5,0.04833139667537555,0.3657496775101216,0.17381250905096396,78.30221852335204,556.246033201084
|
| 20 |
+
babylm-gpt2-5,382,6,0.047797083993165713,0.3560038546673124,0.16827623959320778,82.72063556982204,593.7402851804331
|
| 21 |
+
babylm-gpt2-5,382,7,0.04639005944541063,0.3505719021933032,0.1672084515625599,84.78862934617142,623.9105026179166
|
| 22 |
+
babylm-gpt2-5,382,8,0.046432095125119276,0.34378375364301234,0.16519626454933029,84.97916048879618,645.7039026260793
|
| 23 |
+
babylm-gpt2-5,382,9,0.04592714713813009,0.3426793543016731,0.16575759295845557,87.78332418418823,662.2343147376171
|
| 24 |
+
babylm-gpt2-5,382,10,0.04410437759939021,0.34226931898696855,0.1665171296186955,94.08237002926913,708.0005532181742
|
| 25 |
+
babylm-gpt2-5,382,11,0.0428480844768449,0.3410927181188334,0.16504499564696556,101.31274452596914,736.8554949264205
|
| 26 |
+
babylm-gpt2-5,573,0,0.06963566851589748,0.346438355859718,0.16887868571452627,30.894904185901385,305.3800570059412
|
| 27 |
+
babylm-gpt2-5,573,1,0.055134518143245985,0.3453921197923164,0.16870067608769548,38.49414587637752,356.75052916796363
|
| 28 |
+
babylm-gpt2-5,573,2,0.051675225766955137,0.34937506147392433,0.1737716620326961,45.36581637021381,363.975488721618
|
| 29 |
+
babylm-gpt2-5,573,3,0.05090248876010575,0.3518924001929405,0.17347110805087043,53.47372832402016,382.9010344401235
|
| 30 |
+
babylm-gpt2-5,573,4,0.048102327169246784,0.3526620172395753,0.17339032001243568,60.20534067527581,405.977536515551
|
| 31 |
+
babylm-gpt2-5,573,5,0.04680394315083407,0.352122555598656,0.17351857109284916,66.15808476966787,437.40307866111425
|
| 32 |
+
babylm-gpt2-5,573,6,0.04724578502121079,0.3460372340751779,0.17011617599251358,68.72485383476057,441.54342858360815
|
| 33 |
+
babylm-gpt2-5,573,7,0.046030871174438916,0.3438478737257103,0.1698742410672395,70.69302031924352,454.3272245347282
|
| 34 |
+
babylm-gpt2-5,573,8,0.047116701398202544,0.3355928593439635,0.16247908668048217,71.0041006842048,447.7732469243577
|
| 35 |
+
babylm-gpt2-5,573,9,0.048643561110993994,0.32159384461652324,0.1524630887103391,72.48530667692495,446.7628711126787
|
| 36 |
+
babylm-gpt2-5,573,10,0.05005441334501062,0.3109183161109745,0.14214140278723833,79.28667858207312,463.8592348233086
|
| 37 |
+
babylm-gpt2-5,573,11,0.04980197094979521,0.3064247931938439,0.13932322340944683,86.37984216124427,475.6897734714601
|
| 38 |
+
babylm-gpt2-5,764,0,0.08093072555793374,0.3477553053464688,0.17236312362060777,34.5929892873896,270.92520435854584
|
| 39 |
+
babylm-gpt2-5,764,1,0.06218194185150891,0.35291669483639826,0.1778235304870777,41.95467992703536,306.3820202139764
|
| 40 |
+
babylm-gpt2-5,764,2,0.058926059492539234,0.36085714579753275,0.18744339030994572,50.19187303199231,307.72163675988816
|
| 41 |
+
babylm-gpt2-5,764,3,0.055801647487608116,0.36152252806293106,0.18663185904547192,58.095707628688494,327.61875267991445
|
| 42 |
+
babylm-gpt2-5,764,4,0.05234323371488526,0.3633463272393916,0.18521242373796612,64.75646812438771,349.17969634600445
|
| 43 |
+
babylm-gpt2-5,764,5,0.05181946164039866,0.35716153253490757,0.1798360599590427,69.12020639450738,372.25740765525774
|
| 44 |
+
babylm-gpt2-5,764,6,0.053761777590348905,0.34440018202039724,0.17162896720850043,70.86088176674232,368.3924811671289
|
| 45 |
+
babylm-gpt2-5,764,7,0.05464074027482586,0.3432187729200497,0.17090650504114124,72.3098697395014,367.1836261112365
|
| 46 |
+
babylm-gpt2-5,764,8,0.05580105156888369,0.3332765912313804,0.16423262917647838,71.69291908453964,371.28718221552276
|
| 47 |
+
babylm-gpt2-5,764,9,0.05873873531530463,0.3222167838253494,0.15596434077695137,73.56016966720794,378.000044009204
|
| 48 |
+
babylm-gpt2-5,764,10,0.06040332484614908,0.3216794769674565,0.1561632752761897,81.6062898063116,405.70419536330564
|
| 49 |
+
babylm-gpt2-5,764,11,0.059961207061875445,0.31961103524218437,0.15437682095357255,88.95490661652629,428.5159085777407
|
| 50 |
+
babylm-gpt2-5,1146,0,0.10039490945293689,0.3351662660863121,0.16681715160136368,28.6379461748095,225.78653442859124
|
| 51 |
+
babylm-gpt2-5,1146,1,0.07989743364554272,0.33647761122184444,0.16729928731135643,36.21308919283609,255.01927698962015
|
| 52 |
+
babylm-gpt2-5,1146,2,0.0735053659682605,0.33832390135987084,0.1701619386494307,42.28178275358544,258.4835237120317
|
| 53 |
+
babylm-gpt2-5,1146,3,0.06970762380967467,0.34264559187704086,0.16915699133000361,48.0129747863939,277.44117227138304
|
| 54 |
+
babylm-gpt2-5,1146,4,0.06713944625344351,0.33481985893623784,0.16284925822697105,52.45955045660717,292.72002433136703
|
| 55 |
+
babylm-gpt2-5,1146,5,0.0684601062437399,0.3307574917035822,0.1629491379339602,56.273664303455924,298.2067870058169
|
| 56 |
+
babylm-gpt2-5,1146,6,0.07278242918270827,0.3202552690978215,0.15584755377922463,57.91080641407407,285.6655674119207
|
| 57 |
+
babylm-gpt2-5,1146,7,0.07499083557582,0.31106545267691904,0.14764432804041386,60.07989744901993,277.3208552978038
|
| 58 |
+
babylm-gpt2-5,1146,8,0.07728816776453458,0.3035380752133398,0.14146995218178887,60.0532039115292,266.93561909908436
|
| 59 |
+
babylm-gpt2-5,1146,9,0.08302775370736382,0.29487666811039315,0.1349515277401727,61.70521982696447,253.32851447221407
|
| 60 |
+
babylm-gpt2-5,1146,10,0.09063303286861467,0.27865829890748656,0.12320059130256868,69.55457592795572,256.7244874971602
|
| 61 |
+
babylm-gpt2-5,1146,11,0.09120843240875906,0.2688119384114597,0.11655287678076622,75.89174044801511,262.4284159227949
|
| 62 |
+
babylm-gpt2-5,1337,0,0.09992628092002652,0.3325883807603886,0.16801959056667579,27.7254925094838,211.9228307883931
|
| 63 |
+
babylm-gpt2-5,1337,1,0.07808784961673847,0.3314156762429478,0.16719212261626426,33.375841435301794,239.32565204810442
|
| 64 |
+
babylm-gpt2-5,1337,2,0.06732000388782199,0.33239074080669645,0.16663622408335196,38.05485860145543,250.08757027750733
|
| 65 |
+
babylm-gpt2-5,1337,3,0.06218231345054761,0.33106138294028015,0.1629535832103789,42.66056881808559,272.9300835598686
|
| 66 |
+
babylm-gpt2-5,1337,4,0.061094828214014796,0.32311715447267275,0.15643928060012802,46.726271128825765,287.6368100142047
|
| 67 |
+
babylm-gpt2-5,1337,5,0.06312378106699662,0.3155887447392658,0.1525129197949133,50.341828287956446,286.7095087167063
|
| 68 |
+
babylm-gpt2-5,1337,6,0.06791649503127756,0.31165099864746226,0.15018713239087508,52.4261994373767,273.16680507881125
|
| 69 |
+
babylm-gpt2-5,1337,7,0.07059086781925572,0.30411014850833445,0.14337334194434312,54.92711042806418,269.783146454699
|
| 70 |
+
babylm-gpt2-5,1337,8,0.07392597823253454,0.29304314542960813,0.13466748434573447,54.98375838373366,257.5337460585883
|
| 71 |
+
babylm-gpt2-5,1337,9,0.08088059008193414,0.28318743694953524,0.1261206288660531,56.92702677077219,247.85646920297924
|
| 72 |
+
babylm-gpt2-5,1337,10,0.09159961705170608,0.2666462354177976,0.11465917698095456,65.19139742428175,248.1625546372749
|
| 73 |
+
babylm-gpt2-5,1337,11,0.09540166183794664,0.25532509911821516,0.10843990058902703,71.21223941644354,251.37733838454764
|
| 74 |
+
babylm-gpt2-5,1528,0,0.10982823166510138,0.32291566517951703,0.16063757669204182,26.261484682788627,192.60311216356746
|
| 75 |
+
babylm-gpt2-5,1528,1,0.08260124506718272,0.3255746474549029,0.16110062458496913,33.67074802102822,227.61026902668254
|
| 76 |
+
babylm-gpt2-5,1528,2,0.06985796801448965,0.32727091119352886,0.16321428461000195,39.112677538532715,240.98742311725115
|
| 77 |
+
babylm-gpt2-5,1528,3,0.06379781368772484,0.3268134098914592,0.16033916394783093,44.00381449757751,264.588361520453
|
| 78 |
+
babylm-gpt2-5,1528,4,0.0613285216489778,0.3209469115337356,0.1563678282384306,48.06352278508741,277.53173008457884
|
| 79 |
+
babylm-gpt2-5,1528,5,0.06305518676754993,0.31507914652623636,0.15330187922110278,51.488004162239626,273.6472382182309
|
| 80 |
+
babylm-gpt2-5,1528,6,0.06768912303829139,0.30944525872780854,0.1493708283795208,53.315664342090734,262.7540098312709
|
| 81 |
+
babylm-gpt2-5,1528,7,0.07039750839884357,0.2994581781976227,0.1413419372984539,55.65525975796283,255.0262176926854
|
| 82 |
+
babylm-gpt2-5,1528,8,0.07317178301596235,0.28854692119238373,0.13275244649068055,55.77589435455107,246.73472660758387
|
| 83 |
+
babylm-gpt2-5,1528,9,0.08057865585391594,0.2775792488472579,0.12407816352495864,57.206014654732435,231.37862959843778
|
| 84 |
+
babylm-gpt2-5,1528,10,0.09133872222852252,0.2606534596608691,0.1108484769579148,64.5080822039808,225.4772743011397
|
| 85 |
+
babylm-gpt2-5,1528,11,0.09442349708894791,0.24719013618051275,0.10286946127584082,69.81021551931961,225.03977266984396
|
| 86 |
+
babylm-gpt2-5,1719,0,0.10751671831512692,0.3231736110007324,0.162164165382026,25.709050515369025,191.4239773289321
|
| 87 |
+
babylm-gpt2-5,1719,1,0.08135679859168142,0.32548992138990185,0.16204199524789956,32.65061371763847,224.87104770777196
|
| 88 |
+
babylm-gpt2-5,1719,2,0.06944776094510986,0.3273079905343422,0.16378073322172834,37.89364718798806,235.52323697399444
|
| 89 |
+
babylm-gpt2-5,1719,3,0.06400775057068557,0.3285500544971211,0.1623055922034797,42.50002140444094,256.26026907850854
|
| 90 |
+
babylm-gpt2-5,1719,4,0.06207476453572351,0.321790218347084,0.1582044986850992,46.56897899544358,268.3835322761893
|
| 91 |
+
babylm-gpt2-5,1719,5,0.06390986953244258,0.31274376787800007,0.1527474518326747,49.773518147066675,268.06720879103386
|
| 92 |
+
babylm-gpt2-5,1719,6,0.06817689256782147,0.3055390076540772,0.14784710616681884,51.45410290831728,259.7693965762882
|
| 93 |
+
babylm-gpt2-5,1719,7,0.07106905936630949,0.2939870143148931,0.1391181599365276,53.48368354226778,251.47356297418483
|
| 94 |
+
babylm-gpt2-5,1719,8,0.07297335533471573,0.2823755633269099,0.12926709590060384,53.3079309013279,244.8577360132667
|
| 95 |
+
babylm-gpt2-5,1719,9,0.08028785429526933,0.271772558393212,0.12016224493160568,54.8442012555319,230.7808980243761
|
| 96 |
+
babylm-gpt2-5,1719,10,0.0908808515999525,0.25666745303000926,0.10811074669693373,62.71657688097664,223.87640412070164
|
| 97 |
+
babylm-gpt2-5,1719,11,0.094625545779205,0.24614081310521194,0.10228269839981208,68.35565228070514,225.505505126409
|
| 98 |
+
babylm-gpt2-5,1908,0,0.10819426752263189,0.3239375368719523,0.1629374372633439,25.460279996073016,189.60024700334588
|
| 99 |
+
babylm-gpt2-5,1908,1,0.08163356095294601,0.3259856393718736,0.16200771449639836,32.53803667368976,222.58168295952956
|
| 100 |
+
babylm-gpt2-5,1908,2,0.06936085855664259,0.32794123615759335,0.16374986775618486,37.7513334554609,233.50740877515338
|
| 101 |
+
babylm-gpt2-5,1908,3,0.0639887076971395,0.3286288425074564,0.16226345621975052,42.29227164757869,253.3616615080124
|
| 102 |
+
babylm-gpt2-5,1908,4,0.06201660899783814,0.3227299806803119,0.15888016011124054,46.39258083137013,266.76610149627646
|
| 103 |
+
babylm-gpt2-5,1908,5,0.06389050655263505,0.3151091690102589,0.15440904894994828,49.64001371547309,267.7860032547361
|
| 104 |
+
babylm-gpt2-5,1908,6,0.06807204965921924,0.30822253144606754,0.14946828693974087,51.35075791727507,259.69363220674046
|
| 105 |
+
babylm-gpt2-5,1908,7,0.07126834404603376,0.29647517736818996,0.14067045783092758,53.44584719792385,250.89166775563018
|
| 106 |
+
babylm-gpt2-5,1908,8,0.07337707919701546,0.2857420590741045,0.13138890688511748,53.32071776566356,244.33216796899856
|
| 107 |
+
babylm-gpt2-5,1908,9,0.08095828910290132,0.2738910069237135,0.12149833996270998,54.787415860484955,229.78184397226184
|
| 108 |
+
babylm-gpt2-5,1908,10,0.09200221906035838,0.2564898442972348,0.10826010672783871,62.471253342870256,220.61765816089536
|
| 109 |
+
babylm-gpt2-5,1908,11,0.09563154428963028,0.24454588465786506,0.1013681845160705,67.96360549197931,222.38945837009382
|
superseded/early_tier1/mechanistic_layer_babylm-gpt2-7.csv
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,step,layer,per,gini,hoyer,norm,condition_number
|
| 2 |
+
babylm-gpt2-7,191,0,0.058254177508916594,0.33263032790364155,0.15830102901721846,23.44291346711051,286.5940438620909
|
| 3 |
+
babylm-gpt2-7,191,1,0.0611930571700982,0.3370631203186747,0.15941131713786624,36.7429800953946,339.33497876179246
|
| 4 |
+
babylm-gpt2-7,191,2,0.05742110208649269,0.3376077085863987,0.16044597897484292,48.42480991790692,402.99116231244176
|
| 5 |
+
babylm-gpt2-7,191,3,0.05516159976090111,0.3474545699716601,0.16519353248220486,60.6455414559493,473.9383713866941
|
| 6 |
+
babylm-gpt2-7,191,4,0.05006461506392949,0.35723506424240603,0.17269121387680605,73.39983980914495,544.5768784855162
|
| 7 |
+
babylm-gpt2-7,191,5,0.04795106406972715,0.35569851030613314,0.17048198787914587,84.46503486302959,612.4779610604838
|
| 8 |
+
babylm-gpt2-7,191,6,0.045933098340572374,0.3577405639512892,0.1713650536514468,94.33523742811336,664.8571318590896
|
| 9 |
+
babylm-gpt2-7,191,7,0.04256978524493815,0.3580662965653066,0.17097583385792017,103.88001134480436,715.1009404601311
|
| 10 |
+
babylm-gpt2-7,191,8,0.039395032599872336,0.35725798513365975,0.17048962557065814,113.2708247502519,794.5701384292493
|
| 11 |
+
babylm-gpt2-7,191,9,0.03791603451881643,0.3541351434107665,0.168065166261648,120.69221356454169,837.321875157819
|
| 12 |
+
babylm-gpt2-7,191,10,0.034705414939497324,0.3555166893999742,0.16751985615605638,131.88445761144087,927.2016792741148
|
| 13 |
+
babylm-gpt2-7,191,11,0.03222527281468949,0.3574580840779784,0.1682977236107647,141.37743695248616,1012.0744695688824
|
| 14 |
+
babylm-gpt2-7,382,0,0.0582901885664787,0.34770104938607477,0.16732156775023382,30.714192471671666,342.0536438363798
|
| 15 |
+
babylm-gpt2-7,382,1,0.05053544070459777,0.356783129964587,0.17365847798927775,41.66920611925255,405.4339224875946
|
| 16 |
+
babylm-gpt2-7,382,2,0.05075960557219557,0.3611457063697378,0.17737145998423262,51.17335287180272,430.2028528157694
|
| 17 |
+
babylm-gpt2-7,382,3,0.04980401866554493,0.3612395689825491,0.17614008275568804,62.75772615738197,479.3071496983041
|
| 18 |
+
babylm-gpt2-7,382,4,0.04985141063133957,0.36970107552616077,0.1806349961044252,72.12457476103559,521.3054712044104
|
| 19 |
+
babylm-gpt2-7,382,5,0.048890248906603255,0.37146927956096043,0.18053396546873213,79.95266075081544,558.4491110346273
|
| 20 |
+
babylm-gpt2-7,382,6,0.04892810451179392,0.3613286700977401,0.17337941320546613,84.4112806577557,590.6827284808537
|
| 21 |
+
babylm-gpt2-7,382,7,0.0474548595106596,0.3560806259240734,0.17186819649828383,86.53128008565086,625.8407755931925
|
| 22 |
+
babylm-gpt2-7,382,8,0.04707708665295349,0.3460665132484895,0.16558672325427515,87.06970388493814,645.6339479456517
|
| 23 |
+
babylm-gpt2-7,382,9,0.04673002037399465,0.3426748182438446,0.16350843104169266,90.14505950365121,662.2017823596503
|
| 24 |
+
babylm-gpt2-7,382,10,0.044130977426820865,0.3414401095414896,0.16397641661092124,96.79692698721486,724.2674304420404
|
| 25 |
+
babylm-gpt2-7,382,11,0.04260148514935901,0.3393082631231583,0.16280883521191725,103.81331695785525,770.2887755778598
|
| 26 |
+
babylm-gpt2-7,573,0,0.07116270079580891,0.34590803757142163,0.1682199747373528,30.864406512665415,305.22686939606416
|
| 27 |
+
babylm-gpt2-7,573,1,0.057492532773725354,0.35343755649716324,0.17529741719500194,38.25835735561508,354.8494283965994
|
| 28 |
+
babylm-gpt2-7,573,2,0.055243051994647636,0.3539318251023866,0.17859486654387632,44.300609394444386,366.43201706880103
|
| 29 |
+
babylm-gpt2-7,573,3,0.05441374724113563,0.35896087394433146,0.17843715201038465,52.97149081169634,384.5483983433503
|
| 30 |
+
babylm-gpt2-7,573,4,0.05192484447989035,0.35697470819293553,0.17551575505763822,60.03029602096676,394.9929835318077
|
| 31 |
+
babylm-gpt2-7,573,5,0.05152717056699952,0.3546127332160931,0.17307564479545934,65.4403488454603,409.1975757775844
|
| 32 |
+
babylm-gpt2-7,573,6,0.052881203495333956,0.3489157049683213,0.16948381701329213,68.02199992195254,411.1390459392389
|
| 33 |
+
babylm-gpt2-7,573,7,0.051455757813321575,0.3473684928895109,0.17109161117348645,70.90744747057602,424.8429352223662
|
| 34 |
+
babylm-gpt2-7,573,8,0.052683788300545015,0.3319876211860954,0.15973557873357466,71.75159582722418,430.93314037381583
|
| 35 |
+
babylm-gpt2-7,573,9,0.05442880737079094,0.32132528235001995,0.15191792062001813,73.55336058343941,430.84784572093474
|
| 36 |
+
babylm-gpt2-7,573,10,0.05550564168947596,0.3159737759805414,0.14648312595995955,80.22966922503116,443.20407878565516
|
| 37 |
+
babylm-gpt2-7,573,11,0.054809754298242905,0.3116101271454507,0.14393479991948382,87.20774594982791,470.3559180865602
|
| 38 |
+
babylm-gpt2-7,764,0,0.0783319454538754,0.3511521203104986,0.17344644260800818,35.00228884139954,274.59760748875925
|
| 39 |
+
babylm-gpt2-7,764,1,0.059305967762162286,0.35999260036185604,0.18148619458678467,43.029754207153616,322.0617097222067
|
| 40 |
+
babylm-gpt2-7,764,2,0.055628081967304815,0.3600385828289607,0.18592578866036094,50.00625393355135,328.79228301792176
|
| 41 |
+
babylm-gpt2-7,764,3,0.053130528538688465,0.36337778773866986,0.1870099055941968,58.12736049782461,353.0258475525743
|
| 42 |
+
babylm-gpt2-7,764,4,0.04992744413414791,0.3641368902715048,0.1850097103109016,65.22949651867329,382.98905344417074
|
| 43 |
+
babylm-gpt2-7,764,5,0.049968953720739305,0.3590073895563868,0.1809825288643771,69.65341549494599,401.478238319037
|
| 44 |
+
babylm-gpt2-7,764,6,0.05019583494423367,0.34615709641077425,0.1724744279896805,71.64013011591027,398.55071372817474
|
| 45 |
+
babylm-gpt2-7,764,7,0.05037841059879027,0.34281377943104535,0.17118262373288373,73.4936088081435,401.11815587448643
|
| 46 |
+
babylm-gpt2-7,764,8,0.05198988158663345,0.3309168566860829,0.1626772062860059,73.30498923953853,391.7341834897804
|
| 47 |
+
babylm-gpt2-7,764,9,0.056316278153698905,0.31887560624364825,0.15314857253142022,75.04186953769809,389.1185131051003
|
| 48 |
+
babylm-gpt2-7,764,10,0.06046707828304621,0.3222875836762105,0.15547628369772876,82.62774756087752,397.3797701071868
|
| 49 |
+
babylm-gpt2-7,764,11,0.06120119987514306,0.3219080369006,0.1546764863066818,90.01825787734842,410.0144640268273
|
| 50 |
+
babylm-gpt2-7,1146,0,0.09995181440675521,0.34212890931714796,0.17346781056720137,29.888012259252175,214.0000232971421
|
| 51 |
+
babylm-gpt2-7,1146,1,0.0763668665919312,0.3469209286083402,0.1745881302443501,38.03309761401147,249.31106187157067
|
| 52 |
+
babylm-gpt2-7,1146,2,0.06840441553429143,0.3464366056388164,0.17784964904252257,43.543575419266716,261.94509546174476
|
| 53 |
+
babylm-gpt2-7,1146,3,0.06256962022608868,0.34810027338462723,0.17551916661327097,50.06690744602161,282.857197722427
|
| 54 |
+
babylm-gpt2-7,1146,4,0.05951581459698608,0.3465227796296458,0.17400739727889392,54.91964995758473,295.3193302250251
|
| 55 |
+
babylm-gpt2-7,1146,5,0.062452796407348694,0.3398189818133874,0.17111190907490664,58.80954441933857,291.6834904707025
|
| 56 |
+
babylm-gpt2-7,1146,6,0.06567449699317549,0.32814842479269624,0.16261825472191613,60.30750481594237,288.38741382231626
|
| 57 |
+
babylm-gpt2-7,1146,7,0.0681458041437672,0.3201007021470164,0.15545090399088987,62.78997016447474,283.85081457836617
|
| 58 |
+
babylm-gpt2-7,1146,8,0.07204439162386328,0.3078847361905166,0.14460261687568524,62.74682579227553,266.81179838292996
|
| 59 |
+
babylm-gpt2-7,1146,9,0.07859413389148144,0.2975969587578396,0.13602405880959165,64.3468634448007,255.3201233146493
|
| 60 |
+
babylm-gpt2-7,1146,10,0.08668045776012397,0.2842637042598959,0.12487960521408038,72.46948775707219,262.69331836892434
|
| 61 |
+
babylm-gpt2-7,1146,11,0.08847456365170579,0.2757204924005259,0.11975275734715635,79.29955260221908,263.7467608659064
|
| 62 |
+
babylm-gpt2-7,1337,0,0.10019601870343475,0.3343663991380761,0.1689926680029551,28.17800165344069,202.69078128152643
|
| 63 |
+
babylm-gpt2-7,1337,1,0.0784597663976342,0.3346650029010827,0.16769359696609182,33.84445015481034,228.63286290432026
|
| 64 |
+
babylm-gpt2-7,1337,2,0.06432129848957788,0.3311331733750798,0.16530142132569986,37.9767829458794,254.14059611108317
|
| 65 |
+
babylm-gpt2-7,1337,3,0.05700329553153567,0.3300473450728503,0.16355824207150363,42.906370470341535,281.79062988571417
|
| 66 |
+
babylm-gpt2-7,1337,4,0.05439126918716035,0.32355491349202853,0.1586785677614414,47.340270686504326,301.9450327085979
|
| 67 |
+
babylm-gpt2-7,1337,5,0.05853799454800724,0.3171956403281803,0.154920918790516,51.08904889204323,296.3746148596214
|
| 68 |
+
babylm-gpt2-7,1337,6,0.061767712406177226,0.31326206370339255,0.1525409848629349,53.295185922685526,285.76049294555327
|
| 69 |
+
babylm-gpt2-7,1337,7,0.06470466796749925,0.30682064178962615,0.14659633095294608,55.85045116044467,281.72240040458405
|
| 70 |
+
babylm-gpt2-7,1337,8,0.06815032648789743,0.29353908248665395,0.13439201998500896,56.43337344178041,268.50352832727265
|
| 71 |
+
babylm-gpt2-7,1337,9,0.07475116348479299,0.28848696464104107,0.12800256902215518,58.34995976772955,252.17206108286317
|
| 72 |
+
babylm-gpt2-7,1337,10,0.08350148343913685,0.27429423417052057,0.11777414937469198,67.16458374125419,256.97799307404665
|
| 73 |
+
babylm-gpt2-7,1337,11,0.08806324402953246,0.2656926679355829,0.11296014082302519,73.63076748556192,258.7146915294186
|
| 74 |
+
babylm-gpt2-7,1528,0,0.10996728016400344,0.3253500329346042,0.16382324349990582,27.10192211308945,181.903023707347
|
| 75 |
+
babylm-gpt2-7,1528,1,0.0824454137636617,0.33710359875624935,0.17096270106662598,35.04140373135385,215.4850638947431
|
| 76 |
+
babylm-gpt2-7,1528,2,0.0701644129472996,0.33796912294764775,0.17402495894405934,40.20493650833612,237.97157774731886
|
| 77 |
+
babylm-gpt2-7,1528,3,0.06253104755631927,0.33673473795493175,0.17203942176945847,45.50070065462589,268.6646646769319
|
| 78 |
+
babylm-gpt2-7,1528,4,0.05982460146322078,0.33388012903948816,0.1694323310678972,49.772973121972925,283.77840302132256
|
| 79 |
+
babylm-gpt2-7,1528,5,0.0634422694467183,0.32844958877268055,0.16527743844044024,53.25437117780989,275.6757301269892
|
| 80 |
+
babylm-gpt2-7,1528,6,0.06630095978022993,0.31820977571354137,0.15854321804539648,54.8317593599973,267.3662024974241
|
| 81 |
+
babylm-gpt2-7,1528,7,0.0694858414360913,0.3094833311452125,0.15077910280077567,56.89820390511497,263.1468973311789
|
| 82 |
+
babylm-gpt2-7,1528,8,0.07245233967126209,0.29510061206577776,0.13887983909375082,57.08478501014369,254.28792572451198
|
| 83 |
+
babylm-gpt2-7,1528,9,0.07929366198242724,0.28499488836724307,0.12921315992669583,58.424027572903476,237.04050062330336
|
| 84 |
+
babylm-gpt2-7,1528,10,0.08893705395727768,0.26814090342807734,0.11394064001588139,65.90098123651346,238.1395810191036
|
| 85 |
+
babylm-gpt2-7,1528,11,0.09307839374234067,0.25645761520175087,0.10761421260868119,71.81459652640784,232.76124725239328
|
| 86 |
+
babylm-gpt2-7,1719,0,0.10920359651876842,0.32391601076496607,0.1628665633573725,26.160575419661793,181.0279594078253
|
| 87 |
+
babylm-gpt2-7,1719,1,0.0831757039257011,0.33285798129110766,0.16815537597384775,33.25452500137763,210.47503188285594
|
| 88 |
+
babylm-gpt2-7,1719,2,0.07106899976401476,0.3334096262051534,0.17042934398206971,37.94708845512172,229.28665116992863
|
| 89 |
+
babylm-gpt2-7,1719,3,0.06373804787593401,0.33300551640506537,0.16945906180371506,42.97635150697764,255.39189425615345
|
| 90 |
+
babylm-gpt2-7,1719,4,0.060988150144881875,0.32952429221563717,0.1669260128929158,47.17367566326116,268.79611146642213
|
| 91 |
+
babylm-gpt2-7,1719,5,0.06490681670056696,0.32270119457612045,0.16213702453118947,50.43960947748579,261.4880508561481
|
| 92 |
+
babylm-gpt2-7,1719,6,0.06746724241732578,0.3135792000537207,0.15543685517821737,52.05129475180026,259.2789023176151
|
| 93 |
+
babylm-gpt2-7,1719,7,0.07075310032477415,0.30247361896934005,0.14669507904479007,53.952153211511806,255.88052934165682
|
| 94 |
+
babylm-gpt2-7,1719,8,0.0729645121745815,0.2860924472838679,0.13333954297356493,54.075517541474554,249.42133210685395
|
| 95 |
+
babylm-gpt2-7,1719,9,0.07957060560917228,0.2764876685835165,0.12390843547541128,55.57116025176085,231.36838795248056
|
| 96 |
+
babylm-gpt2-7,1719,10,0.08828358396762179,0.26024219329230797,0.10861099442411797,63.43125859239593,232.5096910890157
|
| 97 |
+
babylm-gpt2-7,1719,11,0.09322007273048762,0.24985060443061347,0.10334850722521007,69.4266666272408,227.46857765598702
|
| 98 |
+
babylm-gpt2-7,1908,0,0.10943668739516904,0.32470092695759095,0.16382241028949798,25.93102240771442,179.4817451803625
|
| 99 |
+
babylm-gpt2-7,1908,1,0.08321024285263298,0.33474670236887216,0.16946485745457532,33.31214371837498,209.257933262746
|
| 100 |
+
babylm-gpt2-7,1908,2,0.07082593370922674,0.33526671450254436,0.1719584475997915,38.020139720500744,228.22959242809014
|
| 101 |
+
babylm-gpt2-7,1908,3,0.06359444106425255,0.33493932139770366,0.17123941197817225,42.992359759451034,254.29222318009042
|
| 102 |
+
babylm-gpt2-7,1908,4,0.060636702321427906,0.332447623735508,0.1693902660728512,47.21280114316528,268.5738214280421
|
| 103 |
+
babylm-gpt2-7,1908,5,0.06451034412436521,0.32572325818110937,0.1644816506912444,50.49438240612469,262.4237685203564
|
| 104 |
+
babylm-gpt2-7,1908,6,0.06706151865907205,0.31646480222337336,0.15783466387618247,52.13999933339745,260.40031432516446
|
| 105 |
+
babylm-gpt2-7,1908,7,0.07011976471516684,0.30547585418065015,0.14890124780839856,54.13136762371844,256.13574483891347
|
| 106 |
+
babylm-gpt2-7,1908,8,0.07252344296640832,0.28968043254260306,0.1359039418995324,54.2903458533741,248.67742668206193
|
| 107 |
+
babylm-gpt2-7,1908,9,0.079247276143405,0.2808042141774744,0.12662175692943411,55.852361984401774,230.37147034183005
|
| 108 |
+
babylm-gpt2-7,1908,10,0.08859368739019668,0.2623948416767714,0.11019624170605999,63.536060963978805,231.22842851053116
|
| 109 |
+
babylm-gpt2-7,1908,11,0.09314222940004518,0.2513507259586996,0.10448972536837609,69.44419473602693,226.92965740513472
|
superseded/early_tier1/mechanistic_layer_babylm-gpt2.csv
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,step,layer,per,gini,hoyer,norm,condition_number
|
| 2 |
+
babylm-gpt2,598,0,0.08068205793154269,0.3099501554253871,0.14363183613127592,24.98369670902465,280.6839874857951
|
| 3 |
+
babylm-gpt2,598,1,0.048667020327332035,0.3181133364620636,0.14852300201672897,33.51363233436534,360.42173250902425
|
| 4 |
+
babylm-gpt2,598,2,0.044619661653111986,0.32978275854678224,0.16971620579347743,40.239336968510884,376.44090894351916
|
| 5 |
+
babylm-gpt2,598,3,0.04239710836988711,0.3432545027281189,0.18099743801560278,46.67640070007749,392.6257365551645
|
| 6 |
+
babylm-gpt2,598,4,0.04061689236453421,0.3476602270751592,0.1792373627373152,54.423834612941825,405.7891527696536
|
| 7 |
+
babylm-gpt2,598,5,0.040045598204957004,0.34542490933384856,0.17491469067052312,58.1811578872125,416.0770071197955
|
| 8 |
+
babylm-gpt2,598,6,0.04196740427290531,0.3417259574721537,0.17127052271970944,58.893270862650915,415.9922468061908
|
| 9 |
+
babylm-gpt2,598,7,0.04464541331361513,0.33050610298313465,0.16142997721210608,58.78414918933289,392.7831007308846
|
| 10 |
+
babylm-gpt2,598,8,0.050003126307643815,0.3086225528127547,0.14325426991978968,58.70809148285978,366.3013236066883
|
| 11 |
+
babylm-gpt2,598,9,0.052629817774465376,0.28789074106305595,0.1271344719822718,60.79539205425035,360.32393014465
|
| 12 |
+
babylm-gpt2,598,10,0.0558620215752623,0.27650149679976305,0.1175065338790277,65.90123830259701,364.0332016904367
|
| 13 |
+
babylm-gpt2,598,11,0.055898577366271913,0.2670914112671647,0.11277476994356408,71.80525020861695,390.89681869313944
|
| 14 |
+
babylm-gpt2,897,0,0.10550214018811355,0.319277822570499,0.1508492924662212,30.294449269136592,204.7330236648456
|
| 15 |
+
babylm-gpt2,897,1,0.069557279892419,0.32405466362275304,0.15923827088928985,35.8359521917519,243.72655413855244
|
| 16 |
+
babylm-gpt2,897,2,0.0494102979127199,0.34464313423983256,0.19451886849927474,43.50697918532893,280.441694014827
|
| 17 |
+
babylm-gpt2,897,3,0.046951282251646104,0.3461766095526226,0.19582199271836304,49.374674175218395,291.3470142687327
|
| 18 |
+
babylm-gpt2,897,4,0.04502734996582796,0.3490544151641634,0.1906971227729041,56.39637332101288,306.61626080472973
|
| 19 |
+
babylm-gpt2,897,5,0.045057369744304264,0.34046000243638314,0.18156738293971666,60.03175532676801,308.8786976330754
|
| 20 |
+
babylm-gpt2,897,6,0.04847755082603791,0.33542609214668545,0.17855031860993964,61.75911253978708,293.4939151430706
|
| 21 |
+
babylm-gpt2,897,7,0.051765299090016974,0.32150252567917104,0.16738960736941846,61.65428255610755,274.8703366152271
|
| 22 |
+
babylm-gpt2,897,8,0.05722514782253052,0.30410561801339525,0.1518422194652395,62.03518491000659,273.3989825620173
|
| 23 |
+
babylm-gpt2,897,9,0.06303930469015871,0.28406501176637117,0.1294916164928711,64.37655494624377,269.0609369824645
|
| 24 |
+
babylm-gpt2,897,10,0.07187015105913111,0.2726499614560208,0.12205825583140174,70.13592489317864,259.73326542239676
|
| 25 |
+
babylm-gpt2,897,11,0.07499411560990371,0.2676960494640898,0.11929658057479221,77.49909582000845,264.3364365705357
|
| 26 |
+
babylm-gpt2,1196,0,0.12496699173090177,0.29367472162008434,0.13650208194649502,28.002298498539815,175.19096473645098
|
| 27 |
+
babylm-gpt2,1196,1,0.0898209253908072,0.3157430723933518,0.17403486630244522,37.25250881797902,206.29861836068775
|
| 28 |
+
babylm-gpt2,1196,2,0.07181636923192772,0.3419556956760925,0.22015737932378354,44.81483562354264,218.8997166972533
|
| 29 |
+
babylm-gpt2,1196,3,0.06402859728728669,0.34269755416468267,0.22277096060936263,50.726825948371925,231.85135815794658
|
| 30 |
+
babylm-gpt2,1196,4,0.063335880121016,0.3358456389776687,0.20876790737342382,56.86532411370292,229.80752498382245
|
| 31 |
+
babylm-gpt2,1196,5,0.062208760418931044,0.32508614181970685,0.19993136391012759,60.08352003413549,233.785255365081
|
| 32 |
+
babylm-gpt2,1196,6,0.062532071935041,0.31746828805954036,0.19236570318638715,61.633209999557515,223.28989895334286
|
| 33 |
+
babylm-gpt2,1196,7,0.06377437213334912,0.3041479227551669,0.18068980275943397,62.61810691518968,212.43748252648004
|
| 34 |
+
babylm-gpt2,1196,8,0.06627030065844199,0.2852684050965819,0.15901157458842788,63.74229153016973,207.94717333559367
|
| 35 |
+
babylm-gpt2,1196,9,0.07383181156076438,0.2527476969826223,0.11695000963513529,65.02173111332532,201.5604059775594
|
| 36 |
+
babylm-gpt2,1196,10,0.08484846476723505,0.23594906306683328,0.09495434453982726,69.79590234813827,204.59936235049184
|
| 37 |
+
babylm-gpt2,1196,11,0.09043042103955995,0.2250146824377559,0.08803785779646785,76.19697691799284,217.20925026400246
|
| 38 |
+
babylm-gpt2,1495,0,0.12686299368432394,0.295787934606979,0.14484668779053217,27.153836175254096,154.5380447869345
|
| 39 |
+
babylm-gpt2,1495,1,0.09583695675921343,0.3050215765975201,0.19305850074695735,34.078117781095074,166.42760267021677
|
| 40 |
+
babylm-gpt2,1495,2,0.06970623364218637,0.32344563768164186,0.23457261137105148,40.09223324430929,181.7299422024937
|
| 41 |
+
babylm-gpt2,1495,3,0.06114996617448347,0.3246957778364565,0.2314529116178595,45.98390626515242,190.8839909099289
|
| 42 |
+
babylm-gpt2,1495,4,0.060584725948710894,0.32474721676074453,0.21529935636460643,51.831834221816614,196.85545251738992
|
| 43 |
+
babylm-gpt2,1495,5,0.05736635370842029,0.31784910883991113,0.20483201193867823,55.59314732620001,207.32985402262148
|
| 44 |
+
babylm-gpt2,1495,6,0.057745193717914714,0.307644791953572,0.19790539729979667,57.235707840908965,199.91571241529547
|
| 45 |
+
babylm-gpt2,1495,7,0.058432383505632755,0.29742211288028014,0.1893670459911171,58.64140525044511,194.50398290678297
|
| 46 |
+
babylm-gpt2,1495,8,0.06160945734955826,0.2799657893471008,0.16824274647131313,59.763546392556286,191.98121915457452
|
| 47 |
+
babylm-gpt2,1495,9,0.07015413562335573,0.24827778548285387,0.11983569903623126,60.72425859086504,186.75752760037093
|
| 48 |
+
babylm-gpt2,1495,10,0.08331586388044575,0.22866902031614864,0.09177912789319237,65.64233214722894,185.54610938266302
|
| 49 |
+
babylm-gpt2,1495,11,0.08964115767095059,0.2166493648561206,0.08406290448653873,73.18770591638919,192.82169586345307
|
| 50 |
+
babylm-gpt2,1794,0,0.13472683118064457,0.2881164505306974,0.14215151969751408,26.31491306101826,138.84641961306875
|
| 51 |
+
babylm-gpt2,1794,1,0.1003774470861642,0.30448895351851535,0.20025933474354596,35.15535646873571,157.23278607953367
|
| 52 |
+
babylm-gpt2,1794,2,0.07436560857551694,0.3230896831908952,0.2419245851369196,41.737712911590535,175.85920152995794
|
| 53 |
+
babylm-gpt2,1794,3,0.06627199696507247,0.3241366219747925,0.2403627529954729,47.0334496163722,181.47553734442943
|
| 54 |
+
babylm-gpt2,1794,4,0.06491445185689135,0.32106764406187027,0.2230473385351,52.13403644137847,186.33968841712962
|
| 55 |
+
babylm-gpt2,1794,5,0.06297989202183724,0.31525539654140244,0.21329035119522635,55.79949355035057,192.14947410950808
|
| 56 |
+
babylm-gpt2,1794,6,0.06350478670508691,0.3084347134339877,0.20752130788877982,58.125284174043436,181.99411089707587
|
| 57 |
+
babylm-gpt2,1794,7,0.06191617375921631,0.30048557249661884,0.20153443590963518,60.336166841858045,180.0573143540324
|
| 58 |
+
babylm-gpt2,1794,8,0.06585502254725538,0.28548072388251083,0.1854378781509138,62.47063097037506,178.26151000456292
|
| 59 |
+
babylm-gpt2,1794,9,0.07389433670303264,0.2534106520808792,0.13553001889333702,63.27245377571477,176.62015460830796
|
| 60 |
+
babylm-gpt2,1794,10,0.09156794578076469,0.22732016844824532,0.09070542329425951,66.15199674443876,173.38281813814507
|
| 61 |
+
babylm-gpt2,1794,11,0.1037703183146066,0.21138178300010915,0.07781719057681064,73.30253300709025,176.68819000594033
|
| 62 |
+
babylm-gpt2,2093,0,0.13574675888621363,0.2928745737740311,0.15375288159010506,24.93455658464296,130.7268046907687
|
| 63 |
+
babylm-gpt2,2093,1,0.09295261563937687,0.30656738216306606,0.22120820590764073,34.4971973987692,159.65983507708088
|
| 64 |
+
babylm-gpt2,2093,2,0.06663019186685032,0.3194431628362304,0.25747490085125935,39.853324157957715,178.05342808524398
|
| 65 |
+
babylm-gpt2,2093,3,0.05965194463670464,0.31662727461192947,0.25573503185013496,44.63863502917677,182.34057916490863
|
| 66 |
+
babylm-gpt2,2093,4,0.06040496430960232,0.3125057697212171,0.23581123396292983,49.326444583318086,181.35924759608392
|
| 67 |
+
babylm-gpt2,2093,5,0.05777533447164469,0.30563047122309356,0.2224881652580909,52.82097574115619,187.65974444563142
|
| 68 |
+
babylm-gpt2,2093,6,0.05670929394199671,0.30063499871618155,0.21765586665186898,55.21675408381659,181.26717439861577
|
| 69 |
+
babylm-gpt2,2093,7,0.05491372427875723,0.29541264622171,0.21273407143516535,57.53630698327906,178.5834973707718
|
| 70 |
+
babylm-gpt2,2093,8,0.0573698472214119,0.27932033484782187,0.1965270358022446,60.39497277630463,176.61529173690334
|
| 71 |
+
babylm-gpt2,2093,9,0.06632993801294047,0.24799215744412662,0.14634597041623038,61.70625878539711,172.76402954180404
|
| 72 |
+
babylm-gpt2,2093,10,0.08567557364871024,0.218111261043383,0.08980370518639705,63.74550064017023,165.8538145319968
|
| 73 |
+
babylm-gpt2,2093,11,0.09649393409991265,0.20225455816474,0.07259501623898705,69.95115421167635,174.61824445778467
|
| 74 |
+
babylm-gpt2,2392,0,0.1382530742406494,0.278236287859354,0.14759336302982498,23.33341856810638,127.04125790624852
|
| 75 |
+
babylm-gpt2,2392,1,0.09521392953590214,0.3039039332648299,0.22682037232891478,33.584479229249794,153.63177899119805
|
| 76 |
+
babylm-gpt2,2392,2,0.06813223989410934,0.31401982109592,0.2594601991901369,38.66447948463454,170.8376262798628
|
| 77 |
+
babylm-gpt2,2392,3,0.060005792603191783,0.3132076990595724,0.2574106588638522,42.92300222409355,173.15787942724722
|
| 78 |
+
babylm-gpt2,2392,4,0.06110745677436838,0.3123818720197833,0.23806756396250106,47.39107225423518,169.98872083366007
|
| 79 |
+
babylm-gpt2,2392,5,0.058669302456386394,0.30623314306078236,0.22488568459932864,50.74639025921281,175.17160592744483
|
| 80 |
+
babylm-gpt2,2392,6,0.057698688364131966,0.301614273199213,0.22131801159186323,53.191456655704634,169.31247086965908
|
| 81 |
+
babylm-gpt2,2392,7,0.05583285578591874,0.2939309806962454,0.21593868675867098,55.638707317314626,165.53613917267387
|
| 82 |
+
babylm-gpt2,2392,8,0.05800448642382423,0.2792405489979523,0.20062672090714803,58.57108069723042,166.1677407500528
|
| 83 |
+
babylm-gpt2,2392,9,0.06823522011744437,0.24635629900500686,0.15029534512392997,59.97907312139736,164.66930832257486
|
| 84 |
+
babylm-gpt2,2392,10,0.09051720795048832,0.21928942228406934,0.09181478032478607,62.026444294561,160.14021570938846
|
| 85 |
+
babylm-gpt2,2392,11,0.10330183446758995,0.20350724188233724,0.07312828155019473,68.21342038287419,167.9110196752988
|
| 86 |
+
babylm-gpt2,2691,0,0.14085357269303841,0.28100668231036846,0.1490250833956077,22.941503488901063,124.9260954898897
|
| 87 |
+
babylm-gpt2,2691,1,0.10085422265039963,0.3042515972802466,0.22715471592811945,32.40587826093338,147.82911062045247
|
| 88 |
+
babylm-gpt2,2691,2,0.07154317061832047,0.3170917246110713,0.2628791635385281,37.46024024744964,163.5116009016094
|
| 89 |
+
babylm-gpt2,2691,3,0.06236682681499756,0.3154278375463632,0.25988025380671725,41.75487104684103,168.29549530276756
|
| 90 |
+
babylm-gpt2,2691,4,0.06331438164475642,0.31482749785647296,0.2404314902942507,46.210509300134866,167.46977786010078
|
| 91 |
+
babylm-gpt2,2691,5,0.06043948593593674,0.309590563464847,0.2280548722845007,49.52615300960412,173.39594166134762
|
| 92 |
+
babylm-gpt2,2691,6,0.05929417434041378,0.3049236763718346,0.22436869873715748,51.90789335840916,169.6018821949992
|
| 93 |
+
babylm-gpt2,2691,7,0.05708509674699755,0.29731515215175436,0.21833425402235412,54.23771322488105,166.10389532421343
|
| 94 |
+
babylm-gpt2,2691,8,0.05957021417805703,0.282246597544282,0.20202096811522788,57.04763616130427,167.1819428519222
|
| 95 |
+
babylm-gpt2,2691,9,0.06992121790310109,0.24862892311692342,0.1489592315118623,58.33844390861511,166.09137070864554
|
| 96 |
+
babylm-gpt2,2691,10,0.09267549621097078,0.2180846701672312,0.08813355963529479,60.24256701741604,160.7764677699147
|
| 97 |
+
babylm-gpt2,2691,11,0.10455451505681634,0.19971000167382527,0.06952358458694681,66.55500483602002,169.3358181078084
|
| 98 |
+
babylm-gpt2,2990,0,0.14080345821405327,0.28070495299973636,0.1504262505568188,22.906170151107485,124.61370473688352
|
| 99 |
+
babylm-gpt2,2990,1,0.10018181817923043,0.30377851673982753,0.2308125780303116,32.379356490265465,147.42554809176423
|
| 100 |
+
babylm-gpt2,2990,2,0.07091621268248068,0.31629021984047334,0.2657316823838501,37.44840797687968,163.0680143397098
|
| 101 |
+
babylm-gpt2,2990,3,0.06196024900112318,0.31486444797197305,0.2625705826403762,41.731383782014774,167.59505167902162
|
| 102 |
+
babylm-gpt2,2990,4,0.06299454061560963,0.31450096917889664,0.2425208443509314,46.1726279142795,166.58399622020983
|
| 103 |
+
babylm-gpt2,2990,5,0.060112057640289394,0.3093249283052398,0.23036266739879807,49.48406101997145,172.41688083002256
|
| 104 |
+
babylm-gpt2,2990,6,0.05888972345786339,0.3043503773411326,0.22616005468556066,51.89957099225467,168.5843100322646
|
| 105 |
+
babylm-gpt2,2990,7,0.05668662991504748,0.2970192380309776,0.22028754513405585,54.24182401439463,165.29112410133553
|
| 106 |
+
babylm-gpt2,2990,8,0.05902624657852236,0.2820280184833515,0.20424699941992294,57.081163735122885,166.51728892093504
|
| 107 |
+
babylm-gpt2,2990,9,0.06965714022640118,0.24856581008280454,0.1514181567064221,58.29011348398922,165.2725689898614
|
| 108 |
+
babylm-gpt2,2990,10,0.09320097385546769,0.21761826566480114,0.08888530471873442,60.0550021091824,160.1161755311548
|
| 109 |
+
babylm-gpt2,2990,11,0.10576305431570585,0.1984010883859185,0.06895497810338938,66.08849513189294,169.0490799869797
|
superseded/early_tier1/mechanistic_layer_beetle-fineweb3-eng.csv
ADDED
|
@@ -0,0 +1,267 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,step,layer,per,gini,hoyer,norm,condition_number
|
| 2 |
+
beetle-fineweb3-eng,0,0,0.4456027778405167,0.04860131371276951,0.003956337664373923,15.793440805584533,12.888669906287605
|
| 3 |
+
beetle-fineweb3-eng,0,1,0.4037943871074326,0.051103659525414624,0.004327396839684586,16.984155777601117,14.5630841220278
|
| 4 |
+
beetle-fineweb3-eng,0,2,0.36934861279328274,0.05490528625488859,0.00506990967990707,18.19137859189395,16.130410703878862
|
| 5 |
+
beetle-fineweb3-eng,0,3,0.3364125292612225,0.057442823385773334,0.005556454470943051,19.33125370801304,18.2322423028426
|
| 6 |
+
beetle-fineweb3-eng,0,4,0.3147233369709028,0.05733502127512239,0.005462652359075355,20.469514926856434,19.811242060986945
|
| 7 |
+
beetle-fineweb3-eng,0,5,0.29241887020976826,0.062486918011904834,0.0064492449418204695,21.61193924149094,21.487467956607283
|
| 8 |
+
beetle-fineweb3-eng,0,6,0.282926199450115,0.06222583654741243,0.006402235622083067,22.56341387261306,22.441708628155983
|
| 9 |
+
beetle-fineweb3-eng,0,7,0.27727849905252816,0.06211422335555664,0.006374512177106618,23.600979696121158,22.89115396717366
|
| 10 |
+
beetle-fineweb3-eng,0,8,0.26875190695762274,0.0633282484439494,0.006518637279700234,24.545460791917254,23.818650114420464
|
| 11 |
+
beetle-fineweb3-eng,0,9,0.26097233694988176,0.06585609324837167,0.007003630626001043,25.53249723317142,24.55054043838871
|
| 12 |
+
beetle-fineweb3-eng,0,10,0.24686937927703614,0.06625733326601428,0.0071138617873090495,26.601303608363093,26.25107004191343
|
| 13 |
+
beetle-fineweb3-eng,0,11,0.2448025218349961,0.06719749090844163,0.0073231426881483425,27.515872474609317,26.594895497806995
|
| 14 |
+
beetle-fineweb3-eng,0,12,0.23635959603796203,0.0691850147480942,0.007834703414621462,28.487651398600136,27.61482444990995
|
| 15 |
+
beetle-fineweb3-eng,0,13,0.2319096721688628,0.06962039166775558,0.007906961406246322,29.410231267073424,28.780041242987334
|
| 16 |
+
beetle-fineweb3-eng,1,0,0.4456027778405167,0.04860131371276951,0.003956337664373923,15.793440805584533,12.888669906287605
|
| 17 |
+
beetle-fineweb3-eng,1,1,0.4037943871074326,0.051103659525414624,0.004327396839684586,16.984155777601117,14.5630841220278
|
| 18 |
+
beetle-fineweb3-eng,1,2,0.36934861279328274,0.05490528625488859,0.00506990967990707,18.19137859189395,16.130410703878862
|
| 19 |
+
beetle-fineweb3-eng,1,3,0.3364125292612225,0.057442823385773334,0.005556454470943051,19.33125370801304,18.2322423028426
|
| 20 |
+
beetle-fineweb3-eng,1,4,0.3147233369709028,0.05733502127512239,0.005462652359075355,20.469514926856434,19.811242060986945
|
| 21 |
+
beetle-fineweb3-eng,1,5,0.29241887020976826,0.062486918011904834,0.0064492449418204695,21.61193924149094,21.487467956607283
|
| 22 |
+
beetle-fineweb3-eng,1,6,0.282926199450115,0.06222583654741243,0.006402235622083067,22.56341387261306,22.441708628155983
|
| 23 |
+
beetle-fineweb3-eng,1,7,0.27727849905252816,0.06211422335555664,0.006374512177106618,23.600979696121158,22.89115396717366
|
| 24 |
+
beetle-fineweb3-eng,1,8,0.26875190695762274,0.0633282484439494,0.006518637279700234,24.545460791917254,23.818650114420464
|
| 25 |
+
beetle-fineweb3-eng,1,9,0.26097233694988176,0.06585609324837167,0.007003630626001043,25.53249723317142,24.55054043838871
|
| 26 |
+
beetle-fineweb3-eng,1,10,0.24686937927703614,0.06625733326601428,0.0071138617873090495,26.601303608363093,26.25107004191343
|
| 27 |
+
beetle-fineweb3-eng,1,11,0.2448025218349961,0.06719749090844163,0.0073231426881483425,27.515872474609317,26.594895497806995
|
| 28 |
+
beetle-fineweb3-eng,1,12,0.23635959603796203,0.0691850147480942,0.007834703414621462,28.487651398600136,27.61482444990995
|
| 29 |
+
beetle-fineweb3-eng,1,13,0.2319096721688628,0.06962039166775558,0.007906961406246322,29.410231267073424,28.780041242987334
|
| 30 |
+
beetle-fineweb3-eng,2,0,0.4456027778405167,0.04860131371276951,0.003956337664373923,15.793440805584533,12.888669906287605
|
| 31 |
+
beetle-fineweb3-eng,2,1,0.4037943871074326,0.051103659525414624,0.004327396839684586,16.984155777601117,14.5630841220278
|
| 32 |
+
beetle-fineweb3-eng,2,2,0.36934861279328274,0.05490528625488859,0.00506990967990707,18.19137859189395,16.130410703878862
|
| 33 |
+
beetle-fineweb3-eng,2,3,0.3364125292612225,0.057442823385773334,0.005556454470943051,19.33125370801304,18.2322423028426
|
| 34 |
+
beetle-fineweb3-eng,2,4,0.3147233369709028,0.05733502127512239,0.005462652359075355,20.469514926856434,19.811242060986945
|
| 35 |
+
beetle-fineweb3-eng,2,5,0.29241887020976826,0.062486918011904834,0.0064492449418204695,21.61193924149094,21.487467956607283
|
| 36 |
+
beetle-fineweb3-eng,2,6,0.282926199450115,0.06222583654741243,0.006402235622083067,22.56341387261306,22.441708628155983
|
| 37 |
+
beetle-fineweb3-eng,2,7,0.27727849905252816,0.06211422335555664,0.006374512177106618,23.600979696121158,22.89115396717366
|
| 38 |
+
beetle-fineweb3-eng,2,8,0.26875190695762274,0.0633282484439494,0.006518637279700234,24.545460791917254,23.818650114420464
|
| 39 |
+
beetle-fineweb3-eng,2,9,0.26097233694988176,0.06585609324837167,0.007003630626001043,25.53249723317142,24.55054043838871
|
| 40 |
+
beetle-fineweb3-eng,2,10,0.24686937927703614,0.06625733326601428,0.0071138617873090495,26.601303608363093,26.25107004191343
|
| 41 |
+
beetle-fineweb3-eng,2,11,0.2448025218349961,0.06719749090844163,0.0073231426881483425,27.515872474609317,26.594895497806995
|
| 42 |
+
beetle-fineweb3-eng,2,12,0.23635959603796203,0.0691850147480942,0.007834703414621462,28.487651398600136,27.61482444990995
|
| 43 |
+
beetle-fineweb3-eng,2,13,0.2319096721688628,0.06962039166775558,0.007906961406246322,29.410231267073424,28.780041242987334
|
| 44 |
+
beetle-fineweb3-eng,4,0,0.4456031648400808,0.04860145617467696,0.003956344626443187,15.793438446807448,12.888658688765723
|
| 45 |
+
beetle-fineweb3-eng,4,1,0.40379467361775295,0.05110422580456323,0.004327480149277327,16.98414799720733,14.563084720104268
|
| 46 |
+
beetle-fineweb3-eng,4,2,0.36934835163049123,0.054906598275165454,0.005070134677885143,18.19137444532708,16.130598964772304
|
| 47 |
+
beetle-fineweb3-eng,4,3,0.33641348385566383,0.057444481937406255,0.00555674738030949,19.331228319335782,18.232314608940552
|
| 48 |
+
beetle-fineweb3-eng,4,4,0.3147234773100718,0.057336536378464,0.005463003028034068,20.469489749877543,19.81133833910542
|
| 49 |
+
beetle-fineweb3-eng,4,5,0.2924168583471245,0.062488781480409816,0.0064496258619575406,21.611930241306496,21.48773126140411
|
| 50 |
+
beetle-fineweb3-eng,4,6,0.28292429937985714,0.06222676564226296,0.006402399911919962,22.563395667514172,22.441866412986197
|
| 51 |
+
beetle-fineweb3-eng,4,7,0.2772747666496207,0.06211548936415001,0.00637477490848287,23.60099877929139,22.891342640961525
|
| 52 |
+
beetle-fineweb3-eng,4,8,0.26874773354407044,0.06332851018453726,0.006518719613721846,24.545509147358686,23.818845213614242
|
| 53 |
+
beetle-fineweb3-eng,4,9,0.2609712318422239,0.06585555170734884,0.007003589614116224,25.532498761049986,24.550668077534567
|
| 54 |
+
beetle-fineweb3-eng,4,10,0.24686821581537483,0.06625526584318875,0.007113488931381659,26.60128384244226,26.251296431781462
|
| 55 |
+
beetle-fineweb3-eng,4,11,0.24480430780405513,0.06719319203165908,0.007322394181447779,27.51578797137839,26.59529999016332
|
| 56 |
+
beetle-fineweb3-eng,4,12,0.236359721595678,0.06918139780824022,0.007834014538457409,28.48758122086841,27.61562939418696
|
| 57 |
+
beetle-fineweb3-eng,4,13,0.23191108564620722,0.06961848470940198,0.007906502213055205,29.410108919396645,28.78033880266154
|
| 58 |
+
beetle-fineweb3-eng,6,0,0.4456033906679403,0.048601737176900674,0.0039563678207060115,15.793434320138363,12.888712017990873
|
| 59 |
+
beetle-fineweb3-eng,6,1,0.40379308136740505,0.05110548667862943,0.004327679548651587,16.98414693487907,14.563280417780819
|
| 60 |
+
beetle-fineweb3-eng,6,2,0.36934791420127505,0.05490880339392904,0.005070523066183363,18.19136520466406,16.131060889733146
|
| 61 |
+
beetle-fineweb3-eng,6,3,0.33641545082678165,0.05744743177837656,0.0055572897880330875,19.33117842023722,18.23256410328405
|
| 62 |
+
beetle-fineweb3-eng,6,4,0.31472461355551434,0.05733881568202944,0.00546354333384712,20.469432615681747,19.811710321442362
|
| 63 |
+
beetle-fineweb3-eng,6,5,0.2924145205723049,0.06249125012766591,0.006450104628728542,21.611904798701246,21.488365730213555
|
| 64 |
+
beetle-fineweb3-eng,6,6,0.2829219169283016,0.06222827045454308,0.00640257533289533,22.563335965886953,22.442519642460645
|
| 65 |
+
beetle-fineweb3-eng,6,7,0.2772684103385623,0.062117040082746065,0.006375000549075848,23.601020884601635,22.892118090575494
|
| 66 |
+
beetle-fineweb3-eng,6,8,0.26873827815259277,0.06332833396593252,0.006518746559430013,24.545602275877187,23.81973287816789
|
| 67 |
+
beetle-fineweb3-eng,6,9,0.2609663310116139,0.06585385770839321,0.007003368496241094,25.53254250752507,24.551618024521098
|
| 68 |
+
beetle-fineweb3-eng,6,10,0.2468622367904566,0.06625234100290693,0.007112912080750797,26.601305301996025,26.252542384352587
|
| 69 |
+
beetle-fineweb3-eng,6,11,0.24480355633748385,0.06718729171057596,0.007321322760633707,27.51571982793037,26.5967327067258
|
| 70 |
+
beetle-fineweb3-eng,6,12,0.23635533945107212,0.06917574671476216,0.007832995048869654,28.487563199122224,27.61769829243655
|
| 71 |
+
beetle-fineweb3-eng,6,13,0.23190923922257548,0.06961570708365879,0.007905831589246494,29.41004277841132,28.781452509469545
|
| 72 |
+
beetle-fineweb3-eng,8,0,0.44560386466130397,0.04860221732576401,0.003956416852715457,15.793428675489809,12.8887817572528
|
| 73 |
+
beetle-fineweb3-eng,8,1,0.40379173462890955,0.051107032775437045,0.0043279159577478184,16.984137632849034,14.56351136670102
|
| 74 |
+
beetle-fineweb3-eng,8,2,0.3693476912939198,0.0549114638164984,0.005070989085302956,18.19134616445979,16.131745066120093
|
| 75 |
+
beetle-fineweb3-eng,8,3,0.33641757974961944,0.05745145465914906,0.005558001134240866,19.3311121677378,18.233115695829433
|
| 76 |
+
beetle-fineweb3-eng,8,4,0.31472611668411815,0.05734179364028469,0.005464220360183334,20.46936623240008,19.812411447369076
|
| 77 |
+
beetle-fineweb3-eng,8,5,0.29240796581828543,0.06249465290059971,0.006450773370534348,21.61187836215852,21.489693860567787
|
| 78 |
+
beetle-fineweb3-eng,8,6,0.2829182696496535,0.062228819391095,0.006402585538502916,22.563245727352523,22.443635722437303
|
| 79 |
+
beetle-fineweb3-eng,8,7,0.27726033558228075,0.062117310079399836,0.006375022021385754,23.601052472862797,22.893229485750503
|
| 80 |
+
beetle-fineweb3-eng,8,8,0.2687303164443795,0.06332534908847161,0.006518318235940884,24.545677854892634,23.820678032194365
|
| 81 |
+
beetle-fineweb3-eng,8,9,0.2609642514718518,0.06584967805565893,0.0070026528868985275,25.532583497217946,24.552575598624973
|
| 82 |
+
beetle-fineweb3-eng,8,10,0.2468608450910306,0.06624612151020355,0.00711167590725326,26.601288806505718,26.253714362615877
|
| 83 |
+
beetle-fineweb3-eng,8,11,0.24480872094287173,0.06717715773862205,0.007319369643201704,27.515574430112267,26.59797098111215
|
| 84 |
+
beetle-fineweb3-eng,8,12,0.23635695582888008,0.06916568456771,0.007831007200947551,28.487489307039763,27.619577414067642
|
| 85 |
+
beetle-fineweb3-eng,8,13,0.2319137466292031,0.06960948118602077,0.007904304085648154,29.40993682699187,28.782339515228124
|
| 86 |
+
beetle-fineweb3-eng,16,0,0.4456047478041906,0.04860516977960646,0.003956733170307546,15.793413705837787,12.889481023413511
|
| 87 |
+
beetle-fineweb3-eng,16,1,0.40378818387747956,0.051117072930430364,0.00432951793996078,16.98410751700821,14.564223689721128
|
| 88 |
+
beetle-fineweb3-eng,16,2,0.36935661328628805,0.054928475158459854,0.005073905610381788,18.191176004350922,16.135329916522522
|
| 89 |
+
beetle-fineweb3-eng,16,3,0.3364312486068153,0.057473625637091054,0.00556175461371496,19.330764522673476,18.236442466274884
|
| 90 |
+
beetle-fineweb3-eng,16,4,0.31473228238641293,0.05736203070404411,0.005468371637805654,20.469023835676644,19.816782628782114
|
| 91 |
+
beetle-fineweb3-eng,16,5,0.2923700621319415,0.06251074170378083,0.006453595386966445,21.61169295661085,21.49816386087156
|
| 92 |
+
beetle-fineweb3-eng,16,6,0.28288840717030234,0.06222638826964936,0.006401424582061223,22.562728266031193,22.451233561674062
|
| 93 |
+
beetle-fineweb3-eng,16,7,0.2772211955777243,0.062117732693270845,0.006375194400174886,23.6011110829008,22.89901963907657
|
| 94 |
+
beetle-fineweb3-eng,16,8,0.26868572996172974,0.06330581443023824,0.006515954401981626,24.545971492169244,23.827515887327525
|
| 95 |
+
beetle-fineweb3-eng,16,9,0.2609487086342233,0.0658235633032181,0.006998817001813935,25.53269480134427,24.560942553599393
|
| 96 |
+
beetle-fineweb3-eng,16,10,0.2468419727237163,0.06621608246462223,0.007105508185668425,26.601255788505103,26.265141041525364
|
| 97 |
+
beetle-fineweb3-eng,16,11,0.24481202928758855,0.06711733596394609,0.007308030056347909,27.515324733782617,26.612005811258843
|
| 98 |
+
beetle-fineweb3-eng,16,12,0.23635890810824248,0.06910186334911843,0.007818284790209478,28.487809139687382,27.636495114115974
|
| 99 |
+
beetle-fineweb3-eng,16,13,0.2319248494751992,0.06957953853231229,0.0078963488921555,29.410594181127404,28.792006804935966
|
| 100 |
+
beetle-fineweb3-eng,32,0,0.44559394167921657,0.04862240774583023,0.003958912580582635,15.793571859155522,12.891802032519978
|
| 101 |
+
beetle-fineweb3-eng,32,1,0.40377900260175786,0.05116610731183702,0.0043382891083737045,16.98422908469198,14.564914320773402
|
| 102 |
+
beetle-fineweb3-eng,32,2,0.3693600914679832,0.05500338469893492,0.0050868647478828945,18.191162099861295,16.14638144916651
|
| 103 |
+
beetle-fineweb3-eng,32,3,0.33643314213060965,0.05756841106977258,0.005579211820324432,19.330617428374627,18.250379805771917
|
| 104 |
+
beetle-fineweb3-eng,32,4,0.31467797755734545,0.05743101248075163,0.0054832351010677665,20.470036370089918,19.83328729890533
|
| 105 |
+
beetle-fineweb3-eng,32,5,0.29211937562600404,0.06257905222607985,0.006467372962767473,21.61374975687645,21.53417124129643
|
| 106 |
+
beetle-fineweb3-eng,32,6,0.2825511545338226,0.06220861206957092,0.006400150311148188,22.565616460231382,22.489719537391576
|
| 107 |
+
beetle-fineweb3-eng,32,7,0.2769406511033614,0.06213872915477644,0.006387377264581995,23.606329079176874,22.924233029353147
|
| 108 |
+
beetle-fineweb3-eng,32,8,0.2684532798760795,0.06321541509440894,0.006507986038366902,24.55276410781285,23.845811239282963
|
| 109 |
+
beetle-fineweb3-eng,32,9,0.26074284706571765,0.0657540282640207,0.006994362028086755,25.540780378158107,24.594528002308635
|
| 110 |
+
beetle-fineweb3-eng,32,10,0.24678847743292873,0.06610153190112511,0.007085884129482463,26.608902768209006,26.296332583119778
|
| 111 |
+
beetle-fineweb3-eng,32,11,0.24474211296600254,0.06695209673393594,0.007282220641371542,27.524440396579084,26.666552982852483
|
| 112 |
+
beetle-fineweb3-eng,32,12,0.2364367416595245,0.06891760200565145,0.007778457509363244,28.49931953317865,27.68758271907181
|
| 113 |
+
beetle-fineweb3-eng,32,13,0.2318966412018072,0.06953695567458684,0.007880383024893578,29.427787789862236,28.829288741656722
|
| 114 |
+
beetle-fineweb3-eng,64,0,0.44530421110331253,0.04871636781382108,0.003971515962390618,15.796993287965641,12.908596770839821
|
| 115 |
+
beetle-fineweb3-eng,64,1,0.4032868236771236,0.051452832584852747,0.004389623790464013,16.992837231085126,14.58107728516916
|
| 116 |
+
beetle-fineweb3-eng,64,2,0.3679807104272907,0.055399652021141055,0.005160541253702471,18.211858705737015,16.22667085497214
|
| 117 |
+
beetle-fineweb3-eng,64,3,0.3341946188620504,0.05817971581003567,0.005704958517123091,19.37203909773056,18.39691901631522
|
| 118 |
+
beetle-fineweb3-eng,64,4,0.3097735306360072,0.058355727298516825,0.0056599026355172175,20.55478951338605,20.15734550235735
|
| 119 |
+
beetle-fineweb3-eng,64,5,0.2846533863838576,0.06370895338614806,0.006738128462118052,21.74541609608545,22.044339287383785
|
| 120 |
+
beetle-fineweb3-eng,64,6,0.2693716524388774,0.06344300930156772,0.006673133639539637,22.779549642219425,23.4115066795073
|
| 121 |
+
beetle-fineweb3-eng,64,7,0.2584237763490488,0.06472717476110394,0.0070349128283913685,23.916201261356047,24.187457169308292
|
| 122 |
+
beetle-fineweb3-eng,64,8,0.2407690740791592,0.06566663815810658,0.0071484133530126445,25.009400107032032,25.85565748370389
|
| 123 |
+
beetle-fineweb3-eng,64,9,0.22144041921751875,0.06897676962031385,0.00778981497343987,26.179227015365903,27.85682827254059
|
| 124 |
+
beetle-fineweb3-eng,64,10,0.20377354342128118,0.07098205937973197,0.008278700671578869,27.387636555731092,29.839098382672773
|
| 125 |
+
beetle-fineweb3-eng,64,11,0.18702310253818605,0.0736852799757471,0.008968630656535324,28.531074819587783,32.60433449547761
|
| 126 |
+
beetle-fineweb3-eng,64,12,0.16230923916964535,0.07726561438569728,0.009974579950369102,29.838998600661316,36.42887095769064
|
| 127 |
+
beetle-fineweb3-eng,64,13,0.13534639914253588,0.08180950824128204,0.011126359772534858,31.22096455479273,41.73907861039806
|
| 128 |
+
beetle-fineweb3-eng,128,0,0.4448119650134385,0.04889719612719793,0.0039967883496906595,15.801747459108924,12.933842547236402
|
| 129 |
+
beetle-fineweb3-eng,128,1,0.4021801276917037,0.05189507196357054,0.004464225442625851,17.010840178118226,14.63282570892989
|
| 130 |
+
beetle-fineweb3-eng,128,2,0.3636836044683763,0.05651120942352591,0.005371460914619576,18.27332066874354,16.446757063672234
|
| 131 |
+
beetle-fineweb3-eng,128,3,0.32340698135205553,0.060440026873464316,0.006215696273010002,19.532774499352964,19.01690686617749
|
| 132 |
+
beetle-fineweb3-eng,128,4,0.2772313337863135,0.0633005153166426,0.006702169817453508,20.94163762081178,22.396933576363207
|
| 133 |
+
beetle-fineweb3-eng,128,5,0.22467373079778447,0.07179973981851899,0.00867780040085163,22.48638673330466,26.698202559380388
|
| 134 |
+
beetle-fineweb3-eng,128,6,0.1583278136287412,0.0786916693827752,0.01037779808217953,24.2038731604148,33.68144935539896
|
| 135 |
+
beetle-fineweb3-eng,128,7,0.10177896267771679,0.09415911135100163,0.01530857344515502,26.4112514495748,42.06834865634781
|
| 136 |
+
beetle-fineweb3-eng,128,8,0.055924727334276114,0.11532215242839532,0.022522397389125526,29.393966400603475,55.25430335652539
|
| 137 |
+
beetle-fineweb3-eng,128,9,0.03127802743967953,0.14753265978269292,0.03547345172612924,33.61234354213937,71.76439980935068
|
| 138 |
+
beetle-fineweb3-eng,128,10,0.021100779361184648,0.1725280946889023,0.04856110949653743,38.31499195979198,89.01247519116588
|
| 139 |
+
beetle-fineweb3-eng,128,11,0.01533646428857615,0.1967350918908274,0.061019396312106074,44.131214492657186,108.4260526517251
|
| 140 |
+
beetle-fineweb3-eng,128,12,0.011657732069844955,0.22025053701127062,0.07370495133454825,52.18831553795024,135.3783466497141
|
| 141 |
+
beetle-fineweb3-eng,128,13,0.009631977758828576,0.24468679779181501,0.08652235777406031,61.64853540883292,165.70808599506208
|
| 142 |
+
beetle-fineweb3-eng,256,0,0.4448363771594019,0.04903161164152362,0.004012139809740148,15.80694089870924,12.91712375172273
|
| 143 |
+
beetle-fineweb3-eng,256,1,0.40310222222359715,0.05196862660920232,0.004480466270817148,17.017468623454825,14.591711919983348
|
| 144 |
+
beetle-fineweb3-eng,256,2,0.36859710921489525,0.056781510717435126,0.005419896679806521,18.263707387964544,16.290642315167474
|
| 145 |
+
beetle-fineweb3-eng,256,3,0.33735741031308125,0.06046796948589902,0.006260216940436299,19.474042680436185,18.286798380276164
|
| 146 |
+
beetle-fineweb3-eng,256,4,0.31541955499670143,0.06248702577792642,0.006588082609890677,20.751118714899672,19.838268190164776
|
| 147 |
+
beetle-fineweb3-eng,256,5,0.2917276790801476,0.06931075411136749,0.008206914393498006,22.123073101240326,21.59231095980822
|
| 148 |
+
beetle-fineweb3-eng,256,6,0.2764163357106201,0.07239414752780145,0.008872559489668327,23.46651342777408,22.970086971307705
|
| 149 |
+
beetle-fineweb3-eng,256,7,0.2630760868078594,0.08140537121099516,0.011403897905626695,25.14501999691446,24.141862564360252
|
| 150 |
+
beetle-fineweb3-eng,256,8,0.22417247889006928,0.09620357777571353,0.015779656892667752,27.506925742760824,28.099526816564445
|
| 151 |
+
beetle-fineweb3-eng,256,9,0.1526276066817707,0.12414080596435717,0.02498863813857337,31.48684974335114,36.54967288745741
|
| 152 |
+
beetle-fineweb3-eng,256,10,0.08955170556253421,0.14727195576192317,0.03424571143630846,37.08734413982287,48.06500023070215
|
| 153 |
+
beetle-fineweb3-eng,256,11,0.04746231579199033,0.16739033207855028,0.04270174310427927,45.32589650076818,64.3641494967929
|
| 154 |
+
beetle-fineweb3-eng,256,12,0.025503655656515634,0.18573092446539471,0.05153578113208198,59.006453729385,86.73821305002417
|
| 155 |
+
beetle-fineweb3-eng,256,13,0.01652317975722489,0.1969226387857367,0.0570394954057856,77.26918288839992,112.88323700625536
|
| 156 |
+
beetle-fineweb3-eng,512,0,0.44279931212059426,0.048726847092494786,0.003973049127624242,15.829434684458631,12.931886906613142
|
| 157 |
+
beetle-fineweb3-eng,512,1,0.40000122821953976,0.05210960823793117,0.004466002614772196,17.09807972220517,14.653145244399747
|
| 158 |
+
beetle-fineweb3-eng,512,2,0.36287844577744327,0.057286610820450466,0.005462847226257089,18.429377537779395,16.347352802931518
|
| 159 |
+
beetle-fineweb3-eng,512,3,0.33310552125143783,0.06206758116848151,0.00653197800868883,19.72433226842329,17.881194853216083
|
| 160 |
+
beetle-fineweb3-eng,512,4,0.3068311611966352,0.06605905344614227,0.007351184532668226,21.11978372338449,19.47239077170913
|
| 161 |
+
beetle-fineweb3-eng,512,5,0.28053892051392815,0.07169210466159948,0.008837557973912632,22.596592111169556,21.321843219126084
|
| 162 |
+
beetle-fineweb3-eng,512,6,0.2608277514406892,0.0757867124160289,0.009750547874376238,24.01211627697819,23.232982196580227
|
| 163 |
+
beetle-fineweb3-eng,512,7,0.2381606715893077,0.08216740984142179,0.011579265038951347,25.757459895487212,25.702337827030174
|
| 164 |
+
beetle-fineweb3-eng,512,8,0.20705265492985522,0.08715947313460519,0.012996525148560556,27.779897435574902,29.370848992635757
|
| 165 |
+
beetle-fineweb3-eng,512,9,0.16929379395164756,0.0994831983315428,0.016503523050163983,30.527259896499675,34.48151059978012
|
| 166 |
+
beetle-fineweb3-eng,512,10,0.13864572922136814,0.11033159501024163,0.02014212224609653,33.66601596282531,39.917275625877856
|
| 167 |
+
beetle-fineweb3-eng,512,11,0.0999681662901229,0.1301456036979697,0.027118589271166886,38.72755159306634,48.69613600951916
|
| 168 |
+
beetle-fineweb3-eng,512,12,0.07236201673675687,0.14936236514903442,0.034913210772593656,47.65487774598639,58.22345535728376
|
| 169 |
+
beetle-fineweb3-eng,512,13,0.05508673576690212,0.17620572830746642,0.04698322346777089,62.627702565153456,68.84860979862664
|
| 170 |
+
beetle-fineweb3-eng,1024,0,0.43253326555615196,0.050319965102638996,0.004335884003650123,16.06312574609491,13.536546133518625
|
| 171 |
+
beetle-fineweb3-eng,1024,1,0.37852659033355596,0.05534542403244883,0.005068040111221522,17.731034233384808,15.931599652824588
|
| 172 |
+
beetle-fineweb3-eng,1024,2,0.33737655563809615,0.060502999434391004,0.006028829760574153,19.39535278723594,18.39105505374561
|
| 173 |
+
beetle-fineweb3-eng,1024,3,0.3052746272075612,0.06438287059817564,0.00699368504851082,21.038369500854284,20.551497658398294
|
| 174 |
+
beetle-fineweb3-eng,1024,4,0.27192681967197574,0.06706286569178443,0.007584584863403085,22.86026002585949,22.845182239048185
|
| 175 |
+
beetle-fineweb3-eng,1024,5,0.2444614969572628,0.06930290437987659,0.008036732883656925,24.72408681873034,25.19208451234372
|
| 176 |
+
beetle-fineweb3-eng,1024,6,0.21741758061497454,0.07479073582318636,0.009349712914940739,26.68198023411593,28.24217784724958
|
| 177 |
+
beetle-fineweb3-eng,1024,7,0.19717521318138048,0.07983044171559817,0.010529270116060457,28.81817922192813,31.47377648671321
|
| 178 |
+
beetle-fineweb3-eng,1024,8,0.17744039432376504,0.08306067142121283,0.01164007012455908,31.127000790760157,34.57845006241466
|
| 179 |
+
beetle-fineweb3-eng,1024,9,0.13444916014193048,0.09298036426234295,0.01492078701853815,35.05553253362373,43.4883314428187
|
| 180 |
+
beetle-fineweb3-eng,1024,10,0.11348824748249636,0.10226758777827467,0.01824688882177922,39.41313588041556,49.97855246272035
|
| 181 |
+
beetle-fineweb3-eng,1024,11,0.0847559423863497,0.12028441194841166,0.025280711967301597,47.555957819927976,61.38638635475497
|
| 182 |
+
beetle-fineweb3-eng,1024,12,0.051565772271858545,0.1355830799101104,0.030734743756962262,59.307701312518766,86.77727398494443
|
| 183 |
+
beetle-fineweb3-eng,1024,13,0.04067901247190373,0.1543836032079331,0.03803733275186126,75.70311859178297,105.66089816621151
|
| 184 |
+
beetle-fineweb3-eng,2048,0,0.3986932718320635,0.051526978706865144,0.00455541176520712,17.706835440657304,14.635146273477242
|
| 185 |
+
beetle-fineweb3-eng,2048,1,0.3450346526485777,0.05955663894340679,0.006144048759771192,20.788923860955805,17.83011018524775
|
| 186 |
+
beetle-fineweb3-eng,2048,2,0.30996570163966314,0.06272028636139589,0.006791684588422112,23.766251712389202,21.051553956691404
|
| 187 |
+
beetle-fineweb3-eng,2048,3,0.27608677203903814,0.06707340897952611,0.007777672852762225,26.70348177602381,24.74872179291183
|
| 188 |
+
beetle-fineweb3-eng,2048,4,0.2533580538816134,0.07070008354191086,0.008576922316274296,29.609049612792376,28.046056593791217
|
| 189 |
+
beetle-fineweb3-eng,2048,5,0.23712036697435943,0.0727247615399557,0.009023962276606758,32.64706821372993,30.820485677538223
|
| 190 |
+
beetle-fineweb3-eng,2048,6,0.2164167246046351,0.07673764334315702,0.009886979309921549,36.020631379304874,34.335927273620655
|
| 191 |
+
beetle-fineweb3-eng,2048,7,0.1924318767804272,0.08188750752885943,0.01136129189008866,40.1077711073989,37.938989761256835
|
| 192 |
+
beetle-fineweb3-eng,2048,8,0.16575860524308483,0.0889824703314092,0.01340805434372571,44.83329021509203,42.422162370355835
|
| 193 |
+
beetle-fineweb3-eng,2048,9,0.13618104605774492,0.09636555804395523,0.01592379348486455,51.68063736736665,47.09350230682843
|
| 194 |
+
beetle-fineweb3-eng,2048,10,0.12471238259646188,0.10403706285892807,0.018530352900933238,58.57366174682718,50.29226679496561
|
| 195 |
+
beetle-fineweb3-eng,2048,11,0.09332007932045232,0.11954149554876962,0.023972596334152257,72.3839635212485,63.68972179096329
|
| 196 |
+
beetle-fineweb3-eng,2048,12,0.06692283789821753,0.12975027378484003,0.027487183742811998,94.37579117796254,84.22376152428497
|
| 197 |
+
beetle-fineweb3-eng,2048,13,0.05323681076845177,0.14200076349760474,0.032289606462384705,114.23174168439354,102.09442634475646
|
| 198 |
+
beetle-fineweb3-eng,4096,0,0.3043720966339982,0.05948979976367822,0.0058783782937289804,22.00195320338399,18.768029067698176
|
| 199 |
+
beetle-fineweb3-eng,4096,1,0.3010660635377571,0.06536149743527231,0.008073686251405114,27.585723770207107,21.134128969894146
|
| 200 |
+
beetle-fineweb3-eng,4096,2,0.2843011973000944,0.06796663929550266,0.008965744276858654,32.92932039323412,23.12111711753642
|
| 201 |
+
beetle-fineweb3-eng,4096,3,0.27338412275498675,0.06931339245745827,0.00918964159968955,37.97663384567329,25.958403769345015
|
| 202 |
+
beetle-fineweb3-eng,4096,4,0.26430836823552994,0.07218554858934478,0.01014175412250655,43.1410558120705,27.51282480863292
|
| 203 |
+
beetle-fineweb3-eng,4096,5,0.24577297993927427,0.07425668338055536,0.010368718484128304,48.76977715143523,29.909895515546435
|
| 204 |
+
beetle-fineweb3-eng,4096,6,0.2264705777572037,0.07859949198839085,0.011668256820410925,54.8820721764911,31.55498703227277
|
| 205 |
+
beetle-fineweb3-eng,4096,7,0.2078715379656756,0.08206184927259648,0.011992209463295508,62.21646339425292,34.82803203041592
|
| 206 |
+
beetle-fineweb3-eng,4096,8,0.17856705281796084,0.09155442637895828,0.015101597940238519,71.84097630527584,38.85259123299864
|
| 207 |
+
beetle-fineweb3-eng,4096,9,0.1509697721786834,0.10255399941945569,0.01855672201485832,85.52951386013662,45.0749671357581
|
| 208 |
+
beetle-fineweb3-eng,4096,10,0.14131000254082476,0.10858051349207616,0.020650151242349504,96.48764988420126,47.788360364941724
|
| 209 |
+
beetle-fineweb3-eng,4096,11,0.11498588025360033,0.12367930558231954,0.026047511119987238,115.78430914927036,57.60292982234485
|
| 210 |
+
beetle-fineweb3-eng,4096,12,0.09351877278651233,0.12466285647006137,0.02563470967264976,143.45344347988623,66.86974548698791
|
| 211 |
+
beetle-fineweb3-eng,4096,13,0.07264459872309846,0.14480449075734958,0.034543315615964416,177.67738034941155,82.61037395573263
|
| 212 |
+
beetle-fineweb3-eng,8192,0,0.3464305791943927,0.06479506807612045,0.016573681773440613,24.90099546677277,16.95114558114938
|
| 213 |
+
beetle-fineweb3-eng,8192,1,0.3082851117823379,0.07538109492262857,0.040231025562053414,34.14479144550083,21.213857362700274
|
| 214 |
+
beetle-fineweb3-eng,8192,2,0.30570735877514016,0.07750114117593239,0.03919815877510782,41.37273270161199,22.488879722605702
|
| 215 |
+
beetle-fineweb3-eng,8192,3,0.297521354797457,0.08050829404827257,0.03892275936065731,48.70610971178158,24.78967886816041
|
| 216 |
+
beetle-fineweb3-eng,8192,4,0.2916639067913069,0.0807708727994781,0.03606757350170223,56.20740556581895,25.30769986387684
|
| 217 |
+
beetle-fineweb3-eng,8192,5,0.27210543120973796,0.0848555651850053,0.03349352535516731,64.74472029822732,26.784708851037408
|
| 218 |
+
beetle-fineweb3-eng,8192,6,0.24958163060542446,0.0882655880843329,0.028992769500626285,74.70577726900895,29.453015913843387
|
| 219 |
+
beetle-fineweb3-eng,8192,7,0.2338144445573522,0.09063722093546112,0.024809055303329594,86.32641773837798,31.019733486393168
|
| 220 |
+
beetle-fineweb3-eng,8192,8,0.20424450632334007,0.10372365354836181,0.026369005988995393,103.99699742118227,34.83152122384551
|
| 221 |
+
beetle-fineweb3-eng,8192,9,0.16616266288824152,0.12266999886928061,0.0289594526906319,130.00695973010818,40.76306403723937
|
| 222 |
+
beetle-fineweb3-eng,8192,10,0.15029030391487733,0.13371142168139047,0.03285824887469981,149.899829312795,45.47251012957567
|
| 223 |
+
beetle-fineweb3-eng,8192,11,0.1302781750761856,0.1441477928018089,0.03852255826023047,177.8180924741519,50.404387280283196
|
| 224 |
+
beetle-fineweb3-eng,8192,12,0.11719459997195396,0.14096305778816096,0.037789691243908276,215.5396957677667,57.30135476961113
|
| 225 |
+
beetle-fineweb3-eng,8192,13,0.10398358476825663,0.15484848401589005,0.05505882906345853,268.9102607764613,69.41089228829216
|
| 226 |
+
beetle-fineweb3-eng,16384,0,0.21383755435267054,0.08714531580254532,0.17727794625978996,33.76647436876056,27.840988559566707
|
| 227 |
+
beetle-fineweb3-eng,16384,1,0.19688199668221695,0.09683560103469209,0.2185207223433254,46.60224433195683,33.05724713411542
|
| 228 |
+
beetle-fineweb3-eng,16384,2,0.20791424126280023,0.09893812885146518,0.21210850815594193,56.62372949148698,32.41741105265878
|
| 229 |
+
beetle-fineweb3-eng,16384,3,0.2220433031823694,0.0976023104824657,0.18061328823767003,65.26108781381237,32.741095033004896
|
| 230 |
+
beetle-fineweb3-eng,16384,4,0.23248824504135077,0.09976201519356136,0.1475003239348446,73.37503557566916,32.273849461468515
|
| 231 |
+
beetle-fineweb3-eng,16384,5,0.2308492133023121,0.10386078035151651,0.12275579878532066,83.56047077222021,30.677618020708582
|
| 232 |
+
beetle-fineweb3-eng,16384,6,0.22356085936162876,0.1056578442963616,0.09635623726404241,96.60511519782102,32.27318500947743
|
| 233 |
+
beetle-fineweb3-eng,16384,7,0.22184616899134674,0.10814673425663053,0.07381968561041542,111.03624714395619,35.16125295100912
|
| 234 |
+
beetle-fineweb3-eng,16384,8,0.20135603134182675,0.12077130325379686,0.06268518032766153,134.42014993739417,39.546046204638515
|
| 235 |
+
beetle-fineweb3-eng,16384,9,0.1624330131755135,0.14414100580853692,0.08123722027191696,176.03166519438903,50.44706380301499
|
| 236 |
+
beetle-fineweb3-eng,16384,10,0.13232397665714216,0.16447976986034382,0.11825618852374942,216.18013300079392,60.58075012593052
|
| 237 |
+
beetle-fineweb3-eng,16384,11,0.10787787740113322,0.19319643019377683,0.163018320125875,274.6003037247947,67.66394412499223
|
| 238 |
+
beetle-fineweb3-eng,16384,12,0.06453959286402008,0.23176784888291838,0.23528583577880477,391.1737184759028,92.58472946873847
|
| 239 |
+
beetle-fineweb3-eng,16384,13,0.08266655463861268,0.2040931652587402,0.23191719743743666,439.90833679320224,92.7533326490102
|
| 240 |
+
beetle-fineweb3-eng,32768,0,0.0993933146288128,0.10653143903976152,0.35189910391709606,45.53472702868357,38.81807816617739
|
| 241 |
+
beetle-fineweb3-eng,32768,1,0.09224492882562876,0.11356573728398207,0.37737221877507965,59.681605414612726,43.50616089703042
|
| 242 |
+
beetle-fineweb3-eng,32768,2,0.10451335070044884,0.11408605723068528,0.36117755138908725,70.02192810550937,46.21486376752341
|
| 243 |
+
beetle-fineweb3-eng,32768,3,0.1258004496854703,0.11591711064850878,0.3199676346645981,79.02666639579235,46.337609526620476
|
| 244 |
+
beetle-fineweb3-eng,32768,4,0.15197499750876609,0.12187439044538984,0.2727771407598312,87.78982026460721,44.30159095761213
|
| 245 |
+
beetle-fineweb3-eng,32768,5,0.16135640954061675,0.13244680157600985,0.22358811687508515,99.43396932906926,43.35110518057195
|
| 246 |
+
beetle-fineweb3-eng,32768,6,0.1727770954807616,0.12565504804263172,0.16547620189878537,115.40492270911018,42.17948007779758
|
| 247 |
+
beetle-fineweb3-eng,32768,7,0.17316481784934099,0.13837158942963082,0.16128308340993977,136.09471292787583,43.683603445651855
|
| 248 |
+
beetle-fineweb3-eng,32768,8,0.16478111891894923,0.15879412955301606,0.16518880606223174,168.52830238025882,48.7896352502078
|
| 249 |
+
beetle-fineweb3-eng,32768,9,0.1406133117332667,0.17166936323149148,0.2379138914764408,224.06240887128578,60.07809440794325
|
| 250 |
+
beetle-fineweb3-eng,32768,10,0.11249506714863196,0.19048983919589593,0.3087819179494162,286.33600121580895,70.64290755130959
|
| 251 |
+
beetle-fineweb3-eng,32768,11,0.09137265782695465,0.21903819719059023,0.3532416453402716,372.730147636722,79.94371102168917
|
| 252 |
+
beetle-fineweb3-eng,32768,12,0.023814746042614396,0.3233593497616855,0.4822090871462567,723.1920666839459,166.47568605711965
|
| 253 |
+
beetle-fineweb3-eng,32768,13,0.06283888605826006,0.21595571545276412,0.39852944603328294,530.4083114874657,105.77316575592374
|
| 254 |
+
beetle-fineweb3-eng,65536,0,0.07236601300704573,0.11537415152594328,0.3802950336545645,41.6033728155187,44.239079906663264
|
| 255 |
+
beetle-fineweb3-eng,65536,1,0.07140737229859855,0.12158121728409303,0.41120627565745543,53.9200573107097,46.83959677743644
|
| 256 |
+
beetle-fineweb3-eng,65536,2,0.08172537259197017,0.12548851232772895,0.4022291923141883,63.70939110288759,45.85416412089422
|
| 257 |
+
beetle-fineweb3-eng,65536,3,0.10362738380469408,0.13070186935894754,0.36255635146966503,72.8130423931808,43.55394174732894
|
| 258 |
+
beetle-fineweb3-eng,65536,4,0.13556041286655862,0.14088931774904281,0.32421553739652775,83.22306526901211,40.332941803265726
|
| 259 |
+
beetle-fineweb3-eng,65536,5,0.15566589394766847,0.15323479189430037,0.3070179899845713,98.20434918763627,38.53375078144825
|
| 260 |
+
beetle-fineweb3-eng,65536,6,0.174537132592699,0.14004223146099073,0.2309376557276948,118.94677572957166,38.21353321516224
|
| 261 |
+
beetle-fineweb3-eng,65536,7,0.17351628806109468,0.15959529484642912,0.2832636055756523,151.52848108184546,40.35216639706389
|
| 262 |
+
beetle-fineweb3-eng,65536,8,0.1706587929234441,0.18594286287348627,0.3278849534492728,200.83289299753423,44.14140379749113
|
| 263 |
+
beetle-fineweb3-eng,65536,9,0.1525881017629148,0.1937502662543745,0.4160788470349045,272.2407793837622,50.69456376311479
|
| 264 |
+
beetle-fineweb3-eng,65536,10,0.1029436305508244,0.2112903303420778,0.47011854871008507,352.181147442567,65.10693794180912
|
| 265 |
+
beetle-fineweb3-eng,65536,11,0.07655608256995192,0.24522751174850996,0.498024875522616,461.0023302202102,75.74338593790957
|
| 266 |
+
beetle-fineweb3-eng,65536,12,0.012353850678963007,0.37354373207873953,0.6063757640053027,985.8714550815639,202.93790871359823
|
| 267 |
+
beetle-fineweb3-eng,65536,13,0.057432589303168385,0.214689520166766,0.4671784645464173,533.4417960580719,88.08848827054547
|
superseded/early_tier1/mechanistic_layer_beetle-humanscale-eng.csv
ADDED
|
@@ -0,0 +1,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,step,layer,per,gini,hoyer,norm,condition_number
|
| 2 |
+
beetle-humanscale-eng,0,0,0.5000487865120307,0.04560849191398194,0.003399964487291479,17.178332744995615,12.937920592973281
|
| 3 |
+
beetle-humanscale-eng,0,1,0.4680106426697058,0.04840375152939277,0.003769623412740176,18.3650487239349,14.03177481936437
|
| 4 |
+
beetle-humanscale-eng,0,2,0.4378443494149334,0.05165264805060158,0.004359554183350368,19.537940712753276,16.004305478075786
|
| 5 |
+
beetle-humanscale-eng,0,3,0.417541625768108,0.05391920144601977,0.004743595564717359,20.658234719999726,17.061218897404835
|
| 6 |
+
beetle-humanscale-eng,0,4,0.39122372333489647,0.05513521938242194,0.005008405599607231,21.827059663146404,18.818821972767168
|
| 7 |
+
beetle-humanscale-eng,0,5,0.3702313609570034,0.05689334655044102,0.00533574655164155,22.955158901899594,20.216185425837946
|
| 8 |
+
beetle-humanscale-eng,0,6,0.35313634030986996,0.05895909687762849,0.005723740079252626,24.0442475318907,21.506129441680997
|
| 9 |
+
beetle-humanscale-eng,0,7,0.3380438074987661,0.060328928626257085,0.00603601899650715,25.12232473895572,22.419624403052772
|
| 10 |
+
beetle-humanscale-eng,0,8,0.32751476197768575,0.060552289927507275,0.006150411360313415,26.045138972993815,23.54186239390849
|
| 11 |
+
beetle-humanscale-eng,0,9,0.31626881724254347,0.059720975806463183,0.006018286949584529,27.06998812179842,24.455678515719615
|
| 12 |
+
beetle-humanscale-eng,0,10,0.30726708699246214,0.06053537673564454,0.006179309137831201,28.086692828005233,24.97832560166847
|
| 13 |
+
beetle-humanscale-eng,0,11,0.2950659184164088,0.06160840047414092,0.006388116563711491,29.09706690827903,26.43275975193406
|
| 14 |
+
beetle-humanscale-eng,0,12,0.28921057498542496,0.06396938789279553,0.0067701563226999556,30.03327875794355,27.050638142600484
|
| 15 |
+
beetle-humanscale-eng,0,13,0.2795446919137205,0.06594968825951941,0.007125090366017177,30.95247856102733,28.5989113203183
|
| 16 |
+
beetle-humanscale-eng,1,0,0.5000487865120307,0.04560849191398194,0.003399964487291479,17.178332744995615,12.937920592973281
|
| 17 |
+
beetle-humanscale-eng,1,1,0.4680106426697058,0.04840375152939277,0.003769623412740176,18.3650487239349,14.03177481936437
|
| 18 |
+
beetle-humanscale-eng,1,2,0.4378443494149334,0.05165264805060158,0.004359554183350368,19.537940712753276,16.004305478075786
|
| 19 |
+
beetle-humanscale-eng,1,3,0.417541625768108,0.05391920144601977,0.004743595564717359,20.658234719999726,17.061218897404835
|
| 20 |
+
beetle-humanscale-eng,1,4,0.39122372333489647,0.05513521938242194,0.005008405599607231,21.827059663146404,18.818821972767168
|
| 21 |
+
beetle-humanscale-eng,1,5,0.3702313609570034,0.05689334655044102,0.00533574655164155,22.955158901899594,20.216185425837946
|
| 22 |
+
beetle-humanscale-eng,1,6,0.35313634030986996,0.05895909687762849,0.005723740079252626,24.0442475318907,21.506129441680997
|
| 23 |
+
beetle-humanscale-eng,1,7,0.3380438074987661,0.060328928626257085,0.00603601899650715,25.12232473895572,22.419624403052772
|
| 24 |
+
beetle-humanscale-eng,1,8,0.32751476197768575,0.060552289927507275,0.006150411360313415,26.045138972993815,23.54186239390849
|
| 25 |
+
beetle-humanscale-eng,1,9,0.31626881724254347,0.059720975806463183,0.006018286949584529,27.06998812179842,24.455678515719615
|
| 26 |
+
beetle-humanscale-eng,1,10,0.30726708699246214,0.06053537673564454,0.006179309137831201,28.086692828005233,24.97832560166847
|
| 27 |
+
beetle-humanscale-eng,1,11,0.2950659184164088,0.06160840047414092,0.006388116563711491,29.09706690827903,26.43275975193406
|
| 28 |
+
beetle-humanscale-eng,1,12,0.28921057498542496,0.06396938789279553,0.0067701563226999556,30.03327875794355,27.050638142600484
|
| 29 |
+
beetle-humanscale-eng,1,13,0.2795446919137205,0.06594968825951941,0.007125090366017177,30.95247856102733,28.5989113203183
|
| 30 |
+
beetle-humanscale-eng,2,0,0.5000487865120307,0.04560849191398194,0.003399964487291479,17.178332744995615,12.937920592973281
|
| 31 |
+
beetle-humanscale-eng,2,1,0.4680106426697058,0.04840375152939277,0.003769623412740176,18.3650487239349,14.03177481936437
|
| 32 |
+
beetle-humanscale-eng,2,2,0.4378443494149334,0.05165264805060158,0.004359554183350368,19.537940712753276,16.004305478075786
|
| 33 |
+
beetle-humanscale-eng,2,3,0.417541625768108,0.05391920144601977,0.004743595564717359,20.658234719999726,17.061218897404835
|
| 34 |
+
beetle-humanscale-eng,2,4,0.39122372333489647,0.05513521938242194,0.005008405599607231,21.827059663146404,18.818821972767168
|
| 35 |
+
beetle-humanscale-eng,2,5,0.3702313609570034,0.05689334655044102,0.00533574655164155,22.955158901899594,20.216185425837946
|
| 36 |
+
beetle-humanscale-eng,2,6,0.35313634030986996,0.05895909687762849,0.005723740079252626,24.0442475318907,21.506129441680997
|
| 37 |
+
beetle-humanscale-eng,2,7,0.3380438074987661,0.060328928626257085,0.00603601899650715,25.12232473895572,22.419624403052772
|
| 38 |
+
beetle-humanscale-eng,2,8,0.32751476197768575,0.060552289927507275,0.006150411360313415,26.045138972993815,23.54186239390849
|
| 39 |
+
beetle-humanscale-eng,2,9,0.31626881724254347,0.059720975806463183,0.006018286949584529,27.06998812179842,24.455678515719615
|
| 40 |
+
beetle-humanscale-eng,2,10,0.30726708699246214,0.06053537673564454,0.006179309137831201,28.086692828005233,24.97832560166847
|
| 41 |
+
beetle-humanscale-eng,2,11,0.2950659184164088,0.06160840047414092,0.006388116563711491,29.09706690827903,26.43275975193406
|
| 42 |
+
beetle-humanscale-eng,2,12,0.28921057498542496,0.06396938789279553,0.0067701563226999556,30.03327875794355,27.050638142600484
|
| 43 |
+
beetle-humanscale-eng,2,13,0.2795446919137205,0.06594968825951941,0.007125090366017177,30.95247856102733,28.5989113203183
|
| 44 |
+
beetle-humanscale-eng,4,0,0.5000487865120307,0.04560849191398194,0.003399964487291479,17.178332744995615,12.937920592973281
|
| 45 |
+
beetle-humanscale-eng,4,1,0.4680106426697058,0.04840375152939277,0.003769623412740176,18.3650487239349,14.03177481936437
|
| 46 |
+
beetle-humanscale-eng,4,2,0.4378443494149334,0.05165264805060158,0.004359554183350368,19.537940712753276,16.004305478075786
|
| 47 |
+
beetle-humanscale-eng,4,3,0.417541625768108,0.05391920144601977,0.004743595564717359,20.658234719999726,17.061218897404835
|
| 48 |
+
beetle-humanscale-eng,4,4,0.39122372333489647,0.05513521938242194,0.005008405599607231,21.827059663146404,18.818821972767168
|
| 49 |
+
beetle-humanscale-eng,4,5,0.3702313609570034,0.05689334655044102,0.00533574655164155,22.955158901899594,20.216185425837946
|
| 50 |
+
beetle-humanscale-eng,4,6,0.35313634030986996,0.05895909687762849,0.005723740079252626,24.0442475318907,21.506129441680997
|
| 51 |
+
beetle-humanscale-eng,4,7,0.3380438074987661,0.060328928626257085,0.00603601899650715,25.12232473895572,22.419624403052772
|
| 52 |
+
beetle-humanscale-eng,4,8,0.32751476197768575,0.060552289927507275,0.006150411360313415,26.045138972993815,23.54186239390849
|
| 53 |
+
beetle-humanscale-eng,4,9,0.31626881724254347,0.059720975806463183,0.006018286949584529,27.06998812179842,24.455678515719615
|
| 54 |
+
beetle-humanscale-eng,4,10,0.30726708699246214,0.06053537673564454,0.006179309137831201,28.086692828005233,24.97832560166847
|
| 55 |
+
beetle-humanscale-eng,4,11,0.2950659184164088,0.06160840047414092,0.006388116563711491,29.09706690827903,26.43275975193406
|
| 56 |
+
beetle-humanscale-eng,4,12,0.28921057498542496,0.06396938789279553,0.0067701563226999556,30.03327875794355,27.050638142600484
|
| 57 |
+
beetle-humanscale-eng,4,13,0.2795446919137205,0.06594968825951941,0.007125090366017177,30.95247856102733,28.5989113203183
|
| 58 |
+
beetle-humanscale-eng,6,0,0.5000487865120307,0.04560849191398194,0.003399964487291479,17.178332744995615,12.937920592973281
|
| 59 |
+
beetle-humanscale-eng,6,1,0.4680106426697058,0.04840375152939277,0.003769623412740176,18.3650487239349,14.03177481936437
|
| 60 |
+
beetle-humanscale-eng,6,2,0.4378443494149334,0.05165264805060158,0.004359554183350368,19.537940712753276,16.004305478075786
|
| 61 |
+
beetle-humanscale-eng,6,3,0.417541625768108,0.05391920144601977,0.004743595564717359,20.658234719999726,17.061218897404835
|
| 62 |
+
beetle-humanscale-eng,6,4,0.39122372333489647,0.05513521938242194,0.005008405599607231,21.827059663146404,18.818821972767168
|
| 63 |
+
beetle-humanscale-eng,6,5,0.3702313609570034,0.05689334655044102,0.00533574655164155,22.955158901899594,20.216185425837946
|
| 64 |
+
beetle-humanscale-eng,6,6,0.35313634030986996,0.05895909687762849,0.005723740079252626,24.0442475318907,21.506129441680997
|
| 65 |
+
beetle-humanscale-eng,6,7,0.3380438074987661,0.060328928626257085,0.00603601899650715,25.12232473895572,22.419624403052772
|
| 66 |
+
beetle-humanscale-eng,6,8,0.32751476197768575,0.060552289927507275,0.006150411360313415,26.045138972993815,23.54186239390849
|
| 67 |
+
beetle-humanscale-eng,6,9,0.31626881724254347,0.059720975806463183,0.006018286949584529,27.06998812179842,24.455678515719615
|
| 68 |
+
beetle-humanscale-eng,6,10,0.30726708699246214,0.06053537673564454,0.006179309137831201,28.086692828005233,24.97832560166847
|
| 69 |
+
beetle-humanscale-eng,6,11,0.2950659184164088,0.06160840047414092,0.006388116563711491,29.09706690827903,26.43275975193406
|
| 70 |
+
beetle-humanscale-eng,6,12,0.28921057498542496,0.06396938789279553,0.0067701563226999556,30.03327875794355,27.050638142600484
|
| 71 |
+
beetle-humanscale-eng,6,13,0.2795446919137205,0.06594968825951941,0.007125090366017177,30.95247856102733,28.5989113203183
|
| 72 |
+
beetle-humanscale-eng,8,0,0.5000487865120307,0.04560849191398194,0.003399964487291479,17.178332744995615,12.937920592973281
|
| 73 |
+
beetle-humanscale-eng,8,1,0.4680106426697058,0.04840375152939277,0.003769623412740176,18.3650487239349,14.03177481936437
|
| 74 |
+
beetle-humanscale-eng,8,2,0.4378443494149334,0.05165264805060158,0.004359554183350368,19.537940712753276,16.004305478075786
|
| 75 |
+
beetle-humanscale-eng,8,3,0.417541625768108,0.05391920144601977,0.004743595564717359,20.658234719999726,17.061218897404835
|
| 76 |
+
beetle-humanscale-eng,8,4,0.39122372333489647,0.05513521938242194,0.005008405599607231,21.827059663146404,18.818821972767168
|
| 77 |
+
beetle-humanscale-eng,8,5,0.3702313609570034,0.05689334655044102,0.00533574655164155,22.955158901899594,20.216185425837946
|
| 78 |
+
beetle-humanscale-eng,8,6,0.35313634030986996,0.05895909687762849,0.005723740079252626,24.0442475318907,21.506129441680997
|
| 79 |
+
beetle-humanscale-eng,8,7,0.3380438074987661,0.060328928626257085,0.00603601899650715,25.12232473895572,22.419624403052772
|
| 80 |
+
beetle-humanscale-eng,8,8,0.32751476197768575,0.060552289927507275,0.006150411360313415,26.045138972993815,23.54186239390849
|
| 81 |
+
beetle-humanscale-eng,8,9,0.31626881724254347,0.059720975806463183,0.006018286949584529,27.06998812179842,24.455678515719615
|
| 82 |
+
beetle-humanscale-eng,8,10,0.30726708699246214,0.06053537673564454,0.006179309137831201,28.086692828005233,24.97832560166847
|
| 83 |
+
beetle-humanscale-eng,8,11,0.2950659184164088,0.06160840047414092,0.006388116563711491,29.09706690827903,26.43275975193406
|
| 84 |
+
beetle-humanscale-eng,8,12,0.28921057498542496,0.06396938789279553,0.0067701563226999556,30.03327875794355,27.050638142600484
|
| 85 |
+
beetle-humanscale-eng,8,13,0.2795446919137205,0.06594968825951941,0.007125090366017177,30.95247856102733,28.5989113203183
|
| 86 |
+
beetle-humanscale-eng,16,0,0.5000487940398429,0.04560868133442705,0.0033999939430281244,17.178336584404995,12.937928209016695
|
| 87 |
+
beetle-humanscale-eng,16,1,0.46801084781564145,0.048404030992549384,0.003769654838279835,18.36506104741478,14.031757705748063
|
| 88 |
+
beetle-humanscale-eng,16,2,0.4378475862965367,0.051652649492740586,0.0043595413910235345,19.53792983120809,16.00421455655074
|
| 89 |
+
beetle-humanscale-eng,16,3,0.4175418014220799,0.053919717904871746,0.0047436635448631125,20.65823981231505,17.06129241503633
|
| 90 |
+
beetle-humanscale-eng,16,4,0.3912228556755602,0.055135599262400525,0.00500842907494244,21.82705573166818,18.818990852959192
|
| 91 |
+
beetle-humanscale-eng,16,5,0.37023199004464846,0.056891726346937954,0.005335416151371388,22.955102630982395,20.215943528921162
|
| 92 |
+
beetle-humanscale-eng,16,6,0.3531329081038495,0.058957149322664826,0.0057232902475410465,24.044214195341883,21.506085761911823
|
| 93 |
+
beetle-humanscale-eng,16,7,0.3380437839622944,0.06032526880525276,0.006035274117619075,25.1222386416963,22.419666991147032
|
| 94 |
+
beetle-humanscale-eng,16,8,0.3275153904163522,0.06055174394121702,0.00615018121284874,26.045037710185127,23.54156987444532
|
| 95 |
+
beetle-humanscale-eng,16,9,0.3162687764413225,0.05971849730530924,0.006017776171224686,27.069894771747148,24.455174851225497
|
| 96 |
+
beetle-humanscale-eng,16,10,0.3072673076204854,0.06053340459164325,0.00617877460368446,28.086588254258253,24.977631320974645
|
| 97 |
+
beetle-humanscale-eng,16,11,0.29506754470221697,0.061607338293190615,0.006387600862421719,29.097013465420158,26.432653985130734
|
| 98 |
+
beetle-humanscale-eng,16,12,0.2892128149733091,0.0639695365974308,0.006769961129773737,30.033177099836507,27.049274309707894
|
| 99 |
+
beetle-humanscale-eng,16,13,0.27955017017315703,0.06594789690495102,0.0071245917113023265,30.95230774922013,28.598286880089457
|
| 100 |
+
beetle-humanscale-eng,32,0,0.5000496005493438,0.045610010601967975,0.0034002075507433725,17.178342124641958,12.937916243277723
|
| 101 |
+
beetle-humanscale-eng,32,1,0.4680135149914326,0.048405994451494884,0.003769867629390551,18.365104892883423,14.031638355066441
|
| 102 |
+
beetle-humanscale-eng,32,2,0.4378661186325671,0.051653908894466305,0.004359705172078423,19.53785480975022,16.00363816203675
|
| 103 |
+
beetle-humanscale-eng,32,3,0.4175383518808608,0.05392372561741506,0.004744244241517731,20.65828590852128,17.06220221300074
|
| 104 |
+
beetle-humanscale-eng,32,4,0.3912108787847224,0.05513797510746521,0.0050086215216234315,21.8270819447792,18.821384360756273
|
| 105 |
+
beetle-humanscale-eng,32,5,0.37022669117120677,0.05688231185224998,0.005333620260581709,22.95486556739474,20.215657163923378
|
| 106 |
+
beetle-humanscale-eng,32,6,0.3531039730065358,0.058944930275372474,0.0057205381874616355,24.044137846585798,21.507851930843053
|
| 107 |
+
beetle-humanscale-eng,32,7,0.3380406226320734,0.060305910510557524,0.006031309468916539,25.121812780510073,22.421806613170407
|
| 108 |
+
beetle-humanscale-eng,32,8,0.32751560559945314,0.06055615787876271,0.006150258895889772,26.044560333969933,23.542236637733232
|
| 109 |
+
beetle-humanscale-eng,32,9,0.31627245218513794,0.05970959794931533,0.006015939139497589,27.069255480501806,24.455592266352276
|
| 110 |
+
beetle-humanscale-eng,32,10,0.30727975410555924,0.060520810845401694,0.006175605556729907,28.085798336817763,24.975497814583395
|
| 111 |
+
beetle-humanscale-eng,32,11,0.2950914914851483,0.061598423744019616,0.006384251674609663,29.096557478086712,26.42767746332838
|
| 112 |
+
beetle-humanscale-eng,32,12,0.2892381968775703,0.06396767236931937,0.0067688600051631865,30.032468809563692,27.0383050042404
|
| 113 |
+
beetle-humanscale-eng,32,13,0.27959535546186876,0.06593440526053929,0.0071216798478064315,30.951253116887234,28.589684559149276
|
| 114 |
+
beetle-humanscale-eng,64,0,0.500048886720129,0.04561383857126552,0.003400816373244567,17.178374931709868,12.93818723249206
|
| 115 |
+
beetle-humanscale-eng,64,1,0.46802663476786227,0.048413786254634474,0.003770579469664127,18.365239471767833,14.031371028292828
|
| 116 |
+
beetle-humanscale-eng,64,2,0.437937941347889,0.0516585287410436,0.004360255047311218,19.537548139175268,16.002370453971473
|
| 117 |
+
beetle-humanscale-eng,64,3,0.41752682136581093,0.053938992650091055,0.004746651488908006,20.658459063439548,17.064802293569016
|
| 118 |
+
beetle-humanscale-eng,64,4,0.39117486252390227,0.05514976775332103,0.005009905207793584,21.82713740760107,18.82915499629009
|
| 119 |
+
beetle-humanscale-eng,64,5,0.3702201269262263,0.05684891692918607,0.005326752391019307,22.95379677636662,20.21000120241003
|
| 120 |
+
beetle-humanscale-eng,64,6,0.35300326097200013,0.05890050007384806,0.005710313406398437,24.04386895600571,21.51122071665418
|
| 121 |
+
beetle-humanscale-eng,64,7,0.3380334668115814,0.060240363953610356,0.006017305421562747,25.120400915096035,22.428241948113982
|
| 122 |
+
beetle-humanscale-eng,64,8,0.3275244079467571,0.06057919674722223,0.006151051428569312,26.04315678210497,23.542898264723366
|
| 123 |
+
beetle-humanscale-eng,64,9,0.31628523981834744,0.0596801436052344,0.006009069393547,27.067581258213462,24.454874803365133
|
| 124 |
+
beetle-humanscale-eng,64,10,0.30733995775499307,0.060472544783855074,0.006163112438838752,28.083835812437123,24.961459706755665
|
| 125 |
+
beetle-humanscale-eng,64,11,0.2952064991144417,0.061554783700166794,0.006368587319148658,29.09590570434002,26.40457517646528
|
| 126 |
+
beetle-humanscale-eng,64,12,0.2893861854257072,0.06394638495086576,0.006761306424939955,30.030650903309994,26.98401149813405
|
| 127 |
+
beetle-humanscale-eng,64,13,0.279864130594681,0.06586314359550667,0.007106342480406571,30.94800870099343,28.543421247350164
|
| 128 |
+
beetle-humanscale-eng,256,0,0.4996045972902898,0.04575098252858364,0.0034244316416495264,17.184837145956177,12.939807646753978
|
| 129 |
+
beetle-humanscale-eng,256,1,0.4668643907434745,0.048748251831335875,0.0038187318869596916,18.392880445202813,14.041676220136711
|
| 130 |
+
beetle-humanscale-eng,256,2,0.4312306605326874,0.052720893995234754,0.004550095571233951,19.63215653242095,16.333916858224033
|
| 131 |
+
beetle-humanscale-eng,256,3,0.3962282592097162,0.05682260126376552,0.005318703668691247,20.894445500811113,18.73008280534469
|
| 132 |
+
beetle-humanscale-eng,256,4,0.34645941852891043,0.059508354297401755,0.005885914390182044,22.279439764749,22.810159244659406
|
| 133 |
+
beetle-humanscale-eng,256,5,0.29654223637509186,0.0633048386503674,0.006605986515993568,23.681152605515866,26.704177487046938
|
| 134 |
+
beetle-humanscale-eng,256,6,0.24040852175987223,0.06983245447511861,0.008031887847214526,25.232706252566047,31.787138320463676
|
| 135 |
+
beetle-humanscale-eng,256,7,0.19000392402906174,0.07695323974249464,0.009946458112567622,26.88634206583237,36.9498842038769
|
| 136 |
+
beetle-humanscale-eng,256,8,0.1289329702592534,0.08699449055778248,0.012705274501376968,28.883996059688194,45.31597474640294
|
| 137 |
+
beetle-humanscale-eng,256,9,0.09157945364471361,0.10202298254299169,0.01736461511626165,31.069116658552698,53.70919600586085
|
| 138 |
+
beetle-humanscale-eng,256,10,0.0689108895984126,0.11679809825556593,0.022742771341422805,33.3803174060474,61.38272689964812
|
| 139 |
+
beetle-humanscale-eng,256,11,0.05157447493327831,0.1299585383036598,0.027473612166764482,35.93802730699133,70.44308900383463
|
| 140 |
+
beetle-humanscale-eng,256,12,0.038960319497016664,0.14530776627047448,0.03380310701422272,38.87429530627949,80.24923141914284
|
| 141 |
+
beetle-humanscale-eng,256,13,0.03212929336562476,0.15653139482922698,0.03878003315267101,41.57604982213931,88.61989919612033
|
| 142 |
+
beetle-humanscale-eng,500,0,0.5000116697889105,0.045822458029569635,0.003435834524530128,17.17821554505522,12.92174927657135
|
| 143 |
+
beetle-humanscale-eng,500,1,0.4674188078016814,0.048954568341065784,0.0038490622034278487,18.388659953451562,13.997340546378972
|
| 144 |
+
beetle-humanscale-eng,500,2,0.43298565769784064,0.05303234513130469,0.004595545423877475,19.634552951208864,16.148880840629992
|
| 145 |
+
beetle-humanscale-eng,500,3,0.3982517976397885,0.057497248848774905,0.005455040031520859,20.92962180014133,18.56380012306963
|
| 146 |
+
beetle-humanscale-eng,500,4,0.3500380181818437,0.06066647334188321,0.0060951635016256835,22.35302462442305,22.540667421869607
|
| 147 |
+
beetle-humanscale-eng,500,5,0.2959995851407291,0.06575848353841811,0.007071746705259291,23.858610617442753,26.77838903628487
|
| 148 |
+
beetle-humanscale-eng,500,6,0.23472634883673751,0.07510989520424365,0.00932198837112618,25.64099290274398,32.31469534493438
|
| 149 |
+
beetle-humanscale-eng,500,7,0.16523877279302157,0.08662195661790391,0.012659825519762052,27.81649079447733,39.57944682893869
|
| 150 |
+
beetle-humanscale-eng,500,8,0.08527198574054212,0.10874607508460639,0.01975910544655524,31.224470671204312,53.69844066635564
|
| 151 |
+
beetle-humanscale-eng,500,9,0.045704321199310914,0.13863431989984396,0.030746378381249353,35.79246492157051,71.09078050596632
|
| 152 |
+
beetle-humanscale-eng,500,10,0.027518628378406094,0.17004030023260372,0.04482580504303451,41.96669721886247,90.53305882122055
|
| 153 |
+
beetle-humanscale-eng,500,11,0.01893020327610007,0.1892198339965847,0.053945767501239236,49.26654203178652,111.90405789638167
|
| 154 |
+
beetle-humanscale-eng,500,12,0.014130400933531432,0.21116522345023533,0.0659057036173287,58.889104671997366,135.89861608446523
|
| 155 |
+
beetle-humanscale-eng,500,13,0.011670627115921695,0.2285685749603116,0.07571378066765946,69.52265260178163,159.39297301117037
|
| 156 |
+
beetle-humanscale-eng,1000,0,0.5004477799702389,0.0457984300111125,0.003429892707950701,17.172354814027198,12.90501271449688
|
| 157 |
+
beetle-humanscale-eng,1000,1,0.46823565295332786,0.04912088802926048,0.0038751266600663783,18.386753190849358,13.95523061527104
|
| 158 |
+
beetle-humanscale-eng,1000,2,0.4386056368677419,0.05263911164818517,0.004527131213558865,19.606868199544262,15.863889920064214
|
| 159 |
+
beetle-humanscale-eng,1000,3,0.41448274548896613,0.056304609391778726,0.005247432880350687,20.868017513863933,17.027085024934696
|
| 160 |
+
beetle-humanscale-eng,1000,4,0.3873471217567051,0.058090097323996094,0.00559004033286248,22.176316655822617,18.683973903235604
|
| 161 |
+
beetle-humanscale-eng,1000,5,0.364835177541209,0.06151062504185149,0.006217011067445353,23.499060202100658,19.893073792766874
|
| 162 |
+
beetle-humanscale-eng,1000,6,0.3488718507826313,0.0666144542824602,0.007348147395621616,24.876786681956336,21.389951414360524
|
| 163 |
+
beetle-humanscale-eng,1000,7,0.32879193650492694,0.07158785819061568,0.008650365620795516,26.4278339072734,22.567183897270862
|
| 164 |
+
beetle-humanscale-eng,1000,8,0.29778255004442167,0.08086321629796138,0.011114396717911887,28.486875125505886,25.963217619348036
|
| 165 |
+
beetle-humanscale-eng,1000,9,0.24507810276230213,0.10128749412550508,0.016921582169427796,31.598598536891448,32.17795405892675
|
| 166 |
+
beetle-humanscale-eng,1000,10,0.17203820885931984,0.13785155579569594,0.030549494216691488,37.08249088933167,41.162184423433125
|
| 167 |
+
beetle-humanscale-eng,1000,11,0.08754782464293163,0.18223313683603562,0.05008371824408313,46.90383213599867,57.33390970851136
|
| 168 |
+
beetle-humanscale-eng,1000,12,0.04100967195619959,0.22609976533206474,0.07339026033005439,64.36075194509198,79.93935105915973
|
| 169 |
+
beetle-humanscale-eng,1000,13,0.024631281692288474,0.2585449914708646,0.09232608828955918,87.52717979173467,102.06935032731802
|
| 170 |
+
beetle-humanscale-eng,2000,0,0.4988595593045545,0.04562037849313786,0.0034022122405442425,17.190325064571198,12.938769904958269
|
| 171 |
+
beetle-humanscale-eng,2000,1,0.4645599183253956,0.05002678489405484,0.0040346583816479225,18.470652419470348,14.129741099150898
|
| 172 |
+
beetle-humanscale-eng,2000,2,0.4357547528250432,0.05307304248272023,0.004622060812921663,19.701611396480676,15.624705904122147
|
| 173 |
+
beetle-humanscale-eng,2000,3,0.4089368090084168,0.056552272495386934,0.00525414551413725,21.046759208532364,17.11597407975345
|
| 174 |
+
beetle-humanscale-eng,2000,4,0.38326202619247346,0.05916079732022809,0.005790714261226143,22.35545076539773,18.87860032899159
|
| 175 |
+
beetle-humanscale-eng,2000,5,0.3623234330955777,0.06315551761751663,0.006606141814878828,23.649288279936368,20.15594530842555
|
| 176 |
+
beetle-humanscale-eng,2000,6,0.34441447057331787,0.06655929849516735,0.0075021703918680595,25.112342490595044,21.34537285167387
|
| 177 |
+
beetle-humanscale-eng,2000,7,0.3202034555971538,0.0718103661572848,0.008908290052701814,26.7923663929147,23.522904630691396
|
| 178 |
+
beetle-humanscale-eng,2000,8,0.29651694597261347,0.08119307455533657,0.011464402802535965,29.032761592818918,25.70099283046102
|
| 179 |
+
beetle-humanscale-eng,2000,9,0.2546994473910274,0.0946717208607386,0.015434415685922798,32.4775083988367,30.402550060145273
|
| 180 |
+
beetle-humanscale-eng,2000,10,0.2060679477414756,0.11326704568011037,0.021567374864965527,37.147495613551605,35.69968973582869
|
| 181 |
+
beetle-humanscale-eng,2000,11,0.15520890422270056,0.13415148307619,0.029526102382598313,42.940333578894595,43.690043178535845
|
| 182 |
+
beetle-humanscale-eng,2000,12,0.08250734662644164,0.16760120617356225,0.04518556825319775,55.04975449448862,62.90257767052249
|
| 183 |
+
beetle-humanscale-eng,2000,13,0.06157617156458218,0.2076934546248889,0.06524425239871345,77.78343055824898,74.6027408384832
|
| 184 |
+
beetle-humanscale-eng,2500,0,0.4983951518289293,0.045315748010155886,0.0033644187818287203,17.193766867056965,12.931660796549446
|
| 185 |
+
beetle-humanscale-eng,2500,1,0.4625128460395359,0.04984973794362846,0.004019988101769893,18.49077635017667,14.328708899780953
|
| 186 |
+
beetle-humanscale-eng,2500,2,0.4314271656720017,0.05315238526677731,0.004627267257678094,19.739728690206814,16.095741772590767
|
| 187 |
+
beetle-humanscale-eng,2500,3,0.3991754231506859,0.055780938290175275,0.005141391865422426,21.093185455842292,17.742949449734585
|
| 188 |
+
beetle-humanscale-eng,2500,4,0.37332677438057,0.058239484403419084,0.005618291020305312,22.37264357808485,19.781719805206787
|
| 189 |
+
beetle-humanscale-eng,2500,5,0.34730330672908477,0.06262007022483711,0.006494176044712142,23.709466162911813,21.390124143209277
|
| 190 |
+
beetle-humanscale-eng,2500,6,0.32563698337511265,0.06605405235822219,0.007299469333905493,25.13215765904044,22.843532607071513
|
| 191 |
+
beetle-humanscale-eng,2500,7,0.29762761988089026,0.07085024779061744,0.008531366684931931,26.713467946774884,25.278386837648046
|
| 192 |
+
beetle-humanscale-eng,2500,8,0.27336302862243167,0.07751012858734511,0.010318857175457165,28.73481425852185,27.667815772877375
|
| 193 |
+
beetle-humanscale-eng,2500,9,0.23578287732520833,0.08736050701536113,0.013091563695545292,32.087552670920765,31.145156293573226
|
| 194 |
+
beetle-humanscale-eng,2500,10,0.19034821110612804,0.1002072863926003,0.01711357840527397,36.28063128965928,35.46303262094392
|
| 195 |
+
beetle-humanscale-eng,2500,11,0.12275969377608725,0.1145087974896805,0.02118233596699176,42.140766113703506,49.82076863440164
|
| 196 |
+
beetle-humanscale-eng,2500,12,0.07903404495855658,0.14008252825814912,0.031012038325751452,53.91281999005296,65.29856955897297
|
| 197 |
+
beetle-humanscale-eng,2500,13,0.064350594764015,0.18245705868660256,0.050861538195688984,76.2635525952798,75.97149709660815
|
| 198 |
+
beetle-humanscale-eng,4000,0,0.47661169034394585,0.04742691993247764,0.003700230420439132,17.670068909908366,13.961807337660813
|
| 199 |
+
beetle-humanscale-eng,4000,1,0.390935554062547,0.05820046791832182,0.005580705354593178,19.708665210371656,18.453903907289437
|
| 200 |
+
beetle-humanscale-eng,4000,2,0.35146703675690694,0.06253960031722805,0.0065387631968181256,21.54832471387098,20.184006347297505
|
| 201 |
+
beetle-humanscale-eng,4000,3,0.2973963099573227,0.07048904413860384,0.008467149576935975,23.846690466846347,24.30517632347502
|
| 202 |
+
beetle-humanscale-eng,4000,4,0.2676102341665589,0.07087957165688567,0.008469134020611967,25.73673347974833,26.756645963423022
|
| 203 |
+
beetle-humanscale-eng,4000,5,0.2441341485610516,0.07525643461699971,0.009422232937819876,27.702457195869098,28.35307818851686
|
| 204 |
+
beetle-humanscale-eng,4000,6,0.20462732490755373,0.07666786122855267,0.009627734783725066,30.35417704934832,31.984165328671228
|
| 205 |
+
beetle-humanscale-eng,4000,7,0.19240593531567474,0.08006456048239101,0.010546053480183021,32.854478657320016,33.892008957934394
|
| 206 |
+
beetle-humanscale-eng,4000,8,0.1714405815986668,0.08539036189736837,0.012189203527341123,36.317037328398605,38.52963769178441
|
| 207 |
+
beetle-humanscale-eng,4000,9,0.13963157343292606,0.09403305996466631,0.014434451044030476,43.4355274725863,46.57199943349006
|
| 208 |
+
beetle-humanscale-eng,4000,10,0.11545015668769501,0.10865737336051613,0.018955370189815166,50.88903411927323,54.93022876945381
|
| 209 |
+
beetle-humanscale-eng,4000,11,0.08662413310637693,0.11750341409510708,0.02176244369608221,61.265696903726045,69.51067307593831
|
| 210 |
+
beetle-humanscale-eng,4000,12,0.06423896741951152,0.13098349628724174,0.027520361443492063,77.85528202492901,95.14492024340274
|
| 211 |
+
beetle-humanscale-eng,4000,13,0.05692392432899029,0.16116623506565877,0.041616616796749835,102.60917948796187,110.66185790326202
|
| 212 |
+
beetle-humanscale-eng,5500,0,0.4239051204171523,0.050456018285091275,0.0042118904439414255,18.596545543882073,17.123480044691306
|
| 213 |
+
beetle-humanscale-eng,5500,1,0.31579985669889,0.06325882260161242,0.006652914495583348,21.667345625066602,22.275156063466305
|
| 214 |
+
beetle-humanscale-eng,5500,2,0.26899978690334475,0.07015618293974872,0.008129793175599507,24.445190834755433,25.89571170101487
|
| 215 |
+
beetle-humanscale-eng,5500,3,0.21550668335149706,0.07855935723324148,0.010309252477651602,27.690035523260192,30.90975352282502
|
| 216 |
+
beetle-humanscale-eng,5500,4,0.1847378489216222,0.08125132681999488,0.01111264696067047,30.575523264065456,35.41870289504217
|
| 217 |
+
beetle-humanscale-eng,5500,5,0.16993424769622018,0.08757488195414916,0.012804795999301238,33.623591687367394,37.54094212042408
|
| 218 |
+
beetle-humanscale-eng,5500,6,0.14303930762691383,0.0884707920490831,0.013093580992040178,37.808347459059625,43.83611489705626
|
| 219 |
+
beetle-humanscale-eng,5500,7,0.1430337981048664,0.08973258543912133,0.013800424980788581,41.21951764394271,45.699075954792754
|
| 220 |
+
beetle-humanscale-eng,5500,8,0.14078838178815517,0.09764556013797938,0.01612492393781819,46.23379521973487,48.62236966123754
|
| 221 |
+
beetle-humanscale-eng,5500,9,0.1168304682922202,0.11467719983989373,0.022776420306927198,59.03823434000919,61.45133375133698
|
| 222 |
+
beetle-humanscale-eng,5500,10,0.10948852576961042,0.12896777791215838,0.029132631888291124,69.34476501030457,69.05429820326722
|
| 223 |
+
beetle-humanscale-eng,5500,11,0.08931840342536944,0.13751290069565872,0.03172336846564555,83.26780192214552,80.91340831895849
|
| 224 |
+
beetle-humanscale-eng,5500,12,0.07848712813182014,0.15899234541654575,0.041048985969983416,105.11337627989829,99.80748380849359
|
| 225 |
+
beetle-humanscale-eng,5500,13,0.07697877589200536,0.20853950542063013,0.06833739735250184,140.06092183040164,108.42789135619043
|
| 226 |
+
beetle-humanscale-eng,7500,0,0.42552036127568704,0.051343210275281624,0.004321368174692486,19.41457347406193,15.735531181575773
|
| 227 |
+
beetle-humanscale-eng,7500,1,0.33440296277810605,0.06128275040063791,0.006197299854183786,23.142080066987702,20.695088203536905
|
| 228 |
+
beetle-humanscale-eng,7500,2,0.2802654447397901,0.0657182965217508,0.007153685271666913,26.398797219809783,25.043055084251552
|
| 229 |
+
beetle-humanscale-eng,7500,3,0.23548655437592722,0.07196168268580412,0.008540491670000143,30.18061175791612,29.608329444300832
|
| 230 |
+
beetle-humanscale-eng,7500,4,0.2178553729881963,0.0751209375206862,0.009407845375092264,33.66466063999454,31.88173024149564
|
| 231 |
+
beetle-humanscale-eng,7500,5,0.1940624338385313,0.08208814028470683,0.011494735814403549,37.98134791762532,35.207648466697314
|
| 232 |
+
beetle-humanscale-eng,7500,6,0.17199774039565913,0.08810791316125692,0.013403835047859693,44.16364848641367,36.57307293807348
|
| 233 |
+
beetle-humanscale-eng,7500,7,0.1610030280960294,0.09164132722292262,0.014565470254527547,50.154244641168404,40.01767916103325
|
| 234 |
+
beetle-humanscale-eng,7500,8,0.14072273263422605,0.10688884430269452,0.019724817250397386,59.94459593950114,46.434037408558716
|
| 235 |
+
beetle-humanscale-eng,7500,9,0.11082497331436364,0.12486911143461492,0.025744316273084763,81.63809596555534,61.00803092341289
|
| 236 |
+
beetle-humanscale-eng,7500,10,0.10373759468108665,0.1347398225765389,0.030976751412764333,94.91289235527228,71.42114273301492
|
| 237 |
+
beetle-humanscale-eng,7500,11,0.06425072521110752,0.14455163467208573,0.03423536125919443,117.83495313092052,106.54111926983298
|
| 238 |
+
beetle-humanscale-eng,7500,12,0.058731507322431126,0.1592343206033333,0.04112719033716894,146.74781139224478,123.135986903765
|
| 239 |
+
beetle-humanscale-eng,7500,13,0.061871883097343455,0.1862952374789586,0.05634169439731399,177.70909210092722,128.51508453326625
|
| 240 |
+
beetle-humanscale-eng,9500,0,0.4223712203234802,0.05236912602561302,0.004576959976063533,19.736833598215664,16.134450155227608
|
| 241 |
+
beetle-humanscale-eng,9500,1,0.3492661287953168,0.060953960194808,0.0062109385874843095,23.467929975391794,20.79723009977853
|
| 242 |
+
beetle-humanscale-eng,9500,2,0.29626219853954494,0.06563806018937231,0.007363678178452734,26.977056005079167,25.404782032528846
|
| 243 |
+
beetle-humanscale-eng,9500,3,0.2467596264282642,0.07302553976014092,0.008947669903968385,31.176552205383906,29.920280133458284
|
| 244 |
+
beetle-humanscale-eng,9500,4,0.22680757888008268,0.07585206753451779,0.00987140081196904,34.97169055360878,32.97680774545408
|
| 245 |
+
beetle-humanscale-eng,9500,5,0.21096029121056922,0.08169796308146271,0.01141842294978701,39.36526970488004,36.043911619024364
|
| 246 |
+
beetle-humanscale-eng,9500,6,0.18892984449096853,0.08693891374040434,0.013143310506692233,45.484590907752334,38.816398956119585
|
| 247 |
+
beetle-humanscale-eng,9500,7,0.1842995024385626,0.09174758656515758,0.014593268066411702,52.044128880080095,42.349049026604014
|
| 248 |
+
beetle-humanscale-eng,9500,8,0.1549703939410432,0.10650503369523608,0.019552380982834693,63.25227567659248,51.940817730167424
|
| 249 |
+
beetle-humanscale-eng,9500,9,0.12049029364590766,0.12340678044711047,0.025644371112349393,84.37667106114003,72.99995737099107
|
| 250 |
+
beetle-humanscale-eng,9500,10,0.11309980172653322,0.13194246151930558,0.029778426468893907,97.88358494223175,83.34843861274094
|
| 251 |
+
beetle-humanscale-eng,9500,11,0.07995252181123418,0.13578077739423122,0.030284542770054962,118.75110738297536,118.99545677618335
|
| 252 |
+
beetle-humanscale-eng,9500,12,0.07484962318630127,0.1466644084886711,0.036101044283169535,144.38841817677584,137.8565349442311
|
| 253 |
+
beetle-humanscale-eng,9500,13,0.07759128079771861,0.16511903513044976,0.04646101746613018,169.50912581639898,144.32702158058598
|
superseded/early_tier1/mechanistic_layer_pico-decoder-tiny.csv
ADDED
|
@@ -0,0 +1,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,step,layer,per,gini,hoyer,norm,condition_number
|
| 2 |
+
pico-decoder-tiny,0,0,0.44019450745199484,0.046199626477975674,0.004182334325392924,5.7072444972103815,12.951491177793182
|
| 3 |
+
pico-decoder-tiny,0,1,0.3807735204367386,0.05316590654449641,0.005113033304448218,6.159211943977831,13.833600634090626
|
| 4 |
+
pico-decoder-tiny,0,2,0.3469974641580267,0.059871945019331164,0.006430512545818768,6.550364605232408,15.660797263411496
|
| 5 |
+
pico-decoder-tiny,0,3,0.32523816174260695,0.06257877801791804,0.00693964209349277,6.997962113727743,18.9838303185155
|
| 6 |
+
pico-decoder-tiny,0,4,0.2988382822940975,0.06753381109115979,0.008346620735140274,7.44011144667891,20.782525867459224
|
| 7 |
+
pico-decoder-tiny,0,5,0.2880019596315114,0.0717965910418723,0.009188739163717844,7.762011085275966,22.35103400098391
|
| 8 |
+
pico-decoder-tiny,0,6,0.27863997262135043,0.0728497807496935,0.009474034718576042,8.112132479882472,22.631725007681368
|
| 9 |
+
pico-decoder-tiny,0,7,0.259693120659168,0.07557252570515278,0.009783415996931229,8.513095179425637,22.877497032638523
|
| 10 |
+
pico-decoder-tiny,0,8,0.2540766489221447,0.07851896577044482,0.010727385791814181,8.78049191875197,26.749519554758606
|
| 11 |
+
pico-decoder-tiny,0,9,0.24542964197681696,0.07645467719229204,0.010241322161639714,9.131501937091285,28.554929455497046
|
| 12 |
+
pico-decoder-tiny,0,10,0.2313399666075073,0.08293713196824888,0.012217545306268151,9.469204627432326,32.90750073741758
|
| 13 |
+
pico-decoder-tiny,0,11,0.2264856041790552,0.08443945752329673,0.012236137086154123,9.863510144263579,33.7487455653505
|
| 14 |
+
pico-decoder-tiny,1000,0,0.44218068737205235,0.04568790584155128,0.003983054231376284,5.700131039614724,13.556462631874211
|
| 15 |
+
pico-decoder-tiny,1000,1,0.38152757086279626,0.052735771139513776,0.004858862915261775,6.208465519947333,14.991379646484893
|
| 16 |
+
pico-decoder-tiny,1000,2,0.3428381826533999,0.06217708213038945,0.006565885933599511,6.702756311263081,17.959024970627695
|
| 17 |
+
pico-decoder-tiny,1000,3,0.3022470851883512,0.07289008744227739,0.009109709588747813,7.37461551967631,22.800025871380257
|
| 18 |
+
pico-decoder-tiny,1000,4,0.27327695018835796,0.08919885235663812,0.013526975096119732,8.12760665870079,24.14757901393173
|
| 19 |
+
pico-decoder-tiny,1000,5,0.24476422966029973,0.10687079552333056,0.019537390315472,8.77339843222598,30.577479834059044
|
| 20 |
+
pico-decoder-tiny,1000,6,0.18941923845668227,0.13066875704056283,0.029422214273419685,10.33823229026339,36.688232673969694
|
| 21 |
+
pico-decoder-tiny,1000,7,0.10972148780568124,0.18015817690193728,0.053144784839555384,13.707629382439762,51.50393140880951
|
| 22 |
+
pico-decoder-tiny,1000,8,0.05299478738966421,0.22140922494914475,0.07804609647615966,21.0576897583199,82.34321026836194
|
| 23 |
+
pico-decoder-tiny,1000,9,0.03934573299098841,0.23997768874062553,0.09161857391264659,33.8126152186787,119.92523089129152
|
| 24 |
+
pico-decoder-tiny,1000,10,0.034261029646221165,0.22856142248376043,0.08281050432594285,44.499389204938545,137.93842660900867
|
| 25 |
+
pico-decoder-tiny,1000,11,0.03060685628404811,0.22790024599911632,0.08163584607368574,60.825110654967695,162.31611851192807
|
| 26 |
+
pico-decoder-tiny,2000,0,0.4713399686886153,0.04913506697891146,0.004444315612881366,5.6404779277377,11.316733030727162
|
| 27 |
+
pico-decoder-tiny,2000,1,0.43244057247428697,0.06860278558229756,0.008628205007877978,5.936646936949128,14.086351449275202
|
| 28 |
+
pico-decoder-tiny,2000,2,0.4074590550942203,0.08448330921152743,0.01299749448662087,5.998740071817707,14.440865720550311
|
| 29 |
+
pico-decoder-tiny,2000,3,0.367212531743846,0.10066037146872849,0.01838990915178096,6.311392152235237,19.732064952116513
|
| 30 |
+
pico-decoder-tiny,2000,4,0.3013263353413464,0.20617538973113506,0.07081675865561621,8.801197592343067,23.79512824078677
|
| 31 |
+
pico-decoder-tiny,2000,5,0.20580273064679808,0.2150698862101863,0.08199810899790178,8.598553590951456,36.91452376903414
|
| 32 |
+
pico-decoder-tiny,2000,6,0.10250895084899675,0.14076545068713933,0.03429276689054726,7.539168303370437,54.115722367023025
|
| 33 |
+
pico-decoder-tiny,2000,7,0.07092868132844492,0.16658161611121555,0.047358214610859435,8.340554899933345,76.22226521865393
|
| 34 |
+
pico-decoder-tiny,2000,8,0.0557493884013662,0.16668385341947975,0.04746437499333296,10.178207620667514,76.46753666309169
|
| 35 |
+
pico-decoder-tiny,2000,9,0.04557952117441446,0.1981810361166826,0.06673045190829804,13.534021423504804,91.52775689692491
|
| 36 |
+
pico-decoder-tiny,2000,10,0.04070421425295761,0.2158197598832836,0.07867005562432568,17.607596842546574,124.88753197127379
|
| 37 |
+
pico-decoder-tiny,2000,11,0.03303036568840631,0.2166507040108804,0.07653646830981978,24.41589792977502,153.49372041237993
|
| 38 |
+
pico-decoder-tiny,3000,0,0.4956394637077288,0.050895627695705624,0.004772230015597032,5.58355219325215,11.103465830816866
|
| 39 |
+
pico-decoder-tiny,3000,1,0.4649049793443236,0.0720344237964284,0.009661334893546748,5.669746095682104,12.26347249820396
|
| 40 |
+
pico-decoder-tiny,3000,2,0.42937478784059374,0.08017893816314887,0.012022854833401191,5.515702312285921,15.82623583094157
|
| 41 |
+
pico-decoder-tiny,3000,3,0.3728393881633403,0.09932881597742342,0.018553856219678595,5.597541220662479,19.107752353920418
|
| 42 |
+
pico-decoder-tiny,3000,4,0.2640394322540707,0.23547101101585963,0.09236640361147284,8.456820381807843,27.36951407888296
|
| 43 |
+
pico-decoder-tiny,3000,5,0.13323859545552263,0.2605473190841258,0.11351265534375173,8.61179519070386,48.14641578595123
|
| 44 |
+
pico-decoder-tiny,3000,6,0.07918670837660378,0.1887119083439631,0.058597360560019914,7.475091679916866,55.26358073834044
|
| 45 |
+
pico-decoder-tiny,3000,7,0.06437147975617523,0.2115836012857851,0.07851874823310404,7.937088505569079,70.67233228986711
|
| 46 |
+
pico-decoder-tiny,3000,8,0.06363922217444902,0.19031399096136856,0.06131599024744781,8.85298010850068,72.47832289970633
|
| 47 |
+
pico-decoder-tiny,3000,9,0.06408919349447119,0.19244237553510324,0.061738673892862,10.767802787397118,82.48200690633847
|
| 48 |
+
pico-decoder-tiny,3000,10,0.058685861256417705,0.1897093121797401,0.06029716967061656,13.15333200157686,109.68895916172472
|
| 49 |
+
pico-decoder-tiny,3000,11,0.05555458087569217,0.1826567641789135,0.05664829350756287,17.324426578951943,122.4257831485576
|
| 50 |
+
pico-decoder-tiny,4000,0,0.5055738136548887,0.05217719898513599,0.005101645304520522,5.545317970369764,10.898086324714825
|
| 51 |
+
pico-decoder-tiny,4000,1,0.478028579731353,0.06816822205538342,0.008676206979268915,5.539649615263316,12.631742351973555
|
| 52 |
+
pico-decoder-tiny,4000,2,0.4387021915573161,0.07421131855917802,0.010147859029287535,5.36682708052326,14.193292058534187
|
| 53 |
+
pico-decoder-tiny,4000,3,0.3796738450403984,0.09966910307389669,0.018191253773822788,5.407064834061296,17.24847602767893
|
| 54 |
+
pico-decoder-tiny,4000,4,0.24688742917816753,0.24655917640451275,0.10024545515230188,8.309514273958383,28.576265549536135
|
| 55 |
+
pico-decoder-tiny,4000,5,0.12208420879110778,0.26533626946305783,0.11818999170303873,8.453776092967324,48.34739750516654
|
| 56 |
+
pico-decoder-tiny,4000,6,0.07693337857079059,0.2103352111510722,0.07243664894726139,7.520041998755568,65.3665939131608
|
| 57 |
+
pico-decoder-tiny,4000,7,0.06581308914114452,0.23948405082864088,0.1018487801910541,7.877940389910444,73.94101970762317
|
| 58 |
+
pico-decoder-tiny,4000,8,0.07077653948638003,0.22458375562847133,0.08306385966937392,8.513807576729048,78.61778833767926
|
| 59 |
+
pico-decoder-tiny,4000,9,0.07524692812247753,0.20962985677610302,0.07339367606441492,10.216268191292404,78.96824652727555
|
| 60 |
+
pico-decoder-tiny,4000,10,0.07188869851184172,0.20401560228135818,0.06880266347440897,11.604037887331286,82.25789353435165
|
| 61 |
+
pico-decoder-tiny,4000,11,0.06969719099477623,0.16990139434083495,0.05039985825181193,14.562784166901848,104.61950689143414
|
| 62 |
+
pico-decoder-tiny,5000,0,0.5107129593164331,0.0502565858675735,0.004581868708043661,5.49702975440725,10.209237071084877
|
| 63 |
+
pico-decoder-tiny,5000,1,0.48448185631147256,0.06497254411377214,0.008017624897013052,5.491067473986741,12.757454430961817
|
| 64 |
+
pico-decoder-tiny,5000,2,0.45135839420708646,0.07025490006080422,0.00919672073818949,5.312636134228671,14.145085299976339
|
| 65 |
+
pico-decoder-tiny,5000,3,0.3756191844726196,0.10176518419742253,0.019315558410881215,5.342759226300251,17.166994206117337
|
| 66 |
+
pico-decoder-tiny,5000,4,0.23549417755501442,0.25045032000512757,0.10258702671615005,8.285015515633084,32.17883271239642
|
| 67 |
+
pico-decoder-tiny,5000,5,0.13728939523783648,0.28090821530158755,0.12926989915716564,8.296596947185964,45.51147387715092
|
| 68 |
+
pico-decoder-tiny,5000,6,0.09019812426275421,0.21802242118145557,0.07715272024381695,7.195647240334065,57.197960470804574
|
| 69 |
+
pico-decoder-tiny,5000,7,0.07797353543447556,0.2534011908477898,0.11288383956993099,7.596929389870987,71.11825663200406
|
| 70 |
+
pico-decoder-tiny,5000,8,0.07946147392948014,0.23250505364092136,0.08966264155722055,8.127467626114752,71.95968851021796
|
| 71 |
+
pico-decoder-tiny,5000,9,0.08510830275382035,0.22465561887310725,0.08384714325221507,9.837930041025897,68.61920832387288
|
| 72 |
+
pico-decoder-tiny,5000,10,0.08931907335435023,0.20398495673117045,0.07026866063902927,10.951168825490496,76.88871549140678
|
| 73 |
+
pico-decoder-tiny,5000,11,0.07995966159950092,0.184408218630427,0.06059719538053663,14.335571828820832,97.92459541164509
|
| 74 |
+
pico-decoder-tiny,7000,0,0.5137985063606614,0.047642106099954784,0.004129318395732698,5.4702496863994305,10.303192404298347
|
| 75 |
+
pico-decoder-tiny,7000,1,0.48579033815179345,0.06305012929909697,0.007395119707986152,5.449164517593174,12.442906119460533
|
| 76 |
+
pico-decoder-tiny,7000,2,0.4593986729494306,0.07067122197666897,0.009352890570311863,5.30530546702416,12.559371384419109
|
| 77 |
+
pico-decoder-tiny,7000,3,0.3797564757870679,0.10926137635111328,0.022179213295732154,5.336743280129278,17.694517530369268
|
| 78 |
+
pico-decoder-tiny,7000,4,0.2327052282546905,0.2634642094899804,0.11291967221714805,8.382405728875254,35.4919064400204
|
| 79 |
+
pico-decoder-tiny,7000,5,0.12837782302768797,0.2974897657799643,0.1429672707025898,8.528252077042307,43.49748717090711
|
| 80 |
+
pico-decoder-tiny,7000,6,0.08737069148477206,0.23435727299874834,0.0891211846309627,7.054508934912542,64.82499259782405
|
| 81 |
+
pico-decoder-tiny,7000,7,0.07642579397640488,0.2753663769119399,0.13103222934321415,7.412274663700566,67.40391934668982
|
| 82 |
+
pico-decoder-tiny,7000,8,0.07800486777263609,0.2478746418878206,0.10185512313485987,7.835132863747768,76.36781187617585
|
| 83 |
+
pico-decoder-tiny,7000,9,0.07290890354869306,0.2565489257401799,0.105646923861099,9.573840504477548,80.85986567866058
|
| 84 |
+
pico-decoder-tiny,7000,10,0.09211150400344426,0.23021561534776946,0.09114562039412161,10.229769885265064,74.11041353897092
|
| 85 |
+
pico-decoder-tiny,7000,11,0.09897938469333352,0.2108392109158038,0.07975921246477626,14.31486336844723,100.79355987499788
|
| 86 |
+
pico-decoder-tiny,8000,0,0.5146155552823427,0.045476492544730185,0.003689469544991432,5.436703063204027,10.30304505410815
|
| 87 |
+
pico-decoder-tiny,8000,1,0.48933449755867936,0.06097756749501674,0.006741927193280625,5.4145548672252835,11.897030206656304
|
| 88 |
+
pico-decoder-tiny,8000,2,0.4625144490036303,0.07031090870458412,0.009118166043876176,5.310298676444192,12.630844538346576
|
| 89 |
+
pico-decoder-tiny,8000,3,0.3848591532542123,0.10917104180764348,0.021487567035950426,5.34683022953516,17.17137260622748
|
| 90 |
+
pico-decoder-tiny,8000,4,0.2389507085697001,0.2650328758254676,0.11327817589680257,8.348662055590932,29.44676646965087
|
| 91 |
+
pico-decoder-tiny,8000,5,0.1358936469549914,0.30438356131152844,0.14605003990569196,8.642578530244117,47.48215742450626
|
| 92 |
+
pico-decoder-tiny,8000,6,0.09667455746188659,0.25149492482422015,0.10311234448890727,7.006058283562729,54.05462182257599
|
| 93 |
+
pico-decoder-tiny,8000,7,0.08158849852382287,0.2851949039072304,0.13906605816361578,7.4036370039535875,60.04931091241651
|
| 94 |
+
pico-decoder-tiny,8000,8,0.08573929513789992,0.25223723619972177,0.10664901420952437,7.7773476048083685,63.893165501083324
|
| 95 |
+
pico-decoder-tiny,8000,9,0.07460675569812426,0.26278435673241907,0.11007414995567502,9.613471390451156,81.60334280101345
|
| 96 |
+
pico-decoder-tiny,8000,10,0.09415245370800557,0.2416950151730295,0.10292100221364339,10.198508467052626,72.33096954345082
|
| 97 |
+
pico-decoder-tiny,8000,11,0.10092855304350978,0.2329501030299519,0.09651073640763085,15.236282863893825,85.29943298632196
|
| 98 |
+
pico-decoder-tiny,10000,0,0.5156477250810663,0.045484291207391614,0.0037007695886329315,5.385977588908216,9.750331781407601
|
| 99 |
+
pico-decoder-tiny,10000,1,0.49092969504354317,0.05967378983380319,0.006452220358805583,5.3881874328698425,11.877246764318553
|
| 100 |
+
pico-decoder-tiny,10000,2,0.46053186391935386,0.07063562005080619,0.009310818613568065,5.317139201707146,12.858987885903256
|
| 101 |
+
pico-decoder-tiny,10000,3,0.37459271258622645,0.10850158439179047,0.021444737497530415,5.371400993997162,19.0559008582361
|
| 102 |
+
pico-decoder-tiny,10000,4,0.22107670815243394,0.2686562324706106,0.11602953926904189,8.348311586189554,31.895897019288064
|
| 103 |
+
pico-decoder-tiny,10000,5,0.13237985928557078,0.30328664811695943,0.14318428147840762,8.593114085356445,49.118323079140836
|
| 104 |
+
pico-decoder-tiny,10000,6,0.0977854490581323,0.24710239628258165,0.09795803527947938,6.920882256281916,55.97869138078254
|
| 105 |
+
pico-decoder-tiny,10000,7,0.07983700772102409,0.28697154847630896,0.13836968415307066,7.415925648503056,64.58436619096044
|
| 106 |
+
pico-decoder-tiny,10000,8,0.0830941630064933,0.2500551980503518,0.10495517586628934,7.828089607767419,68.34066741558719
|
| 107 |
+
pico-decoder-tiny,10000,9,0.06966616984541031,0.27459858229650563,0.11876761218806521,9.733819091081275,70.92677881746471
|
| 108 |
+
pico-decoder-tiny,10000,10,0.09525987683968778,0.24920483120282885,0.11029602491421063,10.261054982940141,82.02685887065718
|
| 109 |
+
pico-decoder-tiny,10000,11,0.1023445393380882,0.24058877646015464,0.10735913746313487,15.947860294441966,90.31428450024423
|
| 110 |
+
pico-decoder-tiny,13000,0,0.5182658546629636,0.043685445142213584,0.0034125290950545637,5.320984127392935,9.875153771807984
|
| 111 |
+
pico-decoder-tiny,13000,1,0.4925590333941554,0.05849856753203634,0.006178643065627936,5.358008454342982,11.42738561188419
|
| 112 |
+
pico-decoder-tiny,13000,2,0.461299764475738,0.07204874966040409,0.00985614981827562,5.324634440933804,13.140216534314149
|
| 113 |
+
pico-decoder-tiny,13000,3,0.377799573435364,0.1093727961759341,0.022079963172006733,5.400085873668679,17.706461904368645
|
| 114 |
+
pico-decoder-tiny,13000,4,0.2239911986318063,0.27023274352266674,0.12165442169468142,8.308101120352918,30.59799287893484
|
| 115 |
+
pico-decoder-tiny,13000,5,0.13561433681908458,0.3000293332288373,0.14185758289616676,8.457390149890916,42.60943591374417
|
| 116 |
+
pico-decoder-tiny,13000,6,0.09390851693994982,0.2514520470024039,0.10010625522550877,6.893287753247558,51.56960427126417
|
| 117 |
+
pico-decoder-tiny,13000,7,0.0767008166750066,0.2856933945507669,0.1370929984824711,7.423177359877332,65.39960144119706
|
| 118 |
+
pico-decoder-tiny,13000,8,0.07576506546797772,0.25199559452670117,0.10567937056024272,7.777134179695444,73.50304439868901
|
| 119 |
+
pico-decoder-tiny,13000,9,0.0622141869248047,0.28070200064471384,0.124990964303296,9.846288820185261,71.00277363108272
|
| 120 |
+
pico-decoder-tiny,13000,10,0.08641723607420264,0.25950951488004287,0.11945501475088008,10.557611939329487,74.74040510375657
|
| 121 |
+
pico-decoder-tiny,13000,11,0.09780442215320383,0.25833568012569524,0.13093883448557078,17.42198356134241,96.5306374631278
|
| 122 |
+
pico-decoder-tiny,16000,0,0.5170494980317564,0.0437858110262499,0.003368613740630082,5.290671020642407,10.184636230823791
|
| 123 |
+
pico-decoder-tiny,16000,1,0.4944329292065179,0.05748491980933516,0.005856458927393029,5.317494186559884,11.717137294637809
|
| 124 |
+
pico-decoder-tiny,16000,2,0.4590976221868493,0.07364257540154832,0.010556963610699957,5.31996682513666,12.201627444922863
|
| 125 |
+
pico-decoder-tiny,16000,3,0.3684526244384816,0.11472071305875915,0.02416200246808896,5.4281456593283455,18.778239686536065
|
| 126 |
+
pico-decoder-tiny,16000,4,0.2188355562064379,0.2737404076170386,0.12432524089990683,8.302073795748111,28.852277383991307
|
| 127 |
+
pico-decoder-tiny,16000,5,0.1385786352906127,0.30006969397207034,0.14177623672467793,8.324499599698475,43.435345269481886
|
| 128 |
+
pico-decoder-tiny,16000,6,0.10066626163184476,0.2546181776994125,0.10374183930523385,6.776728925499328,53.367813952664925
|
| 129 |
+
pico-decoder-tiny,16000,7,0.08163173258238632,0.2890251803334767,0.13868063758619045,7.374746889205716,65.3553390726228
|
| 130 |
+
pico-decoder-tiny,16000,8,0.08132143033202886,0.2644132451940438,0.11529114418606427,7.796568784256425,63.51950087862872
|
| 131 |
+
pico-decoder-tiny,16000,9,0.0640693032573809,0.28993227931217086,0.13298393722532487,10.042173455756481,75.70117761667916
|
| 132 |
+
pico-decoder-tiny,16000,10,0.09031883733468117,0.279343168998476,0.135231345021646,10.82102571519504,73.96663330047241
|
| 133 |
+
pico-decoder-tiny,16000,11,0.09635591735023767,0.2721390577340809,0.14749275631047848,18.16506557470976,93.52052695508036
|
| 134 |
+
pico-decoder-tiny,20000,0,0.5173059440283202,0.043516208880772865,0.003339230650088596,5.21508542492672,10.307015907532225
|
| 135 |
+
pico-decoder-tiny,20000,1,0.49512966678032105,0.05844241276930188,0.00608365947694665,5.278851486130049,11.43120770969367
|
| 136 |
+
pico-decoder-tiny,20000,2,0.45440917461726255,0.07841426069808237,0.012188463109171915,5.33250085852952,13.300991723368401
|
| 137 |
+
pico-decoder-tiny,20000,3,0.3610054960392603,0.11723177920585348,0.02528288730544256,5.456859242504337,20.52826083971074
|
| 138 |
+
pico-decoder-tiny,20000,4,0.2183862427613451,0.2773679437173695,0.12747863025977943,8.25869316653984,29.21887922281814
|
| 139 |
+
pico-decoder-tiny,20000,5,0.1392039571412351,0.3029322824764929,0.14766357934179417,8.225256605002095,42.46183209520727
|
| 140 |
+
pico-decoder-tiny,20000,6,0.10210547955102428,0.2586208101143829,0.10734306976759096,6.781182613856999,53.24250997711789
|
| 141 |
+
pico-decoder-tiny,20000,7,0.07921514448146987,0.2970703776512768,0.14596066278794967,7.557997064062183,65.4911158489769
|
| 142 |
+
pico-decoder-tiny,20000,8,0.08000524571229453,0.2750553419384971,0.12547638501147937,8.007825308609082,67.60904059718584
|
| 143 |
+
pico-decoder-tiny,20000,9,0.06057126695520268,0.30338550242412765,0.14581936581242233,10.339619639290323,79.01263443256958
|
| 144 |
+
pico-decoder-tiny,20000,10,0.08307242029494369,0.28773862889901825,0.1422790396403442,11.23069931609733,80.57495380931725
|
| 145 |
+
pico-decoder-tiny,20000,11,0.0821032409099648,0.2806043464884443,0.16383829354546112,19.22136261507294,103.95247770971719
|
| 146 |
+
pico-decoder-tiny,24000,0,0.5177407506061409,0.04409465380116447,0.0034746119788550203,5.148900514710314,10.110869792133716
|
| 147 |
+
pico-decoder-tiny,24000,1,0.4946621932135257,0.0590759076789249,0.006241630232727119,5.228745881599171,11.465842686445008
|
| 148 |
+
pico-decoder-tiny,24000,2,0.4527537331076414,0.0805789119959126,0.012871998366796856,5.315405284225427,13.597105595739311
|
| 149 |
+
pico-decoder-tiny,24000,3,0.3612088209569517,0.12011780370751657,0.02656882559048566,5.4891435450458514,18.9027371905682
|
| 150 |
+
pico-decoder-tiny,24000,4,0.21187120197775663,0.2826303842035515,0.13277394534270462,8.297927059054372,28.60276769939934
|
| 151 |
+
pico-decoder-tiny,24000,5,0.1408829846418525,0.29976278785932403,0.14548074502890423,8.37985611506349,47.45300827832041
|
| 152 |
+
pico-decoder-tiny,24000,6,0.09852018890990338,0.2634525767776526,0.11144198632530208,6.788322399345635,53.13567480925037
|
| 153 |
+
pico-decoder-tiny,24000,7,0.08073434542051906,0.29829832402446615,0.14619671858411842,7.651616492425615,74.56956965220289
|
| 154 |
+
pico-decoder-tiny,24000,8,0.07904900995432858,0.2839093982352738,0.13363541682386418,8.204560076558387,72.94033691241782
|
| 155 |
+
pico-decoder-tiny,24000,9,0.05999053714592089,0.31832841089324077,0.16204810183608964,10.687063325814423,78.51633490381947
|
| 156 |
+
pico-decoder-tiny,24000,10,0.07872428429553048,0.2944678810217957,0.15159715503715873,11.748141506788626,90.31822048490389
|
| 157 |
+
pico-decoder-tiny,24000,11,0.08343481375067074,0.3035835541635847,0.19741078817397384,20.28590233993865,102.57572922797618
|
| 158 |
+
pico-decoder-tiny,30000,0,0.5183686371266908,0.04432487456388534,0.0034664881831597332,5.063289750844773,9.81682796999672
|
| 159 |
+
pico-decoder-tiny,30000,1,0.49751411993532574,0.05974580407057554,0.006348599311148892,5.163176819209804,10.894675748690485
|
| 160 |
+
pico-decoder-tiny,30000,2,0.4492501520312158,0.08367497090664704,0.014176029071434117,5.303502356423997,14.304171297750056
|
| 161 |
+
pico-decoder-tiny,30000,3,0.35111648393793327,0.12286649409093171,0.02839807785750563,5.506745539949119,20.763802365050413
|
| 162 |
+
pico-decoder-tiny,30000,4,0.21239895295992306,0.2860784513746233,0.13797921004946517,8.34464100761579,28.391651280542693
|
| 163 |
+
pico-decoder-tiny,30000,5,0.12928158986973604,0.3005794208246188,0.14189071349495483,8.437627963497365,42.707867240848294
|
| 164 |
+
pico-decoder-tiny,30000,6,0.09504276917549363,0.2715662848295291,0.12250222540974902,6.868713126696003,53.540012698072125
|
| 165 |
+
pico-decoder-tiny,30000,7,0.0760263298513718,0.3053217598850555,0.15491138345305894,7.778030008208663,72.6997964779835
|
| 166 |
+
pico-decoder-tiny,30000,8,0.07948909502216758,0.29451287450574765,0.14496799522180978,8.360554327730041,61.52406145314573
|
| 167 |
+
pico-decoder-tiny,30000,9,0.06238060872454343,0.33026380490239654,0.17665919086355228,10.982768323483594,92.77442115161581
|
| 168 |
+
pico-decoder-tiny,30000,10,0.07966883608111824,0.30212047436332784,0.16400077322581474,12.038360995642677,76.3469142792808
|
| 169 |
+
pico-decoder-tiny,30000,11,0.0783285940259596,0.30226537019752825,0.20891127824887346,21.263346547955127,104.56765220113449
|
| 170 |
+
pico-decoder-tiny,37000,0,0.5170055434050999,0.04310815943264353,0.003291291243904259,4.98061241522455,9.658377675846483
|
| 171 |
+
pico-decoder-tiny,37000,1,0.49535130411214157,0.05968868469027481,0.0063784632560043636,5.111536073147004,11.05959585552734
|
| 172 |
+
pico-decoder-tiny,37000,2,0.4464643761779099,0.08563441034322154,0.015185999212424568,5.291906723514166,13.971954951260575
|
| 173 |
+
pico-decoder-tiny,37000,3,0.34488637761227725,0.12777912928635185,0.031150842343451137,5.541420037687919,20.13060579706863
|
| 174 |
+
pico-decoder-tiny,37000,4,0.21051737231169065,0.2856289049914758,0.1374573758952567,8.31100675647693,25.864185565261213
|
| 175 |
+
pico-decoder-tiny,37000,5,0.1323830603111085,0.29671702821168555,0.13989501170421575,8.286594639248534,45.73447919885754
|
| 176 |
+
pico-decoder-tiny,37000,6,0.09415152028446257,0.2698134919900341,0.12316031808830681,6.877856311125222,51.63017652045135
|
| 177 |
+
pico-decoder-tiny,37000,7,0.07612907155116176,0.3126682189727581,0.16296730737555543,7.946729683651069,68.3075021409978
|
| 178 |
+
pico-decoder-tiny,37000,8,0.07955178646166756,0.30116043302201173,0.15522004337786224,8.571106661576346,74.2340903151965
|
| 179 |
+
pico-decoder-tiny,37000,9,0.06304676335846264,0.350807749896483,0.20012081929181497,11.407196887531066,80.74796596276397
|
| 180 |
+
pico-decoder-tiny,37000,10,0.07450984786763228,0.3161080438954776,0.17580708396927064,12.666542823413334,88.13650829381969
|
| 181 |
+
pico-decoder-tiny,37000,11,0.06715659061659178,0.3232073306328707,0.2275279978327681,23.093648273528135,110.88422605374689
|
| 182 |
+
pico-decoder-tiny,45000,0,0.5152034544088548,0.04469319488965769,0.0035183987030379376,4.90309948387625,10.0632616184154
|
| 183 |
+
pico-decoder-tiny,45000,1,0.49516121193058943,0.060513442334582855,0.006519019837132592,5.0496476956521885,10.959797421511745
|
| 184 |
+
pico-decoder-tiny,45000,2,0.4403429457156418,0.08722353433007927,0.01560305829105634,5.257755384205556,14.23952551369966
|
| 185 |
+
pico-decoder-tiny,45000,3,0.33637109239215807,0.1296068923831267,0.032230220668468194,5.543787417093738,21.00925797459075
|
| 186 |
+
pico-decoder-tiny,45000,4,0.20665351532677656,0.29077331472263684,0.14531453014665308,8.282177098690056,27.7832010207509
|
| 187 |
+
pico-decoder-tiny,45000,5,0.15583649875970904,0.2968485251074758,0.14121612510707401,8.13121215017609,41.74731051816348
|
| 188 |
+
pico-decoder-tiny,45000,6,0.10443000653263117,0.2800203162187314,0.1342349318637901,6.915365912579833,52.706004116176786
|
| 189 |
+
pico-decoder-tiny,45000,7,0.08070466477324181,0.3188498382628106,0.17115521940555348,7.94321082467595,70.91657835453417
|
| 190 |
+
pico-decoder-tiny,45000,8,0.08434519804153788,0.30779795130937054,0.164133976986004,8.546924103118812,65.82395603427116
|
| 191 |
+
pico-decoder-tiny,45000,9,0.06721128121403354,0.36629228221777527,0.21883477863415476,11.512348455972887,82.51797925491914
|
| 192 |
+
pico-decoder-tiny,45000,10,0.07700184147432974,0.33208136719587866,0.19355977043844258,13.141678061924404,90.73051498845565
|
| 193 |
+
pico-decoder-tiny,45000,11,0.07361408485068077,0.3305928912189075,0.24132951586772317,24.320441300939127,114.59552930317992
|
| 194 |
+
pico-decoder-tiny,56000,0,0.5169680228810721,0.044135809991021034,0.0034142662685723952,4.783504289023695,9.844269547585279
|
| 195 |
+
pico-decoder-tiny,56000,1,0.49464944818889506,0.06177016715526321,0.0067052434203300265,4.946981943938646,10.538006800199234
|
| 196 |
+
pico-decoder-tiny,56000,2,0.4297608349604216,0.09209203475652054,0.017337550931485063,5.196173158143801,14.115225585234647
|
| 197 |
+
pico-decoder-tiny,56000,3,0.32382916904594916,0.13249016672493572,0.03388061231779733,5.487127283650621,21.13921766068139
|
| 198 |
+
pico-decoder-tiny,56000,4,0.1972982831490012,0.2976655160848229,0.1537781921727438,8.232174805365304,28.419071532007173
|
| 199 |
+
pico-decoder-tiny,56000,5,0.14331006820422618,0.2985836292507312,0.1517158025204696,8.034445392328102,44.25120668701513
|
| 200 |
+
pico-decoder-tiny,56000,6,0.09349286008127754,0.2823870916477869,0.13684977341179222,6.807233643360891,49.87033770220948
|
| 201 |
+
pico-decoder-tiny,56000,7,0.07536799328529452,0.32265079196162727,0.176671396334294,8.040915005885823,70.24776503034062
|
| 202 |
+
pico-decoder-tiny,56000,8,0.07973424074361883,0.31688910422843614,0.17511294488504728,8.677394751409482,62.82698934427191
|
| 203 |
+
pico-decoder-tiny,56000,9,0.06390573621549737,0.38582151317986485,0.24356353186045912,12.005183697739676,84.9925002045144
|
| 204 |
+
pico-decoder-tiny,56000,10,0.07069511340929732,0.3653256745541162,0.2307339576378397,14.462016812993511,90.37588072431168
|
| 205 |
+
pico-decoder-tiny,56000,11,0.06763503942117972,0.3463696863097821,0.2615712799129,26.32473024505083,116.65918496357965
|
| 206 |
+
pico-decoder-tiny,68000,0,0.5174403990843726,0.04485554356724064,0.0035234062687342807,4.662912130810866,9.875101740556843
|
| 207 |
+
pico-decoder-tiny,68000,1,0.497330927091491,0.06058933980726152,0.006492415583353902,4.841514809733046,10.414555427829916
|
| 208 |
+
pico-decoder-tiny,68000,2,0.42964452498855965,0.09312888617997661,0.01767858864343768,5.1172631639478565,14.135871669398258
|
| 209 |
+
pico-decoder-tiny,68000,3,0.3200308731027376,0.13619267134352717,0.036167707336979694,5.436104844905335,21.906679632399626
|
| 210 |
+
pico-decoder-tiny,68000,4,0.1927875969668963,0.3023450132484761,0.1578321593135609,8.062103185351235,29.829042544629417
|
| 211 |
+
pico-decoder-tiny,68000,5,0.13973253271503167,0.30652941374698967,0.15406096107682948,7.912827847296825,46.457316541749464
|
| 212 |
+
pico-decoder-tiny,68000,6,0.09539820833097545,0.28850349867516795,0.144954111038418,6.685925665661733,54.540033402347206
|
| 213 |
+
pico-decoder-tiny,68000,7,0.07441786865376171,0.3311638192816675,0.18809606808540202,8.006453903827532,75.14933804863539
|
| 214 |
+
pico-decoder-tiny,68000,8,0.07891237286003733,0.3249538880952816,0.18888057203903375,8.698961007052604,67.65144995719949
|
| 215 |
+
pico-decoder-tiny,68000,9,0.058093545123679126,0.3962823171282553,0.26147760844197343,12.281845877082054,95.03985027708434
|
| 216 |
+
pico-decoder-tiny,68000,10,0.06582883347909739,0.3813378789884518,0.25127375151580217,16.023341004928003,95.38843337099216
|
| 217 |
+
pico-decoder-tiny,68000,11,0.060046836336762666,0.3530004447473407,0.27944091931018544,27.330709408258215,135.7241458621397
|
| 218 |
+
pico-decoder-tiny,84000,0,0.5163139692638076,0.0454389222615729,0.0036297265451094873,4.53662328907671,10.177093995908548
|
| 219 |
+
pico-decoder-tiny,84000,1,0.49333902570110966,0.06183207879805256,0.0068076222876583,4.710928860172933,11.108981375207769
|
| 220 |
+
pico-decoder-tiny,84000,2,0.42330048239210316,0.09807313574308137,0.01960854489175601,4.993238833221382,15.908702200284289
|
| 221 |
+
pico-decoder-tiny,84000,3,0.31424262019303334,0.1402185034765,0.03851216268173102,5.30414669049455,23.65051794077549
|
| 222 |
+
pico-decoder-tiny,84000,4,0.19106353143906882,0.3013645561036036,0.16108975777308374,7.868211185894663,31.290361253326534
|
| 223 |
+
pico-decoder-tiny,84000,5,0.14604102477444342,0.3085876364141062,0.1582541295740092,7.621117591887448,49.06032846851075
|
| 224 |
+
pico-decoder-tiny,84000,6,0.09774305789332484,0.29172359225736394,0.14728913932685264,6.4442289966163235,54.97758603775874
|
| 225 |
+
pico-decoder-tiny,84000,7,0.07242580868440748,0.34052089758524584,0.19857264605903227,7.8742059913772176,74.15550288953473
|
| 226 |
+
pico-decoder-tiny,84000,8,0.06964907999981455,0.3353819814023806,0.20225926483994322,8.575951932800963,71.53595641376164
|
| 227 |
+
pico-decoder-tiny,84000,9,0.052944383656995886,0.4077640505017716,0.2807354536938456,12.143037073090538,100.22822749932469
|
| 228 |
+
pico-decoder-tiny,84000,10,0.05893406589866723,0.40072429876455956,0.2780212034883443,17.565927479884348,104.37908062704027
|
| 229 |
+
pico-decoder-tiny,84000,11,0.04851293625861622,0.35231024676528566,0.28538267829781105,27.051385087787523,145.70764951967712
|
| 230 |
+
pico-decoder-tiny,103000,0,0.5160507001916789,0.04912719799984785,0.004236662388784687,4.414622437200608,10.422329691975253
|
| 231 |
+
pico-decoder-tiny,103000,1,0.4964491555678922,0.06352662368620206,0.007224872333652389,4.585454123903569,10.870869616736098
|
| 232 |
+
pico-decoder-tiny,103000,2,0.42179455478978406,0.10095076931698117,0.020915043687720705,4.881248796909443,15.607584706628034
|
| 233 |
+
pico-decoder-tiny,103000,3,0.3150666357545322,0.1449144036071668,0.040759441999884426,5.183462013240985,24.939710013690664
|
| 234 |
+
pico-decoder-tiny,103000,4,0.1837276476764134,0.30146316995769135,0.16133745429056806,7.626059437578405,32.39238977345055
|
| 235 |
+
pico-decoder-tiny,103000,5,0.1387422417032421,0.2994384205303741,0.15381066608881183,7.246724196399387,42.40954156161069
|
| 236 |
+
pico-decoder-tiny,103000,6,0.08921877381689602,0.29393536426049555,0.1479742023899789,6.203943691010608,54.086072928288985
|
| 237 |
+
pico-decoder-tiny,103000,7,0.06598335586726184,0.34552645701265566,0.20390013163821816,7.649527934931071,81.81355464747638
|
| 238 |
+
pico-decoder-tiny,103000,8,0.06432191337615213,0.34020323827320303,0.21034673475557092,8.505082058081827,82.67428052557145
|
| 239 |
+
pico-decoder-tiny,103000,9,0.050792889023004516,0.41810066176595423,0.29713651196758384,11.799196745613694,114.21438167559222
|
| 240 |
+
pico-decoder-tiny,103000,10,0.056729553671655754,0.4272591717386684,0.3046113952782129,18.556743873984136,98.15770389220381
|
| 241 |
+
pico-decoder-tiny,103000,11,0.049626568520057424,0.34962576729991257,0.2787459319077164,26.601724359714694,134.83953661164858
|
| 242 |
+
pico-decoder-tiny,126000,0,0.5153208117369611,0.04920563997027013,0.004239087903537457,4.2952497878788725,10.284209155898912
|
| 243 |
+
pico-decoder-tiny,126000,1,0.49576449275326523,0.06487861268976403,0.007593685026493305,4.454863263196254,11.007179334374198
|
| 244 |
+
pico-decoder-tiny,126000,2,0.4233894360299915,0.10180568331419486,0.021272399134406646,4.737997044563788,15.3332365770106
|
| 245 |
+
pico-decoder-tiny,126000,3,0.31651171744154594,0.14483985459192908,0.04072550184248016,5.0219076110149885,23.0056131119824
|
| 246 |
+
pico-decoder-tiny,126000,4,0.18343564523973557,0.30561737840837494,0.1715201311055942,7.417349107331748,31.29860460548186
|
| 247 |
+
pico-decoder-tiny,126000,5,0.14141656336185826,0.31847684667393317,0.1717072749561908,6.926861277027916,38.017341942387404
|
| 248 |
+
pico-decoder-tiny,126000,6,0.09141790195258138,0.3002385075548353,0.15569095273552203,5.893514806170998,49.40483692118117
|
| 249 |
+
pico-decoder-tiny,126000,7,0.06679724838154813,0.3506171600166809,0.21329956536112435,7.298064498559174,84.54961493665603
|
| 250 |
+
pico-decoder-tiny,126000,8,0.062369598184129564,0.34428150124735746,0.21882742177081568,8.16846446414811,81.46547704434222
|
| 251 |
+
pico-decoder-tiny,126000,9,0.050568194024555986,0.424161788102625,0.3060378944334161,11.208436050813651,112.76830320087258
|
| 252 |
+
pico-decoder-tiny,126000,10,0.05437527899612416,0.44542494530452,0.32746399535879045,19.066451905218305,101.56701837476261
|
| 253 |
+
pico-decoder-tiny,126000,11,0.0461069009174501,0.3556822061445395,0.27918213483259147,26.387114210035723,153.81428140141824
|
superseded/early_tier1/mechanistic_pico-decoder-tiny.csv
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,model_ref,step,tokens,norm,gini,hoyer,per,condition_number,cka_to_prev
|
| 2 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@103adb71c10fcc35cebf2b93843f0dd76be7f44e,0,,7.873903498245878,0.06932659975849019,0.008740060269116185,0.29797573755675155,22.669433051299794,
|
| 3 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fa2c5d27a1fbae4ac24e49c80d0ff1a9cecfabd0,1000,,18.92730333258635,0.13818633421240398,0.039521658165165584,0.20359865320821194,59.562258527643934,0.6874722870724762
|
| 4 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@c0dda9ee77ced01962ae332bbf283bcf238765a8,2000,,10.241871274319331,0.1524007691176223,0.04569392702082186,0.21117352630697492,58.083350057653114,0.557880269778913
|
| 5 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@88ef3234093953618e0d8f3c898c9811ec24ed35,3000,,8.745489921358908,0.1628228406847971,0.052333797585755105,0.2121303077249491,53.90232012693764,0.8845810424008748
|
| 6 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@84bc530a1fc367c8efc0b3957b86d1c509296091,4000,,8.243085839838661,0.1720059299623038,0.0592081582117138,0.21677549106505348,51.30552572742739,0.946868198468069
|
| 7 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@d31ea8a1afbffb6e7b934a4645ce44652a0d146f,5000,,8.022485000283249,0.17796543412092994,0.06394840827251605,0.22474801153623702,47.97312520313659,0.9632219191080079
|
| 8 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@61eace927bb768764dca51562258d78a2fe54f76,7000,,7.907709248134527,0.19223173773325342,0.07479198155987786,0.225469015834218,49.695828663566154,0.948252144007761
|
| 9 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5db2932311894754cd4e80f811378100794ae014,8000,,7.977911086330501,0.19847574896296194,0.07989155425496583,0.22998817701640048,45.51350498886314,0.9802407142306707
|
| 10 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@a5175df52f960d869efda7045c5982e933d3b705,10000,,8.042646897503678,0.2003966249033411,0.08148566972251971,0.22692881415641922,47.22736121366589,0.9706905633721039
|
| 11 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@46c9adae32a035be4680d5185fd1e87408bbc608,13000,,8.174057315021644,0.20346298891603468,0.0852752272958152,0.22519500047118812,46.50855941034761,0.966535092098359
|
| 12 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@50fc297ab0c87309ed3b0c670e2d57d37acab44a,16000,,8.246596702644718,0.20940960251305515,0.09028893133386123,0.22590086232076792,45.883354590545174,0.9761340223126206
|
| 13 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fd11f6e99d18679b34412651c839856af185d241,20000,,8.408827778385119,0.21503165793863502,0.09606277222570592,0.222709439939387,48.09424332276793,0.97523726269424
|
| 14 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@e1dc0e8bf248742bffbb7184e2971541821cff1b,24000,,8.602132045047497,0.2206917161968673,0.1024784936100817,0.22163107199839518,50.18234976943139,0.9809647267420738
|
| 15 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@4e773530a79a36816566462c2b3d9ff7172b65f8,30000,,8.759229730604746,0.22527671537623886,0.10868433036587721,0.21907218072845658,49.02765451367592,0.9779902820410479
|
| 16 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@de9cd9bd9035dd4f914f6f69c10b9352e8b5c974,37000,,9.00717977384369,0.23102679878044072,0.1148468794659029,0.21676280117251723,50.02997236089984,0.9804076321572764
|
| 17 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@5373188422135e88150055fef33a4e3aac2bd5a8,45000,,9.128970657408741,0.23710779584925276,0.12230412882909085,0.21973964961834871,50.25774300988906,0.9810560396920461
|
| 18 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6a777ce3230ad361b38533d232052d21852db2f0,56000,,9.416490085740866,0.24551509882040898,0.13261121263947753,0.21305390079881092,50.27330464849587,0.9808798577615997
|
| 19 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@807a5f576926680d3e81601211eeb7f086c9bbd6,68000,,9.588330237404607,0.25157355956746974,0.1408231890544759,0.2108053765611169,54.67598487291348,0.984535053611915
|
| 20 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@fcd2b3ed5faa6b2389382af2bc876f1835ecff6a,84000,,9.55741691769205,0.25699499167279366,0.14834686078826473,0.20704249884628267,57.681665685092554,0.9845305978314663
|
| 21 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@3d9aaed7161ee69ed04d611c1ee9c81176178c6a,103000,,9.437815805714036,0.2611726037874294,0.1525832540605586,0.20404199916321422,58.53566297040606,0.9877444523444003
|
| 22 |
+
pico-decoder-tiny,pico-lm/pico-decoder-tiny@6ce1a7d66569cb86b4589f3fc6298e885b8ab8e5,126000,,9.239689502163293,0.2671025103349187,0.15979667037174686,0.20395614908497894,59.37630971719736,0.9910848123982068
|