CircularBalls commited on
Commit
10d7593
·
verified ·
1 Parent(s): 3c83861

Initialize Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +14 -143
README.md CHANGED
@@ -67,88 +67,12 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 2050,
71
- "completed_shards": [
72
- "train-00000.jsonl.gz",
73
- "train-00001.jsonl.gz",
74
- "train-00002.jsonl.gz",
75
- "train-00003.jsonl.gz",
76
- "train-00004.jsonl.gz",
77
- "train-00005.jsonl.gz",
78
- "train-00006.jsonl.gz",
79
- "train-00007.jsonl.gz",
80
- "train-00008.jsonl.gz",
81
- "train-00009.jsonl.gz",
82
- "train-00010.jsonl.gz",
83
- "train-00011.jsonl.gz",
84
- "train-00012.jsonl.gz",
85
- "train-00013.jsonl.gz",
86
- "train-00014.jsonl.gz",
87
- "train-00015.jsonl.gz",
88
- "train-00016.jsonl.gz",
89
- "train-00017.jsonl.gz",
90
- "train-00018.jsonl.gz",
91
- "train-00019.jsonl.gz",
92
- "train-00020.jsonl.gz",
93
- "train-00021.jsonl.gz",
94
- "train-00022.jsonl.gz",
95
- "train-00023.jsonl.gz",
96
- "train-00024.jsonl.gz",
97
- "train-00025.jsonl.gz",
98
- "train-00026.jsonl.gz",
99
- "train-00027.jsonl.gz",
100
- "train-00028.jsonl.gz",
101
- "train-00029.jsonl.gz",
102
- "train-00030.jsonl.gz",
103
- "train-00031.jsonl.gz",
104
- "train-00032.jsonl.gz",
105
- "train-00033.jsonl.gz",
106
- "train-00034.jsonl.gz",
107
- "train-00035.jsonl.gz",
108
- "train-00036.jsonl.gz",
109
- "train-00037.jsonl.gz",
110
- "train-00038.jsonl.gz",
111
- "train-00039.jsonl.gz",
112
- "train-00040.jsonl.gz"
113
- ],
114
- "duplicates": 2424,
115
- "family_counts": {
116
- "async": 23,
117
- "classes": 1088,
118
- "comprehensions": 341,
119
- "context_managers": 262,
120
- "exceptions": 579,
121
- "functions": 1580,
122
- "generators": 72,
123
- "imports": 1886,
124
- "lambda": 135,
125
- "loops": 793,
126
- "simple_module": 60
127
- },
128
- "filter_reasons": {
129
- "auto_generated": 210,
130
- "skipped_path_pattern": 323,
131
- "syntax_error:'(' was never closed": 32,
132
- "syntax_error:'u' and 'r' prefixes are incompatible": 6,
133
- "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
134
- "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
135
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 523,
136
- "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
137
- "syntax_error:expected an indented block after function definition on line 7": 1,
138
- "syntax_error:inconsistent use of tabs and spaces in indentation": 24,
139
- "syntax_error:invalid character '“' (U+201C)": 2,
140
- "syntax_error:invalid decimal literal": 7,
141
- "syntax_error:invalid hexadecimal literal": 2,
142
- "syntax_error:invalid syntax": 50,
143
- "syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
144
- "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 5,
145
- "syntax_error:unexpected indent": 3,
146
- "too_large": 619,
147
- "too_many_ast_nodes": 2,
148
- "too_many_lines": 40,
149
- "too_small": 92
150
- },
151
- "filtered_candidates": 1960,
152
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
153
  "languages": [
154
  "en",
@@ -158,78 +82,25 @@ Each row contains:
158
  "zh",
159
  "hi"
160
  ],
161
- "projection_failures": 1,
162
- "run_id": "run_20260529_073950_utc",
163
- "seen_candidates": 6436,
164
- "shards_completed": 41,
165
- "source_label_counts": {
166
- "github_code_clean_python_apache_2_0": 363,
167
- "github_code_clean_python_bsd_2": 336,
168
- "github_code_clean_python_bsd_3": 330,
169
- "github_code_clean_python_cc0": 322,
170
- "github_code_clean_python_isc": 355,
171
- "github_code_clean_python_mit": 344
172
- },
173
  "source_specs": [
174
  {
175
  "config": "Python-mit",
176
  "dataset": "codeparrot/github-code-clean",
177
  "enabled": true,
178
- "label": "github_code_clean_python_mit",
179
- "split": "train",
180
- "trust_remote_code": false,
181
- "weight": 4
182
- },
183
- {
184
- "config": "Python-apache-2.0",
185
- "dataset": "codeparrot/github-code-clean",
186
- "enabled": true,
187
- "label": "github_code_clean_python_apache_2_0",
188
- "split": "train",
189
- "trust_remote_code": false,
190
- "weight": 3
191
- },
192
- {
193
- "config": "Python-bsd-3-clause",
194
- "dataset": "codeparrot/github-code-clean",
195
- "enabled": true,
196
- "label": "github_code_clean_python_bsd_3",
197
- "split": "train",
198
- "trust_remote_code": false,
199
- "weight": 2
200
- },
201
- {
202
- "config": "Python-bsd-2-clause",
203
- "dataset": "codeparrot/github-code-clean",
204
- "enabled": true,
205
- "label": "github_code_clean_python_bsd_2",
206
- "split": "train",
207
- "trust_remote_code": false,
208
- "weight": 2
209
- },
210
- {
211
- "config": "Python-isc",
212
- "dataset": "codeparrot/github-code-clean",
213
- "enabled": true,
214
- "label": "github_code_clean_python_isc",
215
- "split": "train",
216
- "trust_remote_code": false,
217
- "weight": 1
218
- },
219
- {
220
- "config": "Python-cc0-1.0",
221
- "dataset": "codeparrot/github-code-clean",
222
- "enabled": true,
223
- "label": "github_code_clean_python_cc0",
224
  "split": "train",
225
  "trust_remote_code": false,
226
  "weight": 1
227
  }
228
  ],
229
- "started_utc": "2026-05-29T07:39:51+00:00",
230
  "strict_gate_failures": 0,
231
- "target_accepted_rows": 100000,
232
- "updated_utc": "2026-05-29T07:53:50+00:00"
233
  }
234
  ```
235
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 0,
71
+ "completed_shards": [],
72
+ "duplicates": 0,
73
+ "family_counts": {},
74
+ "filter_reasons": {},
75
+ "filtered_candidates": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
77
  "languages": [
78
  "en",
 
82
  "zh",
83
  "hi"
84
  ],
85
+ "projection_failures": 0,
86
+ "run_id": "run_20260529_092955_utc",
87
+ "seen_candidates": 0,
88
+ "shards_completed": 0,
89
+ "source_label_counts": {},
 
 
 
 
 
 
 
90
  "source_specs": [
91
  {
92
  "config": "Python-mit",
93
  "dataset": "codeparrot/github-code-clean",
94
  "enabled": true,
95
+ "label": "github_code_clean_python_mit_single",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  "split": "train",
97
  "trust_remote_code": false,
98
  "weight": 1
99
  }
100
  ],
101
+ "started_utc": "2026-05-29T09:29:57+00:00",
102
  "strict_gate_failures": 0,
103
+ "target_accepted_rows": 100000
 
104
  }
105
  ```
106