Commit ·
54dd23b
1
Parent(s): 0f58f0d
Paper II Zenodo DOI + sesion 32 v2 records (+9, total 88)
Browse files- Paper II citation added: 10.5281/zenodo.19960573
- 9 new records:
- Pythia-410M, Pythia-1.4B, StarCoder2-3B (bf16/4-bit pairs, R2-direction rule)
- Mistral-7B base + Instruct (4-bit, F9 RLHF pair, Δγ=-0.133)
- Qwen2.5-7B base (4-bit, completes Qwen RLHF pair)
- Coverage now: 88 records, 35 models, 13 families
- R²-direction rule panel now n=8 paired (7/8 sign-correct; StarCoder2-3B is the new outlier)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- README.md +23 -4
- summary.csv +9 -0
- taf-attention-decay.jsonl +9 -0
README.md
CHANGED
|
@@ -27,8 +27,10 @@ configs:
|
|
| 27 |
|
| 28 |
> **First public dataset of attention-decay exponent γ measurements
|
| 29 |
> across transformer LLMs.**
|
| 30 |
-
> Companion to the
|
| 31 |
-
>
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## What it is
|
| 34 |
|
|
@@ -49,14 +51,15 @@ where θ is the RoPE base frequency and T is the evaluation context length.
|
|
| 49 |
|
| 50 |
## Coverage
|
| 51 |
|
| 52 |
-
- **
|
| 53 |
-
- **
|
| 54 |
- **2 corpora**: real text (`real_text`, MongoDB English episodes) + random tokens (`random_tokens`)
|
| 55 |
- **2 precisions**: 4-bit NF4 (BitsAndBytes) + bfloat16
|
| 56 |
- **Includes random-init controls** (E2 falsifier on Pythia 70M/410M/1B with random Gaussian init, no pretraining) — establishes that the slope ν = ∂γ/∂log₁₀(P) ≈ −1/(2π) is genuinely a *training imprint*, not architecture artifact.
|
| 57 |
- **Pythia-70M training trajectory** (9 checkpoints × 2 corpora = 18 records, sesion 32) — within-model γ across `step1000` → `step143000`. **Honest null result**: trajectory does NOT converge to ν = −1/(2π); imprint constant emerges across-models, not within-model.
|
| 58 |
- **Pythia-31m high-n robustness** (n=60 prompts × 2 corpora = 2 records) — tightens CI on smallest pythia anchor.
|
| 59 |
- **Yi-9B random_tokens** (n=30) — fills 9B class gap in family panel.
|
|
|
|
| 60 |
|
| 61 |
## Schema
|
| 62 |
|
|
@@ -160,6 +163,18 @@ This release closes that gap.
|
|
| 160 |
doi = {10.5281/zenodo.19826343},
|
| 161 |
url = {https://zenodo.org/records/19826343}
|
| 162 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
```
|
| 164 |
|
| 165 |
## Acknowledgements
|
|
@@ -193,6 +208,10 @@ GitHub repo — refutations are welcome.
|
|
| 193 |
- Pythia-70M ν trajectory (9 ckpts × 2 corpora = 18) — within-model null documented
|
| 194 |
- Yi-9B random_tokens (1) — 9B class gap filled
|
| 195 |
- Pythia-31m high-n robustness (2, n=60 each) — tightened CI on smallest anchor
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
- 2026-05-01: ★ **TAF v0.5 machine-verified consistency** — 15 algebraic identities
|
| 197 |
of TAF critical exponents formally proven via dual-tool approach:
|
| 198 |
- **Sage Groebner basis** (algebraic decision in PolynomialRing(ℚ))
|
|
|
|
| 27 |
|
| 28 |
> **First public dataset of attention-decay exponent γ measurements
|
| 29 |
> across transformer LLMs.**
|
| 30 |
+
> Companion to the *Thermodynamic Attention Framework* (TAF) papers by
|
| 31 |
+
> Carles Marín (2026):
|
| 32 |
+
> - Paper I: [10.5281/zenodo.19826343](https://doi.org/10.5281/zenodo.19826343) — *Predicting How Transformers Attend*
|
| 33 |
+
> - Paper II: [10.5281/zenodo.19960573](https://doi.org/10.5281/zenodo.19960573) — *A Six-Axis Decomposition with the Learned Imprint, Sink-Dominated Precision Boundaries, Bimodal Phase Structure, and Honest Revisions*
|
| 34 |
|
| 35 |
## What it is
|
| 36 |
|
|
|
|
| 51 |
|
| 52 |
## Coverage
|
| 53 |
|
| 54 |
+
- **35 models** across 13 families (Pythia, Qwen, Llama, Mistral, Gemma, Phi, OLMo, OLMoE, DeepSeek, StarCoder2, CodeLlama, GPT-J, SmolLM2, Falcon, Yi)
|
| 55 |
+
- **88 records** total
|
| 56 |
- **2 corpora**: real text (`real_text`, MongoDB English episodes) + random tokens (`random_tokens`)
|
| 57 |
- **2 precisions**: 4-bit NF4 (BitsAndBytes) + bfloat16
|
| 58 |
- **Includes random-init controls** (E2 falsifier on Pythia 70M/410M/1B with random Gaussian init, no pretraining) — establishes that the slope ν = ∂γ/∂log₁₀(P) ≈ −1/(2π) is genuinely a *training imprint*, not architecture artifact.
|
| 59 |
- **Pythia-70M training trajectory** (9 checkpoints × 2 corpora = 18 records, sesion 32) — within-model γ across `step1000` → `step143000`. **Honest null result**: trajectory does NOT converge to ν = −1/(2π); imprint constant emerges across-models, not within-model.
|
| 60 |
- **Pythia-31m high-n robustness** (n=60 prompts × 2 corpora = 2 records) — tightens CI on smallest pythia anchor.
|
| 61 |
- **Yi-9B random_tokens** (n=30) — fills 9B class gap in family panel.
|
| 62 |
+
- **R²-direction rule extension** (sesion 32 v2, 2026-05-02): 6 new bf16/4-bit paired measurements (Pythia-410M, Pythia-1.4B, StarCoder2-3B, Mistral-7B base + Instruct, Qwen2.5-7B base). Brings R²-direction rule panel from $n=5$ to $n=8$ paired (7/8 sign-correct; StarCoder2-3B is the new outlier).
|
| 63 |
|
| 64 |
## Schema
|
| 65 |
|
|
|
|
| 163 |
doi = {10.5281/zenodo.19826343},
|
| 164 |
url = {https://zenodo.org/records/19826343}
|
| 165 |
}
|
| 166 |
+
|
| 167 |
+
@article{marin2026taf2,
|
| 168 |
+
author = {Mar{\'\i}n, Carles},
|
| 169 |
+
title = {Predicting How Transformers Attend, Part II: A Six-Axis
|
| 170 |
+
Decomposition with the Learned Imprint $\nu = -1/(2\pi)$,
|
| 171 |
+
Sink-Dominated Precision Boundaries, Bimodal Phase Structure,
|
| 172 |
+
and Honest Revisions},
|
| 173 |
+
year = {2026},
|
| 174 |
+
publisher = {Zenodo},
|
| 175 |
+
doi = {10.5281/zenodo.19960573},
|
| 176 |
+
url = {https://doi.org/10.5281/zenodo.19960573}
|
| 177 |
+
}
|
| 178 |
```
|
| 179 |
|
| 180 |
## Acknowledgements
|
|
|
|
| 208 |
- Pythia-70M ν trajectory (9 ckpts × 2 corpora = 18) — within-model null documented
|
| 209 |
- Yi-9B random_tokens (1) — 9B class gap filled
|
| 210 |
- Pythia-31m high-n robustness (2, n=60 each) — tightened CI on smallest anchor
|
| 211 |
+
- 2026-05-02: ★ **Paper II released on Zenodo** (DOI [10.5281/zenodo.19960573](https://doi.org/10.5281/zenodo.19960573)) + 9 new records (88 total):
|
| 212 |
+
- 3 bf16/4-bit pairs (Pythia-410M, Pythia-1.4B, StarCoder2-3B) — R²-direction rule extension
|
| 213 |
+
- Mistral-7B base + Instruct (4-bit) — F9 RLHF pair, finds Δγ_RLHF = −0.133
|
| 214 |
+
- Qwen2.5-7B base (4-bit) — completes the Qwen GQA RLHF pair
|
| 215 |
- 2026-05-01: ★ **TAF v0.5 machine-verified consistency** — 15 algebraic identities
|
| 216 |
of TAF critical exponents formally proven via dual-tool approach:
|
| 217 |
- **Sage Groebner basis** (algebraic decision in PolynomialRing(ℚ))
|
summary.csv
CHANGED
|
@@ -78,3 +78,12 @@ EleutherAI/pythia-70m-deduped@step100000,pythia,real_text,auto,1.32261751836488,
|
|
| 78 |
EleutherAI/pythia-70m-deduped@step100000,pythia,random_tokens,auto,1.2204931999100648,,70,10000,2048,False,False
|
| 79 |
EleutherAI/pythia-70m-deduped@step143000,pythia,real_text,auto,1.2493746664709637,,70,10000,2048,False,False
|
| 80 |
EleutherAI/pythia-70m-deduped@step143000,pythia,random_tokens,auto,1.2023289680609859,,70,10000,2048,False,False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
EleutherAI/pythia-70m-deduped@step100000,pythia,random_tokens,auto,1.2204931999100648,,70,10000,2048,False,False
|
| 79 |
EleutherAI/pythia-70m-deduped@step143000,pythia,real_text,auto,1.2493746664709637,,70,10000,2048,False,False
|
| 80 |
EleutherAI/pythia-70m-deduped@step143000,pythia,random_tokens,auto,1.2023289680609859,,70,10000,2048,False,False
|
| 81 |
+
EleutherAI/pythia-410m,pythia,real_text,auto,1.0218530106365162,0.99999561666838,410,10000,2048,False,False
|
| 82 |
+
EleutherAI/pythia-410m,pythia,real_text,4-bit-NF4,1.0262501725670703,0.99999561666838,410,10000,2048,False,False
|
| 83 |
+
EleutherAI/pythia-1.4b,pythia,real_text,auto,0.83289308127506,0.99999561666838,1400,10000,2048,False,False
|
| 84 |
+
EleutherAI/pythia-1.4b,pythia,real_text,4-bit-NF4,0.8327854153348206,0.99999561666838,1400,10000,2048,False,False
|
| 85 |
+
bigcode/starcoder2-3b,starcoder2,real_text,auto,1.006513487201348,0.6666637444455867,3000,999999.4427,16384,False,False
|
| 86 |
+
bigcode/starcoder2-3b,starcoder2,real_text,4-bit-NF4,0.9941659863431367,0.6666637444455867,3000,999999.4427,16384,False,False
|
| 87 |
+
mistralai/Mistral-7B-v0.1,mistral,real_text,4-bit-NF4,1.060750419523944,0.99999561666838,7000,10000,32768,False,False
|
| 88 |
+
mistralai/Mistral-7B-Instruct-v0.1,mistral,real_text,4-bit-NF4,0.9281400361369939,,7000,10000,32768,True,False
|
| 89 |
+
Qwen/Qwen2.5-7B,qwen,real_text,4-bit-NF4,0.996153147006284,0.6666637444455867,7000,1000000,131072,False,False
|
taf-attention-decay.jsonl
CHANGED
|
@@ -77,3 +77,12 @@
|
|
| 77 |
{"model_id": "EleutherAI/pythia-70m-deduped", "revision": "step100000", "arch": {"d_model": 512, "n_heads": 8, "n_layers": 6, "d_head": 64, "n_kv_heads": 8, "n_params_M": 70, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.2204931999100648, "gamma_ci95_lo": 1.0522202974778878, "gamma_ci95_hi": 1.3232134560235709, "method": "pade_d_alias_T", "fit": {"log_A": -0.8927465051706067, "R2": 0.992892, "n_points": 5, "delta_R2_power_minus_exp": 0.1325}, "T_eval": 2048, "corpus": "random_tokens", "n_prompts_per_distance": 30, "seeds": [42, 123, 7], "distances": [10, 50, 100, 250, 500, 1000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": null, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "unknown", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-70m-deduped_random_step100000.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 (2026-05-01) — paper 2 strengthening"}}
|
| 78 |
{"model_id": "EleutherAI/pythia-70m-deduped", "revision": "step143000", "arch": {"d_model": 512, "n_heads": 8, "n_layers": 6, "d_head": 64, "n_kv_heads": 8, "n_params_M": 70, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.2493746664709637, "gamma_ci95_lo": 0.9036724881431525, "gamma_ci95_hi": 1.5802558154712143, "method": "pade_d_alias_T", "fit": {"log_A": -0.7806191250583789, "R2": 0.971774, "n_points": 5, "delta_R2_power_minus_exp": 0.1713}, "T_eval": 2048, "corpus": "real_text", "n_prompts_per_distance": 30, "seeds": [42, 123, 7], "distances": [10, 50, 100, 250, 500, 1000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": null, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "unknown", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-70m-deduped_mongo_step143000.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 (2026-05-01) — paper 2 strengthening"}}
|
| 79 |
{"model_id": "EleutherAI/pythia-70m-deduped", "revision": "step143000", "arch": {"d_model": 512, "n_heads": 8, "n_layers": 6, "d_head": 64, "n_kv_heads": 8, "n_params_M": 70, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.2023289680609859, "gamma_ci95_lo": 0.9651031952002092, "gamma_ci95_hi": 1.4205245025802689, "method": "pade_d_alias_T", "fit": {"log_A": -0.9227782529370149, "R2": 0.986676, "n_points": 5, "delta_R2_power_minus_exp": 0.0937}, "T_eval": 2048, "corpus": "random_tokens", "n_prompts_per_distance": 30, "seeds": [42, 123, 7], "distances": [10, 50, 100, 250, 500, 1000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": null, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "unknown", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-70m-deduped_random_step143000.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 (2026-05-01) — paper 2 strengthening"}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
{"model_id": "EleutherAI/pythia-70m-deduped", "revision": "step100000", "arch": {"d_model": 512, "n_heads": 8, "n_layers": 6, "d_head": 64, "n_kv_heads": 8, "n_params_M": 70, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.2204931999100648, "gamma_ci95_lo": 1.0522202974778878, "gamma_ci95_hi": 1.3232134560235709, "method": "pade_d_alias_T", "fit": {"log_A": -0.8927465051706067, "R2": 0.992892, "n_points": 5, "delta_R2_power_minus_exp": 0.1325}, "T_eval": 2048, "corpus": "random_tokens", "n_prompts_per_distance": 30, "seeds": [42, 123, 7], "distances": [10, 50, 100, 250, 500, 1000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": null, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "unknown", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-70m-deduped_random_step100000.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 (2026-05-01) — paper 2 strengthening"}}
|
| 78 |
{"model_id": "EleutherAI/pythia-70m-deduped", "revision": "step143000", "arch": {"d_model": 512, "n_heads": 8, "n_layers": 6, "d_head": 64, "n_kv_heads": 8, "n_params_M": 70, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.2493746664709637, "gamma_ci95_lo": 0.9036724881431525, "gamma_ci95_hi": 1.5802558154712143, "method": "pade_d_alias_T", "fit": {"log_A": -0.7806191250583789, "R2": 0.971774, "n_points": 5, "delta_R2_power_minus_exp": 0.1713}, "T_eval": 2048, "corpus": "real_text", "n_prompts_per_distance": 30, "seeds": [42, 123, 7], "distances": [10, 50, 100, 250, 500, 1000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": null, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "unknown", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-70m-deduped_mongo_step143000.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 (2026-05-01) — paper 2 strengthening"}}
|
| 79 |
{"model_id": "EleutherAI/pythia-70m-deduped", "revision": "step143000", "arch": {"d_model": 512, "n_heads": 8, "n_layers": 6, "d_head": 64, "n_kv_heads": 8, "n_params_M": 70, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.2023289680609859, "gamma_ci95_lo": 0.9651031952002092, "gamma_ci95_hi": 1.4205245025802689, "method": "pade_d_alias_T", "fit": {"log_A": -0.9227782529370149, "R2": 0.986676, "n_points": 5, "delta_R2_power_minus_exp": 0.0937}, "T_eval": 2048, "corpus": "random_tokens", "n_prompts_per_distance": 30, "seeds": [42, 123, 7], "distances": [10, 50, 100, 250, 500, 1000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": null, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "unknown", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-70m-deduped_random_step143000.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 (2026-05-01) — paper 2 strengthening"}}
|
| 80 |
+
{"model_id": "EleutherAI/pythia-410m", "revision": "main", "arch": {"d_model": 1024, "n_heads": 16, "n_layers": 24, "d_head": 64, "n_kv_heads": 16, "n_params_M": 410, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.0218530106365162, "gamma_ci95_lo": 0.846278741222938, "gamma_ci95_hi": 1.1560602030295848, "method": "pade_d_alias_T", "fit": {"log_A": -1.7669627940483377, "R2": 0.981594, "n_points": 7, "delta_R2_power_minus_exp": 0.1034}, "T_eval": 2048, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": 0.99999561666838, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "CONFIRMED: γ law holds (γ×ln(θ) = C)", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-410m_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|
| 81 |
+
{"model_id": "EleutherAI/pythia-410m", "revision": "main", "arch": {"d_model": 1024, "n_heads": 16, "n_layers": 24, "d_head": 64, "n_kv_heads": 16, "n_params_M": 410, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.0262501725670703, "gamma_ci95_lo": 0.8390736556802114, "gamma_ci95_hi": 1.1677383264955195, "method": "pade_d_alias_T", "fit": {"log_A": -1.76649015479223, "R2": 0.979366, "n_points": 7, "delta_R2_power_minus_exp": 0.0957}, "T_eval": 2048, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "4-bit-NF4"}, "framework_prediction": {"gamma_pade": 0.99999561666838, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "CONFIRMED: γ law holds (γ×ln(θ) = C)", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-410m_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|
| 82 |
+
{"model_id": "EleutherAI/pythia-1.4b", "revision": "main", "arch": {"d_model": 2048, "n_heads": 16, "n_layers": 24, "d_head": 128, "n_kv_heads": 16, "n_params_M": 1400, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 0.83289308127506, "gamma_ci95_lo": 0.7526289848600018, "gamma_ci95_hi": 1.0319364818957766, "method": "pade_d_alias_T", "fit": {"log_A": -2.772503095759906, "R2": 0.961413, "n_points": 7, "delta_R2_power_minus_exp": 0.3162}, "T_eval": 2048, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": 0.99999561666838, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "UNCLEAR: γ=0.833 outside all expected ranges", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-1.4b_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|
| 83 |
+
{"model_id": "EleutherAI/pythia-1.4b", "revision": "main", "arch": {"d_model": 2048, "n_heads": 16, "n_layers": 24, "d_head": 128, "n_kv_heads": 16, "n_params_M": 1400, "rope_theta": 10000, "T_train": 2048, "family": "pythia", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 0.8327854153348206, "gamma_ci95_lo": 0.749181092015435, "gamma_ci95_hi": 1.0323756108077562, "method": "pade_d_alias_T", "fit": {"log_A": -2.808517690987601, "R2": 0.960511, "n_points": 7, "delta_R2_power_minus_exp": 0.3163}, "T_eval": 2048, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "4-bit-NF4"}, "framework_prediction": {"gamma_pade": 0.99999561666838, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "UNCLEAR: γ=0.833 outside all expected ranges", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "EleutherAI--pythia-1.4b_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|
| 84 |
+
{"model_id": "bigcode/starcoder2-3b", "revision": "main", "arch": {"d_model": 3072, "n_heads": 24, "n_layers": 30, "d_head": 128, "n_kv_heads": 2, "n_params_M": 3000, "rope_theta": 999999.4427, "T_train": 16384, "family": "starcoder2", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.006513487201348, "gamma_ci95_lo": 0.9236017157491303, "gamma_ci95_hi": 1.0791762679565378, "method": "pade_d_alias_T", "fit": {"log_A": -2.218862577729128, "R2": 0.993182, "n_points": 7, "delta_R2_power_minus_exp": 0.1663}, "T_eval": 16384, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "auto"}, "framework_prediction": {"gamma_pade": 0.6666637444455867, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "REFUTED: C not constant across θ", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "bigcode--starcoder2-3b_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|
| 85 |
+
{"model_id": "bigcode/starcoder2-3b", "revision": "main", "arch": {"d_model": 3072, "n_heads": 24, "n_layers": 30, "d_head": 128, "n_kv_heads": 2, "n_params_M": 3000, "rope_theta": 999999.4427, "T_train": 16384, "family": "starcoder2", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 0.9941659863431367, "gamma_ci95_lo": 0.9138927037900326, "gamma_ci95_hi": 1.0602601079660066, "method": "pade_d_alias_T", "fit": {"log_A": -2.2543693248549825, "R2": 0.993781, "n_points": 7, "delta_R2_power_minus_exp": 0.1738}, "T_eval": 16384, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "4-bit-NF4"}, "framework_prediction": {"gamma_pade": 0.6666637444455867, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "REFUTED: C not constant across θ", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "bigcode--starcoder2-3b_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|
| 86 |
+
{"model_id": "mistralai/Mistral-7B-v0.1", "revision": "main", "arch": {"d_model": 4096, "n_heads": 32, "n_layers": 32, "d_head": 128, "n_kv_heads": 8, "n_params_M": 7000, "rope_theta": 10000, "T_train": 32768, "family": "mistral", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 1.060750419523944, "gamma_ci95_lo": 1.0287296895523124, "gamma_ci95_hi": 1.0879595935791004, "method": "pade_d_alias_T", "fit": {"log_A": -2.143867119472637, "R2": 0.99869, "n_points": 7, "delta_R2_power_minus_exp": 0.2041}, "T_eval": 32768, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "4-bit-NF4"}, "framework_prediction": {"gamma_pade": 0.99999561666838, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "CONFIRMED: γ law holds (γ×ln(θ) = C)", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "mistralai--Mistral-7B-v0.1_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|
| 87 |
+
{"model_id": "mistralai/Mistral-7B-Instruct-v0.1", "revision": "main", "arch": {"d_model": 4096, "n_heads": 32, "n_layers": 32, "d_head": 128, "n_kv_heads": 8, "n_params_M": 7000, "rope_theta": 10000, "T_train": 32768, "family": "mistral", "is_instruct": true, "is_moe": false}, "measurement": {"gamma": 0.9281400361369939, "gamma_ci95_lo": 0.8979110676787743, "gamma_ci95_hi": 0.948413427838792, "method": "pade_d_alias_T", "fit": {"log_A": -2.6016818600864173, "R2": 0.998813, "n_points": 7, "delta_R2_power_minus_exp": 0.2135}, "T_eval": 32768, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "4-bit-NF4"}, "framework_prediction": {"gamma_pade": null, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "unknown", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "mistralai--Mistral-7B-Instruct-v0.1_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|
| 88 |
+
{"model_id": "Qwen/Qwen2.5-7B", "revision": "main", "arch": {"d_model": 3584, "n_heads": 28, "n_layers": 28, "d_head": 128, "n_kv_heads": 4, "n_params_M": 7000, "rope_theta": 1000000, "T_train": 131072, "family": "qwen", "is_instruct": false, "is_moe": false}, "measurement": {"gamma": 0.996153147006284, "gamma_ci95_lo": 0.9218257753296215, "gamma_ci95_hi": 1.0480334312300015, "method": "pade_d_alias_T", "fit": {"log_A": -2.160172020244544, "R2": 0.994921, "n_points": 7, "delta_R2_power_minus_exp": 0.2114}, "T_eval": 131072, "corpus": "real_text", "n_prompts_per_distance": 150, "seeds": [42, 123, 7], "distances": [10, 20, 30, 50, 100, 200, 500, 1000, 2000], "device": "cuda", "dtype": "4-bit-NF4"}, "framework_prediction": {"gamma_pade": 0.6666637444455867, "gamma_random_pred": null, "imprint_constant_nu": -0.1592}, "decision": "REFUTED: C not constant across θ", "provenance": {"taf_version": "0.5", "paper_doi": "10.5281/zenodo.19826343", "source_file": "Qwen--Qwen2.5-7B_mongo.json", "tool": "tafagent/cli/diagnose_model.py + e4_extended_gamma.py", "license_data": "CC-BY-4.0", "license_code": "Apache-2.0", "session": "32 v2 (2026-05-02) — R2-direction rule extension + F9 Mistral pair"}}
|