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",
|
|
@@ -103,45 +103,46 @@ Each row contains:
|
|
| 103 |
"train-00031.jsonl.gz",
|
| 104 |
"train-00032.jsonl.gz",
|
| 105 |
"train-00033.jsonl.gz",
|
| 106 |
-
"train-00034.jsonl.gz"
|
|
|
|
| 107 |
],
|
| 108 |
-
"duplicates":
|
| 109 |
"family_counts": {
|
| 110 |
-
"async":
|
| 111 |
-
"classes":
|
| 112 |
-
"comprehensions":
|
| 113 |
-
"context_managers":
|
| 114 |
-
"exceptions":
|
| 115 |
-
"functions":
|
| 116 |
-
"generators":
|
| 117 |
-
"imports":
|
| 118 |
-
"lambda":
|
| 119 |
-
"loops":
|
| 120 |
-
"simple_module":
|
| 121 |
},
|
| 122 |
"filter_reasons": {
|
| 123 |
-
"auto_generated":
|
| 124 |
-
"skipped_path_pattern":
|
| 125 |
"syntax_error:'(' was never closed": 27,
|
| 126 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 127 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 128 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 129 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 130 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 131 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 132 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 21,
|
| 133 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 134 |
"syntax_error:invalid decimal literal": 7,
|
| 135 |
-
"syntax_error:invalid syntax":
|
| 136 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
|
| 137 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
|
| 138 |
"syntax_error:unexpected indent": 3,
|
| 139 |
-
"too_large":
|
| 140 |
"too_many_ast_nodes": 2,
|
| 141 |
"too_many_lines": 40,
|
| 142 |
-
"too_small":
|
| 143 |
},
|
| 144 |
-
"filtered_candidates":
|
| 145 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 146 |
"languages": [
|
| 147 |
"en",
|
|
@@ -153,15 +154,15 @@ Each row contains:
|
|
| 153 |
],
|
| 154 |
"projection_failures": 1,
|
| 155 |
"run_id": "run_20260529_073950_utc",
|
| 156 |
-
"seen_candidates":
|
| 157 |
-
"shards_completed":
|
| 158 |
"source_label_counts": {
|
| 159 |
-
"github_code_clean_python_apache_2_0":
|
| 160 |
-
"github_code_clean_python_bsd_2":
|
| 161 |
-
"github_code_clean_python_bsd_3":
|
| 162 |
-
"github_code_clean_python_cc0":
|
| 163 |
-
"github_code_clean_python_isc":
|
| 164 |
-
"github_code_clean_python_mit":
|
| 165 |
},
|
| 166 |
"source_specs": [
|
| 167 |
{
|
|
@@ -222,7 +223,7 @@ Each row contains:
|
|
| 222 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 223 |
"strict_gate_failures": 0,
|
| 224 |
"target_accepted_rows": 100000,
|
| 225 |
-
"updated_utc": "2026-05-29T07:51:
|
| 226 |
}
|
| 227 |
```
|
| 228 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 1800,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 103 |
"train-00031.jsonl.gz",
|
| 104 |
"train-00032.jsonl.gz",
|
| 105 |
"train-00033.jsonl.gz",
|
| 106 |
+
"train-00034.jsonl.gz",
|
| 107 |
+
"train-00035.jsonl.gz"
|
| 108 |
],
|
| 109 |
+
"duplicates": 2126,
|
| 110 |
"family_counts": {
|
| 111 |
+
"async": 20,
|
| 112 |
+
"classes": 955,
|
| 113 |
+
"comprehensions": 301,
|
| 114 |
+
"context_managers": 226,
|
| 115 |
+
"exceptions": 507,
|
| 116 |
+
"functions": 1389,
|
| 117 |
+
"generators": 62,
|
| 118 |
+
"imports": 1662,
|
| 119 |
+
"lambda": 120,
|
| 120 |
+
"loops": 696,
|
| 121 |
+
"simple_module": 52
|
| 122 |
},
|
| 123 |
"filter_reasons": {
|
| 124 |
+
"auto_generated": 187,
|
| 125 |
+
"skipped_path_pattern": 272,
|
| 126 |
"syntax_error:'(' was never closed": 27,
|
| 127 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 128 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 129 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 130 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 444,
|
| 131 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 132 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 133 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 21,
|
| 134 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 135 |
"syntax_error:invalid decimal literal": 7,
|
| 136 |
+
"syntax_error:invalid syntax": 42,
|
| 137 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
|
| 138 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
|
| 139 |
"syntax_error:unexpected indent": 3,
|
| 140 |
+
"too_large": 534,
|
| 141 |
"too_many_ast_nodes": 2,
|
| 142 |
"too_many_lines": 40,
|
| 143 |
+
"too_small": 76
|
| 144 |
},
|
| 145 |
+
"filtered_candidates": 1687,
|
| 146 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 147 |
"languages": [
|
| 148 |
"en",
|
|
|
|
| 154 |
],
|
| 155 |
"projection_failures": 1,
|
| 156 |
"run_id": "run_20260529_073950_utc",
|
| 157 |
+
"seen_candidates": 5617,
|
| 158 |
+
"shards_completed": 36,
|
| 159 |
"source_label_counts": {
|
| 160 |
+
"github_code_clean_python_apache_2_0": 314,
|
| 161 |
+
"github_code_clean_python_bsd_2": 293,
|
| 162 |
+
"github_code_clean_python_bsd_3": 290,
|
| 163 |
+
"github_code_clean_python_cc0": 284,
|
| 164 |
+
"github_code_clean_python_isc": 315,
|
| 165 |
+
"github_code_clean_python_mit": 304
|
| 166 |
},
|
| 167 |
"source_specs": [
|
| 168 |
{
|
|
|
|
| 223 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 224 |
"strict_gate_failures": 0,
|
| 225 |
"target_accepted_rows": 100000,
|
| 226 |
+
"updated_utc": "2026-05-29T07:51:53+00:00"
|
| 227 |
}
|
| 228 |
```
|
| 229 |
|