N8Programs commited on
Commit
0dc4ea9
·
verified ·
1 Parent(s): d53e347

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ tags:
6
+ - arc-agi
7
+ - re-arc
8
+ - test-time-training
9
+ - synthetic-data
10
+ pretty_name: ARC Tiny Transformer corpus and evaluation candidates
11
+ ---
12
+
13
+ # ARC Tiny Transformer data
14
+
15
+ Data and vote-level artifacts for [N8python/arc-tiny-transformer](https://github.com/N8python/arc-tiny-transformer).
16
+
17
+ ## Corpus
18
+
19
+ `corpus/documents_3k_per_task.jsonl.zst` is the exact pretraining corpus:
20
+
21
+ - 1,200,000 JSONL documents;
22
+ - 3,000 documents for each of 400 RE-ARC generator families;
23
+ - 3,401,127,124 ARC tokens;
24
+ - 10,413,648,837 uncompressed bytes;
25
+ - uncompressed SHA-256 `5d1336f8d6f45358a377af2e3fd05d43c4bfe91621b0c6a44c53dad0e34ca430`.
26
+
27
+ Each record contains token IDs and metadata for task ID, sampled difficulty band, demonstration count, rejection statistics, and generation seed. The fixed vocabulary and sampler are in the GitHub repository. `manifests/` contains the complete task-level corpus provenance.
28
+
29
+ ## Evaluation artifacts
30
+
31
+ `artifacts/` contains the full 128-candidate records for:
32
+
33
+ - the frozen 50M model;
34
+ - TTT replicas seeded 57, 58, and 59;
35
+ - the 7M TTT run.
36
+
37
+ These files are sufficient to recompute rank-1, raw-frequency top-2, historical hierarchical top-2, oracle accuracy, candidate-scaling curves, and multi-replica ensembles without rerunning model inference.
38
+
39
+ `viewer/data/` contains the compact per-query data backing the browser-based 384-candidate explorer.
40
+
41
+ ## Licensing note
42
+
43
+ Release code and metadata are MIT licensed. The corpus is procedurally generated with the pinned [RE-ARC](https://github.com/michaelhodel/re-arc) generators/verifiers; ARC-AGI task files are not duplicated here. Users should also review the upstream RE-ARC and ARC-AGI licenses for their use case.
44
+