Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ Each row contains:
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
-
"accepted_rows":
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
@@ -108,46 +108,47 @@ Each row contains:
|
|
| 108 |
"train-00036.jsonl.gz",
|
| 109 |
"train-00037.jsonl.gz",
|
| 110 |
"train-00038.jsonl.gz",
|
| 111 |
-
"train-00039.jsonl.gz"
|
|
|
|
| 112 |
],
|
| 113 |
-
"duplicates":
|
| 114 |
"family_counts": {
|
| 115 |
-
"async":
|
| 116 |
-
"classes":
|
| 117 |
-
"comprehensions":
|
| 118 |
-
"context_managers":
|
| 119 |
-
"exceptions":
|
| 120 |
-
"functions":
|
| 121 |
-
"generators":
|
| 122 |
-
"imports":
|
| 123 |
-
"lambda":
|
| 124 |
-
"loops":
|
| 125 |
-
"simple_module":
|
| 126 |
},
|
| 127 |
"filter_reasons": {
|
| 128 |
-
"auto_generated":
|
| 129 |
-
"skipped_path_pattern":
|
| 130 |
-
"syntax_error:'(' was never closed":
|
| 131 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 132 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 133 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 134 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 135 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 136 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 137 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 24,
|
| 138 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 139 |
"syntax_error:invalid decimal literal": 7,
|
| 140 |
"syntax_error:invalid hexadecimal literal": 2,
|
| 141 |
-
"syntax_error:invalid syntax":
|
| 142 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
|
| 143 |
-
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers":
|
| 144 |
"syntax_error:unexpected indent": 3,
|
| 145 |
-
"too_large":
|
| 146 |
"too_many_ast_nodes": 2,
|
| 147 |
"too_many_lines": 40,
|
| 148 |
"too_small": 92
|
| 149 |
},
|
| 150 |
-
"filtered_candidates":
|
| 151 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 152 |
"languages": [
|
| 153 |
"en",
|
|
@@ -159,15 +160,15 @@ Each row contains:
|
|
| 159 |
],
|
| 160 |
"projection_failures": 1,
|
| 161 |
"run_id": "run_20260529_073950_utc",
|
| 162 |
-
"seen_candidates":
|
| 163 |
-
"shards_completed":
|
| 164 |
"source_label_counts": {
|
| 165 |
-
"github_code_clean_python_apache_2_0":
|
| 166 |
-
"github_code_clean_python_bsd_2":
|
| 167 |
-
"github_code_clean_python_bsd_3":
|
| 168 |
-
"github_code_clean_python_cc0":
|
| 169 |
-
"github_code_clean_python_isc":
|
| 170 |
-
"github_code_clean_python_mit":
|
| 171 |
},
|
| 172 |
"source_specs": [
|
| 173 |
{
|
|
@@ -228,7 +229,7 @@ Each row contains:
|
|
| 228 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 229 |
"strict_gate_failures": 0,
|
| 230 |
"target_accepted_rows": 100000,
|
| 231 |
-
"updated_utc": "2026-05-29T07:53:
|
| 232 |
}
|
| 233 |
```
|
| 234 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 2050,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.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",
|
|
|
|
| 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 |
{
|
|
|
|
| 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 |
|