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