Upload manifest.yaml with huggingface_hub
Browse files- manifest.yaml +53 -0
manifest.yaml
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version: 1
|
| 2 |
+
repo_type: dataset
|
| 3 |
+
recommended_repo_name: token-learning-spectrum-examples
|
| 4 |
+
description: Public loss matrices for reproducing Token Learning Spectrum figures.
|
| 5 |
+
|
| 6 |
+
files:
|
| 7 |
+
- id: step_axis_1m
|
| 8 |
+
title: T axis, 1M validation tokens
|
| 9 |
+
local_path: examples/step_axis_1m/losses.npz
|
| 10 |
+
hf_path: examples/step_axis_1m/losses.npz
|
| 11 |
+
config: configs/step_axis_1m.yaml
|
| 12 |
+
size_bytes: 196658576
|
| 13 |
+
sha256: ebe6fa0118de041acb1fbb10dc568a50b25c335d5bd5da8f9c1d52eca7059b8e
|
| 14 |
+
loss_matrix_shape: [1000000, 54]
|
| 15 |
+
axis_name: training step
|
| 16 |
+
axis_min: 15000.0
|
| 17 |
+
axis_max: 71000.0
|
| 18 |
+
|
| 19 |
+
- id: d_axis_1m
|
| 20 |
+
title: D axis, 1M validation tokens
|
| 21 |
+
local_path: examples/d_axis_1m/losses.npz
|
| 22 |
+
hf_path: examples/d_axis_1m/losses.npz
|
| 23 |
+
config: configs/d_axis_1m.yaml
|
| 24 |
+
size_bytes: 182973827
|
| 25 |
+
sha256: 632aa2c343a9308d66e5b4a4c7a12d6166ee12fa70cd02d895923381733761f3
|
| 26 |
+
loss_matrix_shape: [1000000, 50]
|
| 27 |
+
axis_name: data scale (B tokens)
|
| 28 |
+
axis_min: 1.195900928
|
| 29 |
+
axis_max: 34.6619904
|
| 30 |
+
|
| 31 |
+
- id: m_axis_1m
|
| 32 |
+
title: M axis, 1M validation tokens
|
| 33 |
+
local_path: examples/m_axis_1m/losses.npz
|
| 34 |
+
hf_path: examples/m_axis_1m/losses.npz
|
| 35 |
+
config: configs/m_axis_1m.yaml
|
| 36 |
+
size_bytes: 219348775
|
| 37 |
+
sha256: 8bc614d1a5111d807fe4568cdfda555b420a3fcc8f934e9598cb25cbf49bffcf
|
| 38 |
+
loss_matrix_shape: [1000000, 60]
|
| 39 |
+
axis_name: model scale (GFLOPs/token)
|
| 40 |
+
axis_min: 0.416082432
|
| 41 |
+
axis_max: 4.998660096
|
| 42 |
+
|
| 43 |
+
- id: synthetic_mano_uniform_validation_10k
|
| 44 |
+
title: Synthetic Mano uniform validation, 10K samples
|
| 45 |
+
local_path: examples/synthetic_mano_uniform_validation_10k/losses.npz
|
| 46 |
+
hf_path: examples/synthetic_mano_uniform_validation_10k/losses.npz
|
| 47 |
+
config: configs/synthetic_mano_uniform_validation_10k.yaml
|
| 48 |
+
size_bytes: 1506854
|
| 49 |
+
sha256: 91bcb0aaf1d29102e822a3b17ccca4d5526d067c78f9ab17cc4bbe1f93a12acd
|
| 50 |
+
loss_matrix_shape: [10000, 80]
|
| 51 |
+
axis_name: training step
|
| 52 |
+
axis_min: 5000.0
|
| 53 |
+
axis_max: 400000.0
|