amirali1985 commited on
Commit
cddc321
·
verified ·
1 Parent(s): 8bd2409

Update data catalog: v2 fixed train sets (natural Quirke enrichment, no forced hard)

Browse files
Files changed (1) hide show
  1. data_catalog.json +80 -0
data_catalog.json CHANGED
@@ -89,6 +89,86 @@
89
  "status": "ACTIVE",
90
  "notes": "Used during training for per-epoch accuracy. Downloaded by get_epoch_eval_set()."
91
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  {
93
  "path": "sub_handcrafted/test.parquet",
94
  "description": "Handcrafted subtraction test cases",
 
89
  "status": "ACTIVE",
90
  "notes": "Used during training for per-epoch accuracy. Downloaded by get_epoch_eval_set()."
91
  },
92
+ {
93
+ "path": "fixed_train/train_100K_seed42.pt",
94
+ "description": "Fixed train set 100K: Quirke enrichment, seed=42, natural hard distribution",
95
+ "version": "v2",
96
+ "n_examples": 100000,
97
+ "n_splits": null,
98
+ "seed": 42,
99
+ "status": "ACTIVE",
100
+ "notes": "Replaces on-the-fly generation. All models must train on this. Metadata in _meta.json."
101
+ },
102
+ {
103
+ "path": "fixed_train/train_100K_seed42_meta.json",
104
+ "description": "Metadata for 100K train set: split distributions",
105
+ "version": "v2",
106
+ "n_examples": null,
107
+ "n_splits": null,
108
+ "seed": null,
109
+ "status": "ACTIVE",
110
+ "notes": "Split counts, op counts for auditing"
111
+ },
112
+ {
113
+ "path": "fixed_train/train_10K_seed42.pt",
114
+ "description": "Fixed train set 10K: Quirke enrichment, seed=42, natural hard distribution",
115
+ "version": "v2",
116
+ "n_examples": 10000,
117
+ "n_splits": null,
118
+ "seed": 42,
119
+ "status": "ACTIVE",
120
+ "notes": "Replaces on-the-fly generation. All models must train on this. Metadata in _meta.json."
121
+ },
122
+ {
123
+ "path": "fixed_train/train_10K_seed42_meta.json",
124
+ "description": "Metadata for 10K train set: split distributions",
125
+ "version": "v2",
126
+ "n_examples": null,
127
+ "n_splits": null,
128
+ "seed": null,
129
+ "status": "ACTIVE",
130
+ "notes": "Split counts, op counts for auditing"
131
+ },
132
+ {
133
+ "path": "fixed_train/train_25K_seed42.pt",
134
+ "description": "Fixed train set 25K: Quirke enrichment, seed=42, natural hard distribution",
135
+ "version": "v2",
136
+ "n_examples": 25000,
137
+ "n_splits": null,
138
+ "seed": 42,
139
+ "status": "ACTIVE",
140
+ "notes": "Replaces on-the-fly generation. All models must train on this. Metadata in _meta.json."
141
+ },
142
+ {
143
+ "path": "fixed_train/train_25K_seed42_meta.json",
144
+ "description": "Metadata for 25K train set: split distributions",
145
+ "version": "v2",
146
+ "n_examples": null,
147
+ "n_splits": null,
148
+ "seed": null,
149
+ "status": "ACTIVE",
150
+ "notes": "Split counts, op counts for auditing"
151
+ },
152
+ {
153
+ "path": "fixed_train/train_50K_seed42.pt",
154
+ "description": "Fixed train set 50K: Quirke enrichment, seed=42, natural hard distribution",
155
+ "version": "v2",
156
+ "n_examples": 50000,
157
+ "n_splits": null,
158
+ "seed": 42,
159
+ "status": "ACTIVE",
160
+ "notes": "Replaces on-the-fly generation. All models must train on this. Metadata in _meta.json."
161
+ },
162
+ {
163
+ "path": "fixed_train/train_50K_seed42_meta.json",
164
+ "description": "Metadata for 50K train set: split distributions",
165
+ "version": "v2",
166
+ "n_examples": null,
167
+ "n_splits": null,
168
+ "seed": null,
169
+ "status": "ACTIVE",
170
+ "notes": "Split counts, op counts for auditing"
171
+ },
172
  {
173
  "path": "sub_handcrafted/test.parquet",
174
  "description": "Handcrafted subtraction test cases",