CircularBalls commited on
Commit
e66ddd3
·
verified ·
1 Parent(s): 16ad70f

Finalize Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +362 -11
manifest.json CHANGED
@@ -1,11 +1,359 @@
1
  {
2
- "accepted_python_sources": 0,
3
- "accepted_rows": 0,
4
- "completed_shards": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "duplicates": 0,
6
- "family_counts": {},
7
- "filter_reasons": {},
8
- "filtered_candidates": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
10
  "languages": [
11
  "en",
@@ -15,15 +363,17 @@
15
  "zh",
16
  "hi"
17
  ],
18
- "projection_failures": 0,
19
  "resume_accepted_rows": 0,
20
  "resume_skipped_accepted_rows": 0,
21
  "resume_start_shard": 0,
22
  "row_schema": "source-six-cnl-columns-selected-metadata-v2",
23
  "run_id": "run_20260530_225930_utc",
24
- "seen_candidates": 0,
25
- "shards_completed": 0,
26
- "source_label_counts": {},
 
 
27
  "source_specs": [
28
  {
29
  "config": "Python-mit",
@@ -37,5 +387,6 @@
37
  ],
38
  "started_utc": "2026-05-30T22:59:32+00:00",
39
  "strict_gate_failures": 0,
40
- "target_accepted_rows": 100000
 
41
  }
 
1
  {
2
+ "accepted_python_sources": 100000,
3
+ "accepted_rows": 100000,
4
+ "completed": true,
5
+ "completed_shards": [
6
+ "train-00000.jsonl.gz",
7
+ "train-00001.jsonl.gz",
8
+ "train-00002.jsonl.gz",
9
+ "train-00003.jsonl.gz",
10
+ "train-00004.jsonl.gz",
11
+ "train-00005.jsonl.gz",
12
+ "train-00006.jsonl.gz",
13
+ "train-00007.jsonl.gz",
14
+ "train-00008.jsonl.gz",
15
+ "train-00009.jsonl.gz",
16
+ "train-00010.jsonl.gz",
17
+ "train-00011.jsonl.gz",
18
+ "train-00012.jsonl.gz",
19
+ "train-00013.jsonl.gz",
20
+ "train-00014.jsonl.gz",
21
+ "train-00015.jsonl.gz",
22
+ "train-00016.jsonl.gz",
23
+ "train-00017.jsonl.gz",
24
+ "train-00018.jsonl.gz",
25
+ "train-00019.jsonl.gz"
26
+ ],
27
  "duplicates": 0,
28
+ "family_counts": {
29
+ "async": 1201,
30
+ "classes": 51727,
31
+ "comprehensions": 16570,
32
+ "context_managers": 11998,
33
+ "exceptions": 25579,
34
+ "functions": 76419,
35
+ "generators": 3523,
36
+ "imports": 91065,
37
+ "lambda": 6296,
38
+ "loops": 38775,
39
+ "simple_module": 2564
40
+ },
41
+ "filter_reasons": {
42
+ "auto_generated": 6812,
43
+ "compile_error:UnicodeEncodeError": 2,
44
+ "skipped_path_pattern": 6786,
45
+ "syntax_error:\"\\ \" is an invalid escape sequence. Did you mean \"\\\\ \"? A raw string is also an option.": 84,
46
+ "syntax_error:\"\\!\" is an invalid escape sequence. Did you mean \"\\\\!\"? A raw string is also an option.": 5,
47
+ "syntax_error:\"\\#\" is an invalid escape sequence. Did you mean \"\\\\#\"? A raw string is also an option.": 11,
48
+ "syntax_error:\"\\$\" is an invalid escape sequence. Did you mean \"\\\\$\"? A raw string is also an option.": 27,
49
+ "syntax_error:\"\\%\" is an invalid escape sequence. Did you mean \"\\\\%\"? A raw string is also an option.": 13,
50
+ "syntax_error:\"\\&\" is an invalid escape sequence. Did you mean \"\\\\&\"? A raw string is also an option.": 7,
51
+ "syntax_error:\"\\(\" is an invalid escape sequence. Did you mean \"\\\\(\"? A raw string is also an option.": 124,
52
+ "syntax_error:\"\\)\" is an invalid escape sequence. Did you mean \"\\\\)\"? A raw string is also an option.": 4,
53
+ "syntax_error:\"\\*\" is an invalid escape sequence. Did you mean \"\\\\*\"? A raw string is also an option.": 60,
54
+ "syntax_error:\"\\+\" is an invalid escape sequence. Did you mean \"\\\\+\"? A raw string is also an option.": 19,
55
+ "syntax_error:\"\\,\" is an invalid escape sequence. Did you mean \"\\\\,\"? A raw string is also an option.": 9,
56
+ "syntax_error:\"\\-\" is an invalid escape sequence. Did you mean \"\\\\-\"? A raw string is also an option.": 55,
57
+ "syntax_error:\"\\.\" is an invalid escape sequence. Did you mean \"\\\\.\"? A raw string is also an option.": 239,
58
+ "syntax_error:\"\\/\" is an invalid escape sequence. Did you mean \"\\\\/\"? A raw string is also an option.": 66,
59
+ "syntax_error:\"\\9\" is an invalid escape sequence. Did you mean \"\\\\9\"? A raw string is also an option.": 1,
60
+ "syntax_error:\"\\:\" is an invalid escape sequence. Did you mean \"\\\\:\"? A raw string is also an option.": 15,
61
+ "syntax_error:\"\\;\" is an invalid escape sequence. Did you mean \"\\\\;\"? A raw string is also an option.": 11,
62
+ "syntax_error:\"\\<\" is an invalid escape sequence. Did you mean \"\\\\<\"? A raw string is also an option.": 13,
63
+ "syntax_error:\"\\=\" is an invalid escape sequence. Did you mean \"\\\\=\"? A raw string is also an option.": 5,
64
+ "syntax_error:\"\\>\" is an invalid escape sequence. Did you mean \"\\\\>\"? A raw string is also an option.": 2,
65
+ "syntax_error:\"\\?\" is an invalid escape sequence. Did you mean \"\\\\?\"? A raw string is also an option.": 23,
66
+ "syntax_error:\"\\@\" is an invalid escape sequence. Did you mean \"\\\\@\"? A raw string is also an option.": 4,
67
+ "syntax_error:\"\\A\" is an invalid escape sequence. Did you mean \"\\\\A\"? A raw string is also an option.": 13,
68
+ "syntax_error:\"\\B\" is an invalid escape sequence. Did you mean \"\\\\B\"? A raw string is also an option.": 2,
69
+ "syntax_error:\"\\C\" is an invalid escape sequence. Did you mean \"\\\\C\"? A raw string is also an option.": 3,
70
+ "syntax_error:\"\\D\" is an invalid escape sequence. Did you mean \"\\\\D\"? A raw string is also an option.": 23,
71
+ "syntax_error:\"\\E\" is an invalid escape sequence. Did you mean \"\\\\E\"? A raw string is also an option.": 5,
72
+ "syntax_error:\"\\F\" is an invalid escape sequence. Did you mean \"\\\\F\"? A raw string is also an option.": 3,
73
+ "syntax_error:\"\\G\" is an invalid escape sequence. Did you mean \"\\\\G\"? A raw string is also an option.": 4,
74
+ "syntax_error:\"\\H\" is an invalid escape sequence. Did you mean \"\\\\H\"? A raw string is also an option.": 3,
75
+ "syntax_error:\"\\I\" is an invalid escape sequence. Did you mean \"\\\\I\"? A raw string is also an option.": 6,
76
+ "syntax_error:\"\\L\" is an invalid escape sequence. Did you mean \"\\\\L\"? A raw string is also an option.": 3,
77
+ "syntax_error:\"\\M\" is an invalid escape sequence. Did you mean \"\\\\M\"? A raw string is also an option.": 6,
78
+ "syntax_error:\"\\O\" is an invalid escape sequence. Did you mean \"\\\\O\"? A raw string is also an option.": 1,
79
+ "syntax_error:\"\\P\" is an invalid escape sequence. Did you mean \"\\\\P\"? A raw string is also an option.": 20,
80
+ "syntax_error:\"\\R\" is an invalid escape sequence. Did you mean \"\\\\R\"? A raw string is also an option.": 1,
81
+ "syntax_error:\"\\S\" is an invalid escape sequence. Did you mean \"\\\\S\"? A raw string is also an option.": 49,
82
+ "syntax_error:\"\\T\" is an invalid escape sequence. Did you mean \"\\\\T\"? A raw string is also an option.": 8,
83
+ "syntax_error:\"\\V\" is an invalid escape sequence. Did you mean \"\\\\V\"? A raw string is also an option.": 3,
84
+ "syntax_error:\"\\W\" is an invalid escape sequence. Did you mean \"\\\\W\"? A raw string is also an option.": 57,
85
+ "syntax_error:\"\\Z\" is an invalid escape sequence. Did you mean \"\\\\Z\"? A raw string is also an option.": 3,
86
+ "syntax_error:\"\\[\" is an invalid escape sequence. Did you mean \"\\\\[\"? A raw string is also an option.": 104,
87
+ "syntax_error:\"\\]\" is an invalid escape sequence. Did you mean \"\\\\]\"? A raw string is also an option.": 10,
88
+ "syntax_error:\"\\^\" is an invalid escape sequence. Did you mean \"\\\\^\"? A raw string is also an option.": 3,
89
+ "syntax_error:\"\\_\" is an invalid escape sequence. Did you mean \"\\\\_\"? A raw string is also an option.": 35,
90
+ "syntax_error:\"\\`\" is an invalid escape sequence. Did you mean \"\\\\`\"? A raw string is also an option.": 4,
91
+ "syntax_error:\"\\c\" is an invalid escape sequence. Did you mean \"\\\\c\"? A raw string is also an option.": 27,
92
+ "syntax_error:\"\\d\" is an invalid escape sequence. Did you mean \"\\\\d\"? A raw string is also an option.": 436,
93
+ "syntax_error:\"\\e\" is an invalid escape sequence. Did you mean \"\\\\e\"? A raw string is also an option.": 9,
94
+ "syntax_error:\"\\g\" is an invalid escape sequence. Did you mean \"\\\\g\"? A raw string is also an option.": 18,
95
+ "syntax_error:\"\\h\" is an invalid escape sequence. Did you mean \"\\\\h\"? A raw string is also an option.": 11,
96
+ "syntax_error:\"\\i\" is an invalid escape sequence. Did you mean \"\\\\i\"? A raw string is also an option.": 25,
97
+ "syntax_error:\"\\j\" is an invalid escape sequence. Did you mean \"\\\\j\"? A raw string is also an option.": 1,
98
+ "syntax_error:\"\\k\" is an invalid escape sequence. Did you mean \"\\\\k\"? A raw string is also an option.": 1,
99
+ "syntax_error:\"\\l\" is an invalid escape sequence. Did you mean \"\\\\l\"? A raw string is also an option.": 33,
100
+ "syntax_error:\"\\m\" is an invalid escape sequence. Did you mean \"\\\\m\"? A raw string is also an option.": 43,
101
+ "syntax_error:\"\\o\" is an invalid escape sequence. Did you mean \"\\\\o\"? A raw string is also an option.": 18,
102
+ "syntax_error:\"\\p\" is an invalid escape sequence. Did you mean \"\\\\p\"? A raw string is also an option.": 28,
103
+ "syntax_error:\"\\q\" is an invalid escape sequence. Did you mean \"\\\\q\"? A raw string is also an option.": 1,
104
+ "syntax_error:\"\\s\" is an invalid escape sequence. Did you mean \"\\\\s\"? A raw string is also an option.": 371,
105
+ "syntax_error:\"\\u\" is an invalid escape sequence. Did you mean \"\\\\u\"? A raw string is also an option.": 2,
106
+ "syntax_error:\"\\w\" is an invalid escape sequence. Did you mean \"\\\\w\"? A raw string is also an option.": 180,
107
+ "syntax_error:\"\\y\" is an invalid escape sequence. Did you mean \"\\\\y\"? A raw string is also an option.": 1,
108
+ "syntax_error:\"\\z\" is an invalid escape sequence. Did you mean \"\\\\z\"? A raw string is also an option.": 1,
109
+ "syntax_error:\"\\{\" is an invalid escape sequence. Did you mean \"\\\\{\"? A raw string is also an option.": 31,
110
+ "syntax_error:\"\\|\" is an invalid escape sequence. Did you mean \"\\\\|\"? A raw string is also an option.": 19,
111
+ "syntax_error:\"\\}\" is an invalid escape sequence. Did you mean \"\\\\}\"? A raw string is also an option.": 1,
112
+ "syntax_error:\"is not\" with 'bytes' literal. Did you mean \"!=\"?": 1,
113
+ "syntax_error:\"is not\" with 'int' literal. Did you mean \"!=\"?": 55,
114
+ "syntax_error:\"is not\" with 'str' literal. Did you mean \"!=\"?": 54,
115
+ "syntax_error:\"is not\" with 'tuple' literal. Did you mean \"!=\"?": 2,
116
+ "syntax_error:\"is\" with 'bytes' literal. Did you mean \"==\"?": 3,
117
+ "syntax_error:\"is\" with 'int' literal. Did you mean \"==\"?": 150,
118
+ "syntax_error:\"is\" with 'str' literal. Did you mean \"==\"?": 157,
119
+ "syntax_error:\"is\" with 'tuple' literal. Did you mean \"==\"?": 2,
120
+ "syntax_error:'(' was never closed": 329,
121
+ "syntax_error:':' expected after dictionary key": 1,
122
+ "syntax_error:'[' was never closed": 9,
123
+ "syntax_error:'await' outside async function": 1,
124
+ "syntax_error:'bool' object is not callable; perhaps you missed a comma?": 2,
125
+ "syntax_error:'break' in a 'finally' block": 3,
126
+ "syntax_error:'return' in a 'finally' block": 54,
127
+ "syntax_error:'return' outside function": 7,
128
+ "syntax_error:'str' object is not callable; perhaps you missed a comma?": 5,
129
+ "syntax_error:'tuple' object is not callable; perhaps you missed a comma?": 2,
130
+ "syntax_error:'u' and 'r' prefixes are incompatible": 74,
131
+ "syntax_error:'yield from' inside async function": 1,
132
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 0-1: malformed \\N character escape": 2,
133
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 0-1: truncated \\UXXXXXXXX escape": 1,
134
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 0-1: truncated \\uXXXX escape": 2,
135
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 11-22: unknown Unicode character name": 1,
136
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 114-115: truncated \\xXX escape": 1,
137
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 13-14: malformed \\N character escape": 1,
138
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 14-15: truncated \\UXXXXXXXX escape": 1,
139
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \\UXXXXXXXX escape": 11,
140
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 23-24: truncated \\UXXXXXXXX escape": 1,
141
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 280-282: truncated \\xXX escape": 1,
142
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 294-295: truncated \\uXXXX escape": 1,
143
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 40-41: truncated \\uXXXX escape": 2,
144
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 41-42: truncated \\uXXXX escape": 1,
145
+ "syntax_error:(unicode error) 'unicodeescape' codec can't decode bytes in position 62-63: truncated \\UXXXXXXXX escape": 1,
146
+ "syntax_error:* argument may appear only once": 1,
147
+ "syntax_error:Expected one or more names after 'import'": 3,
148
+ "syntax_error:Function parameters cannot be parenthesized": 83,
149
+ "syntax_error:Generator expression must be parenthesized": 2,
150
+ "syntax_error:Lambda expression parameters cannot be parenthesized": 60,
151
+ "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 51,
152
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 13128,
153
+ "syntax_error:assertion is always true, perhaps remove parentheses?": 6,
154
+ "syntax_error:bytes can only contain ASCII literal characters": 1,
155
+ "syntax_error:can't use starred expression here": 1,
156
+ "syntax_error:cannot assign to True": 5,
157
+ "syntax_error:cannot assign to attribute here. Maybe you meant '==' instead of '='?": 2,
158
+ "syntax_error:cannot assign to expression here. Maybe you meant '==' instead of '='?": 1,
159
+ "syntax_error:cannot mix bytes and nonbytes literals": 2,
160
+ "syntax_error:cannot use except statement with tuple": 2,
161
+ "syntax_error:closing parenthesis ')' does not match opening parenthesis '['": 1,
162
+ "syntax_error:closing parenthesis ')' does not match opening parenthesis '[' on line 184": 1,
163
+ "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 125": 1,
164
+ "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 201": 1,
165
+ "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 53": 1,
166
+ "syntax_error:closing parenthesis ')' does not match opening parenthesis '{' on line 64": 1,
167
+ "syntax_error:closing parenthesis ']' does not match opening parenthesis '('": 4,
168
+ "syntax_error:closing parenthesis ']' does not match opening parenthesis '(' on line 10": 1,
169
+ "syntax_error:closing parenthesis ']' does not match opening parenthesis '(' on line 21": 1,
170
+ "syntax_error:closing parenthesis ']' does not match opening parenthesis '(' on line 27": 1,
171
+ "syntax_error:closing parenthesis ']' does not match opening parenthesis '(' on line 42": 1,
172
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 126": 1,
173
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 13": 1,
174
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 202": 1,
175
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 22": 1,
176
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 255": 1,
177
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 52": 1,
178
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 85": 1,
179
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '['": 1,
180
+ "syntax_error:did you forget parentheses around the comprehension target?": 1,
181
+ "syntax_error:expected '('": 11,
182
+ "syntax_error:expected ':'": 42,
183
+ "syntax_error:expected 'else' after 'if' expression": 1,
184
+ "syntax_error:expected 'except' or 'finally' block": 3,
185
+ "syntax_error:expected an indented block after 'elif' statement on line 13": 1,
186
+ "syntax_error:expected an indented block after 'else' statement on line 86": 1,
187
+ "syntax_error:expected an indented block after 'for' statement on line 1": 1,
188
+ "syntax_error:expected an indented block after 'for' statement on line 135": 1,
189
+ "syntax_error:expected an indented block after 'for' statement on line 21": 2,
190
+ "syntax_error:expected an indented block after 'for' statement on line 238": 1,
191
+ "syntax_error:expected an indented block after 'for' statement on line 27": 1,
192
+ "syntax_error:expected an indented block after 'for' statement on line 32": 1,
193
+ "syntax_error:expected an indented block after 'for' statement on line 42": 1,
194
+ "syntax_error:expected an indented block after 'for' statement on line 45": 1,
195
+ "syntax_error:expected an indented block after 'for' statement on line 5": 2,
196
+ "syntax_error:expected an indented block after 'for' statement on line 57": 1,
197
+ "syntax_error:expected an indented block after 'for' statement on line 88": 1,
198
+ "syntax_error:expected an indented block after 'for' statement on line 9": 1,
199
+ "syntax_error:expected an indented block after 'if' statement on line 1": 1,
200
+ "syntax_error:expected an indented block after 'if' statement on line 10": 1,
201
+ "syntax_error:expected an indented block after 'if' statement on line 12": 2,
202
+ "syntax_error:expected an indented block after 'if' statement on line 20": 1,
203
+ "syntax_error:expected an indented block after 'if' statement on line 209": 1,
204
+ "syntax_error:expected an indented block after 'if' statement on line 24": 1,
205
+ "syntax_error:expected an indented block after 'if' statement on line 32": 1,
206
+ "syntax_error:expected an indented block after 'if' statement on line 33": 1,
207
+ "syntax_error:expected an indented block after 'if' statement on line 39": 1,
208
+ "syntax_error:expected an indented block after 'if' statement on line 42": 1,
209
+ "syntax_error:expected an indented block after 'if' statement on line 49": 1,
210
+ "syntax_error:expected an indented block after 'if' statement on line 5": 2,
211
+ "syntax_error:expected an indented block after 'if' statement on line 50": 1,
212
+ "syntax_error:expected an indented block after 'if' statement on line 78": 1,
213
+ "syntax_error:expected an indented block after 'try' statement on line 23": 1,
214
+ "syntax_error:expected an indented block after 'while' statement on line 105": 1,
215
+ "syntax_error:expected an indented block after 'while' statement on line 25": 1,
216
+ "syntax_error:expected an indented block after 'with' statement on line 72": 1,
217
+ "syntax_error:expected an indented block after class definition on line 19": 1,
218
+ "syntax_error:expected an indented block after class definition on line 3": 2,
219
+ "syntax_error:expected an indented block after class definition on line 5": 1,
220
+ "syntax_error:expected an indented block after class definition on line 6": 2,
221
+ "syntax_error:expected an indented block after class definition on line 7": 3,
222
+ "syntax_error:expected an indented block after class definition on line 8": 1,
223
+ "syntax_error:expected an indented block after class definition on line 82": 1,
224
+ "syntax_error:expected an indented block after function definition on line 1": 1,
225
+ "syntax_error:expected an indented block after function definition on line 11": 2,
226
+ "syntax_error:expected an indented block after function definition on line 13": 2,
227
+ "syntax_error:expected an indented block after function definition on line 154": 1,
228
+ "syntax_error:expected an indented block after function definition on line 16": 1,
229
+ "syntax_error:expected an indented block after function definition on line 17": 3,
230
+ "syntax_error:expected an indented block after function definition on line 2": 1,
231
+ "syntax_error:expected an indented block after function definition on line 21": 1,
232
+ "syntax_error:expected an indented block after function definition on line 25": 2,
233
+ "syntax_error:expected an indented block after function definition on line 251": 1,
234
+ "syntax_error:expected an indented block after function definition on line 3": 1,
235
+ "syntax_error:expected an indented block after function definition on line 30": 1,
236
+ "syntax_error:expected an indented block after function definition on line 32": 1,
237
+ "syntax_error:expected an indented block after function definition on line 33": 1,
238
+ "syntax_error:expected an indented block after function definition on line 35": 1,
239
+ "syntax_error:expected an indented block after function definition on line 38": 1,
240
+ "syntax_error:expected an indented block after function definition on line 4": 5,
241
+ "syntax_error:expected an indented block after function definition on line 47": 1,
242
+ "syntax_error:expected an indented block after function definition on line 5": 2,
243
+ "syntax_error:expected an indented block after function definition on line 6": 3,
244
+ "syntax_error:expected an indented block after function definition on line 63": 2,
245
+ "syntax_error:expected an indented block after function definition on line 68": 1,
246
+ "syntax_error:expected an indented block after function definition on line 7": 1,
247
+ "syntax_error:expected an indented block after function definition on line 73": 1,
248
+ "syntax_error:expected an indented block after function definition on line 74": 1,
249
+ "syntax_error:expected an indented block after function definition on line 9": 1,
250
+ "syntax_error:expected argument value expression": 3,
251
+ "syntax_error:expression cannot contain assignment, perhaps you meant \"==\"?": 1,
252
+ "syntax_error:expression expected after dictionary key and ':'": 1,
253
+ "syntax_error:from __future__ imports must occur at the beginning of the file": 5,
254
+ "syntax_error:future feature relative_imports is not defined": 1,
255
+ "syntax_error:import * only allowed at module level": 6,
256
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 572,
257
+ "syntax_error:invalid character '§' (U+00A7)": 1,
258
+ "syntax_error:invalid character '©' (U+00A9)": 1,
259
+ "syntax_error:invalid character '·' (U+00B7)": 2,
260
+ "syntax_error:invalid character '–' (U+2013)": 1,
261
+ "syntax_error:invalid character '‘' (U+2018)": 2,
262
+ "syntax_error:invalid character '’' (U+2019)": 1,
263
+ "syntax_error:invalid character '…' (U+2026)": 1,
264
+ "syntax_error:invalid character '→' (U+2192)": 1,
265
+ "syntax_error:invalid character ',' (U+FF0C)": 1,
266
+ "syntax_error:invalid character ':' (U+FF1A)": 1,
267
+ "syntax_error:invalid decimal literal": 125,
268
+ "syntax_error:invalid hexadecimal literal": 17,
269
+ "syntax_error:invalid non-printable character U+00A0": 2,
270
+ "syntax_error:invalid syntax": 1043,
271
+ "syntax_error:invalid syntax. Is this intended to be part of the string?": 4,
272
+ "syntax_error:invalid syntax. Maybe you meant '==' or ':=' instead of '='?": 14,
273
+ "syntax_error:invalid syntax. Perhaps you forgot a comma?": 99,
274
+ "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 139,
275
+ "syntax_error:list indices must be integers or slices, not tuple; perhaps you missed a comma?": 1,
276
+ "syntax_error:name 'CONFIG' is assigned to before global declaration": 1,
277
+ "syntax_error:name 'i' is assigned to before global declaration": 1,
278
+ "syntax_error:name 'imageSizeX' is used prior to global declaration": 1,
279
+ "syntax_error:name 'logo_box' is assigned to before global declaration": 1,
280
+ "syntax_error:name 'time' is used prior to global declaration": 1,
281
+ "syntax_error:named arguments must follow bare *": 1,
282
+ "syntax_error:parameter without a default follows parameter with a default": 5,
283
+ "syntax_error:positional argument follows keyword argument": 3,
284
+ "syntax_error:trailing comma not allowed without surrounding parentheses": 1,
285
+ "syntax_error:unexpected EOF while parsing": 9,
286
+ "syntax_error:unexpected character after line continuation character": 2,
287
+ "syntax_error:unexpected indent": 60,
288
+ "syntax_error:unindent does not match any outer indentation level": 24,
289
+ "syntax_error:unmatched ')'": 104,
290
+ "syntax_error:unmatched ']'": 2,
291
+ "syntax_error:unmatched '}'": 3,
292
+ "syntax_error:unterminated string literal (detected at line 10)": 3,
293
+ "syntax_error:unterminated string literal (detected at line 104)": 1,
294
+ "syntax_error:unterminated string literal (detected at line 107); perhaps you escaped the end quote?": 1,
295
+ "syntax_error:unterminated string literal (detected at line 116)": 1,
296
+ "syntax_error:unterminated string literal (detected at line 12); perhaps you escaped the end quote?": 1,
297
+ "syntax_error:unterminated string literal (detected at line 13)": 3,
298
+ "syntax_error:unterminated string literal (detected at line 13); perhaps you escaped the end quote?": 1,
299
+ "syntax_error:unterminated string literal (detected at line 14)": 2,
300
+ "syntax_error:unterminated string literal (detected at line 15)": 2,
301
+ "syntax_error:unterminated string literal (detected at line 16)": 1,
302
+ "syntax_error:unterminated string literal (detected at line 178)": 1,
303
+ "syntax_error:unterminated string literal (detected at line 191)": 1,
304
+ "syntax_error:unterminated string literal (detected at line 22)": 1,
305
+ "syntax_error:unterminated string literal (detected at line 226)": 1,
306
+ "syntax_error:unterminated string literal (detected at line 241)": 1,
307
+ "syntax_error:unterminated string literal (detected at line 29)": 1,
308
+ "syntax_error:unterminated string literal (detected at line 3)": 2,
309
+ "syntax_error:unterminated string literal (detected at line 6)": 1,
310
+ "syntax_error:unterminated string literal (detected at line 64)": 1,
311
+ "syntax_error:unterminated string literal (detected at line 7)": 2,
312
+ "syntax_error:unterminated string literal (detected at line 70)": 1,
313
+ "syntax_error:unterminated string literal (detected at line 78)": 1,
314
+ "syntax_error:unterminated string literal (detected at line 79)": 1,
315
+ "syntax_error:unterminated string literal (detected at line 8)": 1,
316
+ "syntax_error:unterminated string literal (detected at line 91)": 1,
317
+ "syntax_error:unterminated string literal (detected at line 92)": 1,
318
+ "syntax_error:unterminated string literal (detected at line 93)": 1,
319
+ "syntax_error:unterminated string literal (detected at line 98)": 2,
320
+ "syntax_error:unterminated triple-quoted f-string literal (detected at line 145)": 1,
321
+ "syntax_error:unterminated triple-quoted string literal (detected at line 103)": 1,
322
+ "syntax_error:unterminated triple-quoted string literal (detected at line 107)": 1,
323
+ "syntax_error:unterminated triple-quoted string literal (detected at line 108)": 1,
324
+ "syntax_error:unterminated triple-quoted string literal (detected at line 119)": 1,
325
+ "syntax_error:unterminated triple-quoted string literal (detected at line 132)": 1,
326
+ "syntax_error:unterminated triple-quoted string literal (detected at line 145)": 1,
327
+ "syntax_error:unterminated triple-quoted string literal (detected at line 15)": 1,
328
+ "syntax_error:unterminated triple-quoted string literal (detected at line 16)": 2,
329
+ "syntax_error:unterminated triple-quoted string literal (detected at line 170)": 1,
330
+ "syntax_error:unterminated triple-quoted string literal (detected at line 171)": 2,
331
+ "syntax_error:unterminated triple-quoted string literal (detected at line 185)": 1,
332
+ "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
333
+ "syntax_error:unterminated triple-quoted string literal (detected at line 193)": 1,
334
+ "syntax_error:unterminated triple-quoted string literal (detected at line 215)": 1,
335
+ "syntax_error:unterminated triple-quoted string literal (detected at line 260)": 1,
336
+ "syntax_error:unterminated triple-quoted string literal (detected at line 316)": 1,
337
+ "syntax_error:unterminated triple-quoted string literal (detected at line 383)": 1,
338
+ "syntax_error:unterminated triple-quoted string literal (detected at line 389)": 1,
339
+ "syntax_error:unterminated triple-quoted string literal (detected at line 394)": 3,
340
+ "syntax_error:unterminated triple-quoted string literal (detected at line 41)": 1,
341
+ "syntax_error:unterminated triple-quoted string literal (detected at line 43)": 1,
342
+ "syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
343
+ "syntax_error:unterminated triple-quoted string literal (detected at line 57)": 1,
344
+ "syntax_error:unterminated triple-quoted string literal (detected at line 80)": 1,
345
+ "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
346
+ "syntax_error:unterminated triple-quoted string literal (detected at line 87)": 1,
347
+ "syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
348
+ "syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
349
+ "syntax_error:unterminated triple-quoted string literal (detected at line 96)": 1,
350
+ "too_large": 9890,
351
+ "too_many_ast_nodes": 39,
352
+ "too_many_lines": 677,
353
+ "too_small": 3022
354
+ },
355
+ "filtered_candidates": 46439,
356
+ "finished_utc": "2026-05-31T01:47:30+00:00",
357
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
358
  "languages": [
359
  "en",
 
363
  "zh",
364
  "hi"
365
  ],
366
+ "projection_failures": 82,
367
  "resume_accepted_rows": 0,
368
  "resume_skipped_accepted_rows": 0,
369
  "resume_start_shard": 0,
370
  "row_schema": "source-six-cnl-columns-selected-metadata-v2",
371
  "run_id": "run_20260530_225930_utc",
372
+ "seen_candidates": 146521,
373
+ "shards_completed": 20,
374
+ "source_label_counts": {
375
+ "github_code_clean_python_mit_single": 100000
376
+ },
377
  "source_specs": [
378
  {
379
  "config": "Python-mit",
 
387
  ],
388
  "started_utc": "2026-05-30T22:59:32+00:00",
389
  "strict_gate_failures": 0,
390
+ "target_accepted_rows": 100000,
391
+ "updated_utc": "2026-05-31T01:47:30+00:00"
392
  }