CircularBalls commited on
Commit
9bd6782
·
verified ·
1 Parent(s): 6ca08c6

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 1800,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -104,36 +104,37 @@ Each row contains:
104
  "train-00032.jsonl.gz",
105
  "train-00033.jsonl.gz",
106
  "train-00034.jsonl.gz",
107
- "train-00035.jsonl.gz"
 
108
  ],
109
  "duplicates": 0,
110
  "family_counts": {
111
  "async": 18,
112
- "classes": 944,
113
- "comprehensions": 302,
114
- "context_managers": 203,
115
- "exceptions": 462,
116
- "functions": 1390,
117
  "generators": 77,
118
- "imports": 1655,
119
- "lambda": 109,
120
- "loops": 709,
121
  "simple_module": 36
122
  },
123
  "filter_reasons": {
124
- "auto_generated": 109,
125
- "skipped_path_pattern": 119,
126
  "syntax_error:'(' was never closed": 8,
127
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
128
  "syntax_error:Function parameters cannot be parenthesized": 1,
129
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
130
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
131
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 225,
132
  "syntax_error:expected ':'": 2,
133
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
134
  "syntax_error:expected an indented block after class definition on line 5": 1,
135
  "syntax_error:expected an indented block after function definition on line 13": 1,
136
- "syntax_error:inconsistent use of tabs and spaces in indentation": 8,
137
  "syntax_error:invalid character '…' (U+2026)": 1,
138
  "syntax_error:invalid decimal literal": 3,
139
  "syntax_error:invalid hexadecimal literal": 2,
@@ -143,12 +144,12 @@ Each row contains:
143
  "syntax_error:unexpected indent": 1,
144
  "syntax_error:unmatched ')'": 2,
145
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
146
- "too_large": 168,
147
  "too_many_ast_nodes": 1,
148
  "too_many_lines": 12,
149
  "too_small": 47
150
  },
151
- "filtered_candidates": 745,
152
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
153
  "languages": [
154
  "en",
@@ -160,10 +161,10 @@ Each row contains:
160
  ],
161
  "projection_failures": 1,
162
  "run_id": "run_20260529_092955_utc",
163
- "seen_candidates": 2549,
164
- "shards_completed": 36,
165
  "source_label_counts": {
166
- "github_code_clean_python_mit_single": 1800
167
  },
168
  "source_specs": [
169
  {
@@ -179,7 +180,7 @@ Each row contains:
179
  "started_utc": "2026-05-29T09:29:57+00:00",
180
  "strict_gate_failures": 0,
181
  "target_accepted_rows": 100000,
182
- "updated_utc": "2026-05-29T09:34:39+00:00"
183
  }
184
  ```
185
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 1850,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.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
  ],
110
  "duplicates": 0,
111
  "family_counts": {
112
  "async": 18,
113
+ "classes": 965,
114
+ "comprehensions": 309,
115
+ "context_managers": 212,
116
+ "exceptions": 475,
117
+ "functions": 1432,
118
  "generators": 77,
119
+ "imports": 1704,
120
+ "lambda": 111,
121
+ "loops": 726,
122
  "simple_module": 36
123
  },
124
  "filter_reasons": {
125
+ "auto_generated": 112,
126
+ "skipped_path_pattern": 122,
127
  "syntax_error:'(' was never closed": 8,
128
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
129
  "syntax_error:Function parameters cannot be parenthesized": 1,
130
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
131
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
132
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 231,
133
  "syntax_error:expected ':'": 2,
134
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
135
  "syntax_error:expected an indented block after class definition on line 5": 1,
136
  "syntax_error:expected an indented block after function definition on line 13": 1,
137
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 9,
138
  "syntax_error:invalid character '…' (U+2026)": 1,
139
  "syntax_error:invalid decimal literal": 3,
140
  "syntax_error:invalid hexadecimal literal": 2,
 
144
  "syntax_error:unexpected indent": 1,
145
  "syntax_error:unmatched ')'": 2,
146
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
147
+ "too_large": 171,
148
  "too_many_ast_nodes": 1,
149
  "too_many_lines": 12,
150
  "too_small": 47
151
  },
152
+ "filtered_candidates": 761,
153
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
154
  "languages": [
155
  "en",
 
161
  ],
162
  "projection_failures": 1,
163
  "run_id": "run_20260529_092955_utc",
164
+ "seen_candidates": 2613,
165
+ "shards_completed": 37,
166
  "source_label_counts": {
167
+ "github_code_clean_python_mit_single": 1850
168
  },
169
  "source_specs": [
170
  {
 
180
  "started_utc": "2026-05-29T09:29:57+00:00",
181
  "strict_gate_failures": 0,
182
  "target_accepted_rows": 100000,
183
+ "updated_utc": "2026-05-29T09:34:46+00:00"
184
  }
185
  ```
186