CircularBalls commited on
Commit
30af96e
·
verified ·
1 Parent(s): dca9434

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -23
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 1750,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -103,31 +103,32 @@ Each row contains:
103
  "train-00031.jsonl.gz",
104
  "train-00032.jsonl.gz",
105
  "train-00033.jsonl.gz",
106
- "train-00034.jsonl.gz"
 
107
  ],
108
  "duplicates": 0,
109
  "family_counts": {
110
- "async": 16,
111
- "classes": 918,
112
- "comprehensions": 296,
113
- "context_managers": 199,
114
- "exceptions": 449,
115
- "functions": 1351,
116
- "generators": 74,
117
- "imports": 1606,
118
- "lambda": 104,
119
- "loops": 691,
120
- "simple_module": 35
121
  },
122
  "filter_reasons": {
123
  "auto_generated": 109,
124
- "skipped_path_pattern": 118,
125
- "syntax_error:'(' was never closed": 6,
126
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
127
  "syntax_error:Function parameters cannot be parenthesized": 1,
128
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
129
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
130
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 221,
131
  "syntax_error:expected ':'": 2,
132
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
133
  "syntax_error:expected an indented block after class definition on line 5": 1,
@@ -137,16 +138,17 @@ Each row contains:
137
  "syntax_error:invalid decimal literal": 3,
138
  "syntax_error:invalid hexadecimal literal": 2,
139
  "syntax_error:invalid syntax": 24,
140
- "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
141
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
142
  "syntax_error:unexpected indent": 1,
143
  "syntax_error:unmatched ')'": 2,
144
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
145
- "too_large": 164,
 
146
  "too_many_lines": 12,
147
  "too_small": 47
148
  },
149
- "filtered_candidates": 732,
150
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
151
  "languages": [
152
  "en",
@@ -158,10 +160,10 @@ Each row contains:
158
  ],
159
  "projection_failures": 1,
160
  "run_id": "run_20260529_092955_utc",
161
- "seen_candidates": 2484,
162
- "shards_completed": 35,
163
  "source_label_counts": {
164
- "github_code_clean_python_mit_single": 1750
165
  },
166
  "source_specs": [
167
  {
@@ -177,7 +179,7 @@ Each row contains:
177
  "started_utc": "2026-05-29T09:29:57+00:00",
178
  "strict_gate_failures": 0,
179
  "target_accepted_rows": 100000,
180
- "updated_utc": "2026-05-29T09:34:32+00:00"
181
  }
182
  ```
183
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 1800,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.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
  ],
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,
 
138
  "syntax_error:invalid decimal literal": 3,
139
  "syntax_error:invalid hexadecimal literal": 2,
140
  "syntax_error:invalid syntax": 24,
141
+ "syntax_error:invalid syntax. Perhaps you forgot a comma?": 3,
142
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
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
  ],
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
  "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