File size: 1,096 Bytes
3a7e97b f778e48 3a7e97b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ---
license: mit
pretty_name: Token Learning Spectrum Examples
tags:
- scaling-laws
- language-modeling
- token-loss
- interpretability
---
# Token Learning Spectrum Examples
This dataset hosts public `losses.npz` matrices for reproducing the figures in
the Token Learning Spectrum code release.
Each `losses.npz` follows the schema documented in the GitHub repository:
```text
axis_values: float array [K]
loss_matrix: float array [N, K]
axis_name: string array [1]
sample_id, token_pos, and metadata arrays: optional arrays [N]
```
Files are listed in `manifest.yaml` with shapes, byte sizes, and SHA256
checksums. Download them with:
```bash
python tools/download_examples.py --repo-id applewpj/token-learning-spectrum-examples --all
```
The T/D/M-axis loss matrices are sanitized public analysis inputs. They do not
include private model architectures, weights, tokenizers, raw validation text,
training data composition, experiment registries, or checkpoint paths.
The synthetic Mano matrix is generated from the public synthetic arithmetic
pipeline adapted from PhysicsLM4.
|