Kyle1668 commited on
Commit
1b10b9d
·
verified ·
1 Parent(s): cf38b44

Add bigrun-ai-p1-s06/_provenance.json

Browse files
Files changed (1) hide show
  1. bigrun-ai-p1-s06/_provenance.json +229 -0
bigrun-ai-p1-s06/_provenance.json ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "destination": {
4
+ "config": "bigrun-ai-p1-s06",
5
+ "private": false,
6
+ "repo": "geodesic-research/control-pretraining-datasets-smoke"
7
+ },
8
+ "source": {
9
+ "provides": {
10
+ "id": "str",
11
+ "source": "str",
12
+ "text": "str"
13
+ },
14
+ "repo": "geodesic-research/control-pretraining-datasets",
15
+ "revision": "ab6638267e61db5051105ba480ad63d39876b475",
16
+ "split": "train[14322:16709]",
17
+ "subset": "lesswrong_plus_ai_docs",
18
+ "type": "hf"
19
+ },
20
+ "splits": {
21
+ "eval_size": 100,
22
+ "per_cell": false,
23
+ "seed": 42,
24
+ "single_split": "train",
25
+ "val_size": 100
26
+ },
27
+ "transform": [
28
+ {
29
+ "column": "text",
30
+ "drop_if_empty": false,
31
+ "include_delimiters": true,
32
+ "kernel": "delimited_strip",
33
+ "start_delimiter": "\n\nComments\n\n",
34
+ "type": "map_column"
35
+ },
36
+ {
37
+ "index_column": "chunk_index",
38
+ "kernel": "chunk_text",
39
+ "max_chars": 12000,
40
+ "output_column": "seed_text",
41
+ "source_column": "text",
42
+ "type": "flat_map"
43
+ },
44
+ {
45
+ "column_schema": {
46
+ "chunk_index": "chunk_index",
47
+ "seed_source": "source",
48
+ "source_id": "id",
49
+ "text": "seed_text"
50
+ },
51
+ "ignore_missing": false,
52
+ "type": "project"
53
+ },
54
+ {
55
+ "kernel": "format",
56
+ "target_column": "seed_key",
57
+ "template": "{source_id}#{chunk_index}",
58
+ "type": "map_column"
59
+ },
60
+ {
61
+ "kernel": "tokenize_count",
62
+ "output_column": "seed_num_tokens",
63
+ "text_column": "text",
64
+ "tokenizer": "geodesic-research/nemotron-base-tokenizer",
65
+ "type": "map_column"
66
+ },
67
+ {
68
+ "bounds": {
69
+ "seed_num_tokens": {
70
+ "max": 44000.0
71
+ }
72
+ },
73
+ "kernel": "match",
74
+ "type": "filter"
75
+ },
76
+ {
77
+ "kernel": "match",
78
+ "length": {
79
+ "text": {
80
+ "min": 1000
81
+ }
82
+ },
83
+ "type": "filter"
84
+ },
85
+ {
86
+ "column_schema": {
87
+ "chunk_index": "chunk_index",
88
+ "seed_key": "seed_key",
89
+ "seed_source": "seed_source",
90
+ "source_id": "source_id",
91
+ "text": "text"
92
+ },
93
+ "ignore_missing": false,
94
+ "type": "project"
95
+ },
96
+ {
97
+ "max_iterations": 30,
98
+ "min_tokens": 8000000,
99
+ "steps": [
100
+ {
101
+ "cache_root": "/projects/a5k/public/data_kyleobrien.a5k/control-pretraining-upsample-ai/bigrun/llm-cache",
102
+ "concurrency": 4096,
103
+ "data_parallel_size": 1,
104
+ "model": "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16",
105
+ "nodes": [
106
+ "nid011283",
107
+ "nid011286",
108
+ "nid011287",
109
+ "nid011288",
110
+ "nid011289",
111
+ "nid011291",
112
+ "nid011292",
113
+ "nid011293",
114
+ "nid011294",
115
+ "nid011295",
116
+ "nid011296",
117
+ "nid011297",
118
+ "nid011298",
119
+ "nid011299",
120
+ "nid011300",
121
+ "nid011301"
122
+ ],
123
+ "rewrite_skip_recall": 0.8,
124
+ "speculative_config": {
125
+ "method": "mtp",
126
+ "num_speculative_tokens": 1
127
+ },
128
+ "subtype_pool": "assets/control-pretraining/pools/doc_subtypes_natural.json",
129
+ "subtype_seed": 42,
130
+ "target_inflight": 2048,
131
+ "tensor_parallel_size": 4,
132
+ "tokenizer": "geodesic-research/nemotron-base-tokenizer",
133
+ "type": "corpus/subtype_upsample",
134
+ "work_root": "/projects/a5k/public/data_kyleobrien.a5k/control-pretraining-upsample-ai/bigrun/work",
135
+ "writing_min_p": 0.0
136
+ }
137
+ ],
138
+ "token_column": "num_tokens",
139
+ "type": "repeat_until"
140
+ },
141
+ {
142
+ "column_schema": {
143
+ "chunk_index": "chunk_index",
144
+ "claims_trace": "claims_trace",
145
+ "comma_density": "comma_density",
146
+ "coverage_verdicts": "coverage_verdicts",
147
+ "draft_coverage_verdicts": "draft_coverage_verdicts",
148
+ "draft_fact_recall": "draft_fact_recall",
149
+ "draft_judge_trace": "draft_judge_trace",
150
+ "draft_num_tokens": "draft_num_tokens",
151
+ "draft_trace": "draft_trace",
152
+ "fact_recall": "fact_recall",
153
+ "final_judge_trace": "final_judge_trace",
154
+ "max_segment_jaccard": "max_segment_jaccard",
155
+ "num_tokens": "num_tokens",
156
+ "rewrite_trace": "rewrite_trace",
157
+ "rewritten": "rewritten",
158
+ "seed_key": "seed_key",
159
+ "seed_source": "seed_source",
160
+ "seed_term_recall": "seed_term_recall",
161
+ "seed_text": "text",
162
+ "sentence_end_density": "sentence_end_density",
163
+ "source": {
164
+ "const": "lesswrong_plus_ai_upsampled"
165
+ },
166
+ "source_claims": "source_claims",
167
+ "source_id": "source_id",
168
+ "subtype": "subtype",
169
+ "subtype_family": "subtype_family",
170
+ "subtype_id": "subtype_id",
171
+ "text": "document",
172
+ "text_draft": "document_draft",
173
+ "uniq_ngram_ratio": "uniq_ngram_ratio"
174
+ },
175
+ "ignore_missing": false,
176
+ "type": "project"
177
+ },
178
+ {
179
+ "as_sha256": true,
180
+ "file_path": "assets/control-pretraining/contexts/upsample_universe.md",
181
+ "kernel": "file_constant",
182
+ "strip_frontmatter": false,
183
+ "target_column": "universe_sha256",
184
+ "type": "map_column"
185
+ },
186
+ {
187
+ "column": "synth_model",
188
+ "kernel": "constant",
189
+ "type": "map_column",
190
+ "value": "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16"
191
+ },
192
+ {
193
+ "guid_from": [
194
+ "source",
195
+ "seed_key",
196
+ "subtype_id",
197
+ "text"
198
+ ],
199
+ "guid_source_column": "source",
200
+ "kernel": "add_id_column",
201
+ "pad": 4,
202
+ "start": 0,
203
+ "target_column": "id",
204
+ "type": "map_column"
205
+ }
206
+ ]
207
+ },
208
+ "config_hash_sha256": "a6417b461b552e3ec0a316d08dcfc3cb153932baa0f9049ac775cd3be8010c5f",
209
+ "format_version": 1,
210
+ "git": {
211
+ "dirty": true,
212
+ "head": "790919b0c3cc5596ffbb02fff48fb576e6830600"
213
+ },
214
+ "invocation": "python -m dataset_builder /projects/a5k/public/data_kyleobrien.a5k/control-pretraining-upsample-ai/bigrun/configs/bigrun-ai-p1-s06.yaml --build-and-push --output-dir /projects/a5k/public/data_kyleobrien.a5k/control-pretraining-upsample-ai/bigrun/out/bigrun-ai-p1-s06",
215
+ "resolved_source": {
216
+ "provides": {
217
+ "id": "str",
218
+ "source": "str",
219
+ "text": "str"
220
+ },
221
+ "repo": "geodesic-research/control-pretraining-datasets",
222
+ "resolved_revision": "ab6638267e61db5051105ba480ad63d39876b475",
223
+ "revision": "ab6638267e61db5051105ba480ad63d39876b475",
224
+ "split": "train[14322:16709]",
225
+ "subset": "lesswrong_plus_ai_docs",
226
+ "type": "hf"
227
+ },
228
+ "timestamp_utc": "2026-08-19T06:05:22Z"
229
+ }