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",
|
|
@@ -100,44 +100,45 @@ Each row contains:
|
|
| 100 |
"train-00028.jsonl.gz",
|
| 101 |
"train-00029.jsonl.gz",
|
| 102 |
"train-00030.jsonl.gz",
|
| 103 |
-
"train-00031.jsonl.gz"
|
|
|
|
| 104 |
],
|
| 105 |
-
"duplicates":
|
| 106 |
"family_counts": {
|
| 107 |
"async": 17,
|
| 108 |
-
"classes":
|
| 109 |
-
"comprehensions":
|
| 110 |
-
"context_managers":
|
| 111 |
-
"exceptions":
|
| 112 |
-
"functions":
|
| 113 |
-
"generators":
|
| 114 |
-
"imports":
|
| 115 |
-
"lambda":
|
| 116 |
-
"loops":
|
| 117 |
-
"simple_module":
|
| 118 |
},
|
| 119 |
"filter_reasons": {
|
| 120 |
-
"auto_generated":
|
| 121 |
-
"skipped_path_pattern":
|
| 122 |
"syntax_error:'(' was never closed": 27,
|
| 123 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 124 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 125 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 126 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 127 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 128 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 129 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 19,
|
| 130 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 131 |
"syntax_error:invalid decimal literal": 7,
|
| 132 |
-
"syntax_error:invalid syntax":
|
| 133 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 7,
|
| 134 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
|
| 135 |
-
"too_large":
|
| 136 |
"too_many_ast_nodes": 2,
|
| 137 |
-
"too_many_lines":
|
| 138 |
"too_small": 63
|
| 139 |
},
|
| 140 |
-
"filtered_candidates":
|
| 141 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 142 |
"languages": [
|
| 143 |
"en",
|
|
@@ -149,15 +150,15 @@ Each row contains:
|
|
| 149 |
],
|
| 150 |
"projection_failures": 1,
|
| 151 |
"run_id": "run_20260529_073950_utc",
|
| 152 |
-
"seen_candidates":
|
| 153 |
-
"shards_completed":
|
| 154 |
"source_label_counts": {
|
| 155 |
-
"github_code_clean_python_apache_2_0":
|
| 156 |
-
"github_code_clean_python_bsd_2":
|
| 157 |
-
"github_code_clean_python_bsd_3":
|
| 158 |
-
"github_code_clean_python_cc0":
|
| 159 |
-
"github_code_clean_python_isc":
|
| 160 |
-
"github_code_clean_python_mit":
|
| 161 |
},
|
| 162 |
"source_specs": [
|
| 163 |
{
|
|
@@ -218,7 +219,7 @@ Each row contains:
|
|
| 218 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 219 |
"strict_gate_failures": 0,
|
| 220 |
"target_accepted_rows": 100000,
|
| 221 |
-
"updated_utc": "2026-05-29T07:50:
|
| 222 |
}
|
| 223 |
```
|
| 224 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 1650,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 100 |
"train-00028.jsonl.gz",
|
| 101 |
"train-00029.jsonl.gz",
|
| 102 |
"train-00030.jsonl.gz",
|
| 103 |
+
"train-00031.jsonl.gz",
|
| 104 |
+
"train-00032.jsonl.gz"
|
| 105 |
],
|
| 106 |
+
"duplicates": 1934,
|
| 107 |
"family_counts": {
|
| 108 |
"async": 17,
|
| 109 |
+
"classes": 868,
|
| 110 |
+
"comprehensions": 282,
|
| 111 |
+
"context_managers": 204,
|
| 112 |
+
"exceptions": 468,
|
| 113 |
+
"functions": 1268,
|
| 114 |
+
"generators": 60,
|
| 115 |
+
"imports": 1523,
|
| 116 |
+
"lambda": 109,
|
| 117 |
+
"loops": 634,
|
| 118 |
+
"simple_module": 48
|
| 119 |
},
|
| 120 |
"filter_reasons": {
|
| 121 |
+
"auto_generated": 170,
|
| 122 |
+
"skipped_path_pattern": 246,
|
| 123 |
"syntax_error:'(' was never closed": 27,
|
| 124 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 125 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 126 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 127 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 418,
|
| 128 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 129 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 130 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 19,
|
| 131 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 132 |
"syntax_error:invalid decimal literal": 7,
|
| 133 |
+
"syntax_error:invalid syntax": 38,
|
| 134 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 7,
|
| 135 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
|
| 136 |
+
"too_large": 499,
|
| 137 |
"too_many_ast_nodes": 2,
|
| 138 |
+
"too_many_lines": 37,
|
| 139 |
"too_small": 63
|
| 140 |
},
|
| 141 |
+
"filtered_candidates": 1554,
|
| 142 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 143 |
"languages": [
|
| 144 |
"en",
|
|
|
|
| 150 |
],
|
| 151 |
"projection_failures": 1,
|
| 152 |
"run_id": "run_20260529_073950_utc",
|
| 153 |
+
"seen_candidates": 5140,
|
| 154 |
+
"shards_completed": 33,
|
| 155 |
"source_label_counts": {
|
| 156 |
+
"github_code_clean_python_apache_2_0": 288,
|
| 157 |
+
"github_code_clean_python_bsd_2": 267,
|
| 158 |
+
"github_code_clean_python_bsd_3": 266,
|
| 159 |
+
"github_code_clean_python_cc0": 265,
|
| 160 |
+
"github_code_clean_python_isc": 288,
|
| 161 |
+
"github_code_clean_python_mit": 276
|
| 162 |
},
|
| 163 |
"source_specs": [
|
| 164 |
{
|
|
|
|
| 219 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 220 |
"strict_gate_failures": 0,
|
| 221 |
"target_accepted_rows": 100000,
|
| 222 |
+
"updated_utc": "2026-05-29T07:50:49+00:00"
|
| 223 |
}
|
| 224 |
```
|
| 225 |
|