CircularBalls commited on
Commit
ec936d5
·
verified ·
1 Parent(s): 61630d1

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +30 -29
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 1350,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -95,30 +95,31 @@ Each row contains:
95
  "train-00023.jsonl.gz",
96
  "train-00024.jsonl.gz",
97
  "train-00025.jsonl.gz",
98
- "train-00026.jsonl.gz"
 
99
  ],
100
- "duplicates": 1595,
101
  "family_counts": {
102
  "async": 13,
103
- "classes": 729,
104
- "comprehensions": 241,
105
- "context_managers": 169,
106
- "exceptions": 382,
107
- "functions": 1058,
108
- "generators": 46,
109
- "imports": 1247,
110
- "lambda": 95,
111
- "loops": 529,
112
- "simple_module": 35
113
  },
114
  "filter_reasons": {
115
- "auto_generated": 135,
116
- "skipped_path_pattern": 180,
117
  "syntax_error:'(' was never closed": 20,
118
  "syntax_error:'u' and 'r' prefixes are incompatible": 5,
119
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
120
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
121
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 362,
122
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
123
  "syntax_error:expected an indented block after function definition on line 7": 1,
124
  "syntax_error:inconsistent use of tabs and spaces in indentation": 17,
@@ -127,12 +128,12 @@ Each row contains:
127
  "syntax_error:invalid syntax": 32,
128
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
129
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
130
- "too_large": 405,
131
  "too_many_ast_nodes": 2,
132
- "too_many_lines": 30,
133
- "too_small": 51
134
  },
135
- "filtered_candidates": 1266,
136
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
137
  "languages": [
138
  "en",
@@ -144,15 +145,15 @@ Each row contains:
144
  ],
145
  "projection_failures": 1,
146
  "run_id": "run_20260529_073950_utc",
147
- "seen_candidates": 4213,
148
- "shards_completed": 27,
149
  "source_label_counts": {
150
- "github_code_clean_python_apache_2_0": 240,
151
- "github_code_clean_python_bsd_2": 219,
152
- "github_code_clean_python_bsd_3": 218,
153
- "github_code_clean_python_cc0": 212,
154
- "github_code_clean_python_isc": 235,
155
- "github_code_clean_python_mit": 226
156
  },
157
  "source_specs": [
158
  {
@@ -213,7 +214,7 @@ Each row contains:
213
  "started_utc": "2026-05-29T07:39:51+00:00",
214
  "strict_gate_failures": 0,
215
  "target_accepted_rows": 100000,
216
- "updated_utc": "2026-05-29T07:48:42+00:00"
217
  }
218
  ```
219
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 1400,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.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
  ],
101
+ "duplicates": 1650,
102
  "family_counts": {
103
  "async": 13,
104
+ "classes": 757,
105
+ "comprehensions": 253,
106
+ "context_managers": 179,
107
+ "exceptions": 401,
108
+ "functions": 1095,
109
+ "generators": 49,
110
+ "imports": 1294,
111
+ "lambda": 98,
112
+ "loops": 554,
113
+ "simple_module": 36
114
  },
115
  "filter_reasons": {
116
+ "auto_generated": 147,
117
+ "skipped_path_pattern": 189,
118
  "syntax_error:'(' was never closed": 20,
119
  "syntax_error:'u' and 'r' prefixes are incompatible": 5,
120
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
121
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
122
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 371,
123
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
124
  "syntax_error:expected an indented block after function definition on line 7": 1,
125
  "syntax_error:inconsistent use of tabs and spaces in indentation": 17,
 
128
  "syntax_error:invalid syntax": 32,
129
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
130
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
131
+ "too_large": 420,
132
  "too_many_ast_nodes": 2,
133
+ "too_many_lines": 34,
134
+ "too_small": 52
135
  },
136
+ "filtered_candidates": 1316,
137
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
138
  "languages": [
139
  "en",
 
145
  ],
146
  "projection_failures": 1,
147
  "run_id": "run_20260529_073950_utc",
148
+ "seen_candidates": 4370,
149
+ "shards_completed": 28,
150
  "source_label_counts": {
151
+ "github_code_clean_python_apache_2_0": 249,
152
+ "github_code_clean_python_bsd_2": 227,
153
+ "github_code_clean_python_bsd_3": 225,
154
+ "github_code_clean_python_cc0": 223,
155
+ "github_code_clean_python_isc": 243,
156
+ "github_code_clean_python_mit": 233
157
  },
158
  "source_specs": [
159
  {
 
214
  "started_utc": "2026-05-29T07:39:51+00:00",
215
  "strict_gate_failures": 0,
216
  "target_accepted_rows": 100000,
217
+ "updated_utc": "2026-05-29T07:49:00+00:00"
218
  }
219
  ```
220