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