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,51 +106,52 @@ 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": 0,
|
| 112 |
"family_counts": {
|
| 113 |
"async": 19,
|
| 114 |
-
"classes":
|
| 115 |
-
"comprehensions":
|
| 116 |
-
"context_managers":
|
| 117 |
-
"exceptions":
|
| 118 |
-
"functions":
|
| 119 |
"generators": 79,
|
| 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": 8,
|
| 129 |
"syntax_error:'u' and 'r' prefixes are incompatible": 1,
|
| 130 |
"syntax_error:Function parameters cannot be parenthesized": 1,
|
| 131 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 132 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
|
| 133 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 134 |
"syntax_error:expected ':'": 2,
|
| 135 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 136 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 137 |
"syntax_error:expected an indented block after function definition on line 13": 1,
|
| 138 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 139 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 140 |
"syntax_error:invalid decimal literal": 3,
|
| 141 |
"syntax_error:invalid hexadecimal literal": 2,
|
| 142 |
-
"syntax_error:invalid syntax":
|
| 143 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 3,
|
| 144 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
|
| 145 |
"syntax_error:unexpected indent": 1,
|
| 146 |
"syntax_error:unmatched ')'": 2,
|
| 147 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 148 |
-
"too_large":
|
| 149 |
"too_many_ast_nodes": 1,
|
| 150 |
"too_many_lines": 12,
|
| 151 |
-
"too_small":
|
| 152 |
},
|
| 153 |
-
"filtered_candidates":
|
| 154 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 155 |
"languages": [
|
| 156 |
"en",
|
|
@@ -162,10 +163,10 @@ Each row contains:
|
|
| 162 |
],
|
| 163 |
"projection_failures": 1,
|
| 164 |
"run_id": "run_20260529_092955_utc",
|
| 165 |
-
"seen_candidates":
|
| 166 |
-
"shards_completed":
|
| 167 |
"source_label_counts": {
|
| 168 |
-
"github_code_clean_python_mit_single":
|
| 169 |
},
|
| 170 |
"source_specs": [
|
| 171 |
{
|
|
@@ -181,7 +182,7 @@ Each row contains:
|
|
| 181 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 182 |
"strict_gate_failures": 0,
|
| 183 |
"target_accepted_rows": 100000,
|
| 184 |
-
"updated_utc": "2026-05-29T09:
|
| 185 |
}
|
| 186 |
```
|
| 187 |
|
|
|
|
| 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": 0,
|
| 113 |
"family_counts": {
|
| 114 |
"async": 19,
|
| 115 |
+
"classes": 1013,
|
| 116 |
+
"comprehensions": 329,
|
| 117 |
+
"context_managers": 226,
|
| 118 |
+
"exceptions": 501,
|
| 119 |
+
"functions": 1509,
|
| 120 |
"generators": 79,
|
| 121 |
+
"imports": 1791,
|
| 122 |
+
"lambda": 118,
|
| 123 |
+
"loops": 758,
|
| 124 |
+
"simple_module": 40
|
| 125 |
},
|
| 126 |
"filter_reasons": {
|
| 127 |
+
"auto_generated": 122,
|
| 128 |
+
"skipped_path_pattern": 130,
|
| 129 |
"syntax_error:'(' was never closed": 8,
|
| 130 |
"syntax_error:'u' and 'r' prefixes are incompatible": 1,
|
| 131 |
"syntax_error:Function parameters cannot be parenthesized": 1,
|
| 132 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 133 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
|
| 134 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 246,
|
| 135 |
"syntax_error:expected ':'": 2,
|
| 136 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 137 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 138 |
"syntax_error:expected an indented block after function definition on line 13": 1,
|
| 139 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 10,
|
| 140 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 141 |
"syntax_error:invalid decimal literal": 3,
|
| 142 |
"syntax_error:invalid hexadecimal literal": 2,
|
| 143 |
+
"syntax_error:invalid syntax": 25,
|
| 144 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 3,
|
| 145 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
|
| 146 |
"syntax_error:unexpected indent": 1,
|
| 147 |
"syntax_error:unmatched ')'": 2,
|
| 148 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 149 |
+
"too_large": 181,
|
| 150 |
"too_many_ast_nodes": 1,
|
| 151 |
"too_many_lines": 12,
|
| 152 |
+
"too_small": 49
|
| 153 |
},
|
| 154 |
+
"filtered_candidates": 808,
|
| 155 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 156 |
"languages": [
|
| 157 |
"en",
|
|
|
|
| 163 |
],
|
| 164 |
"projection_failures": 1,
|
| 165 |
"run_id": "run_20260529_092955_utc",
|
| 166 |
+
"seen_candidates": 2760,
|
| 167 |
+
"shards_completed": 39,
|
| 168 |
"source_label_counts": {
|
| 169 |
+
"github_code_clean_python_mit_single": 1950
|
| 170 |
},
|
| 171 |
"source_specs": [
|
| 172 |
{
|
|
|
|
| 182 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 183 |
"strict_gate_failures": 0,
|
| 184 |
"target_accepted_rows": 100000,
|
| 185 |
+
"updated_utc": "2026-05-29T09:35:02+00:00"
|
| 186 |
}
|
| 187 |
```
|
| 188 |
|