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",
|
|
@@ -98,30 +98,32 @@ Each row contains:
|
|
| 98 |
"train-00026.jsonl.gz",
|
| 99 |
"train-00027.jsonl.gz",
|
| 100 |
"train-00028.jsonl.gz",
|
| 101 |
-
"train-00029.jsonl.gz"
|
|
|
|
| 102 |
],
|
| 103 |
"duplicates": 0,
|
| 104 |
"family_counts": {
|
| 105 |
"async": 13,
|
| 106 |
-
"classes":
|
| 107 |
-
"comprehensions":
|
| 108 |
-
"context_managers":
|
| 109 |
-
"exceptions":
|
| 110 |
-
"functions":
|
| 111 |
-
"generators":
|
| 112 |
-
"imports":
|
| 113 |
-
"lambda":
|
| 114 |
-
"loops":
|
| 115 |
-
"simple_module":
|
| 116 |
},
|
| 117 |
"filter_reasons": {
|
| 118 |
-
"auto_generated":
|
| 119 |
-
"skipped_path_pattern":
|
| 120 |
"syntax_error:'(' was never closed": 5,
|
| 121 |
"syntax_error:'u' and 'r' prefixes are incompatible": 1,
|
| 122 |
"syntax_error:Function parameters cannot be parenthesized": 1,
|
| 123 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 124 |
-
"syntax_error:Missing parentheses in call to '
|
|
|
|
| 125 |
"syntax_error:expected ':'": 2,
|
| 126 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 127 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
|
@@ -129,16 +131,17 @@ Each row contains:
|
|
| 129 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 130 |
"syntax_error:invalid decimal literal": 3,
|
| 131 |
"syntax_error:invalid hexadecimal literal": 2,
|
| 132 |
-
"syntax_error:invalid syntax":
|
| 133 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 134 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
|
|
|
| 135 |
"syntax_error:unmatched ')'": 2,
|
| 136 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 137 |
-
"too_large":
|
| 138 |
"too_many_lines": 12,
|
| 139 |
"too_small": 41
|
| 140 |
},
|
| 141 |
-
"filtered_candidates":
|
| 142 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 143 |
"languages": [
|
| 144 |
"en",
|
|
@@ -150,10 +153,10 @@ Each row contains:
|
|
| 150 |
],
|
| 151 |
"projection_failures": 1,
|
| 152 |
"run_id": "run_20260529_092955_utc",
|
| 153 |
-
"seen_candidates":
|
| 154 |
-
"shards_completed":
|
| 155 |
"source_label_counts": {
|
| 156 |
-
"github_code_clean_python_mit_single":
|
| 157 |
},
|
| 158 |
"source_specs": [
|
| 159 |
{
|
|
@@ -169,7 +172,7 @@ Each row contains:
|
|
| 169 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 170 |
"strict_gate_failures": 0,
|
| 171 |
"target_accepted_rows": 100000,
|
| 172 |
-
"updated_utc": "2026-05-29T09:33:
|
| 173 |
}
|
| 174 |
```
|
| 175 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 1550,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 98 |
"train-00026.jsonl.gz",
|
| 99 |
"train-00027.jsonl.gz",
|
| 100 |
"train-00028.jsonl.gz",
|
| 101 |
+
"train-00029.jsonl.gz",
|
| 102 |
+
"train-00030.jsonl.gz"
|
| 103 |
],
|
| 104 |
"duplicates": 0,
|
| 105 |
"family_counts": {
|
| 106 |
"async": 13,
|
| 107 |
+
"classes": 811,
|
| 108 |
+
"comprehensions": 259,
|
| 109 |
+
"context_managers": 174,
|
| 110 |
+
"exceptions": 398,
|
| 111 |
+
"functions": 1193,
|
| 112 |
+
"generators": 66,
|
| 113 |
+
"imports": 1426,
|
| 114 |
+
"lambda": 91,
|
| 115 |
+
"loops": 613,
|
| 116 |
+
"simple_module": 32
|
| 117 |
},
|
| 118 |
"filter_reasons": {
|
| 119 |
+
"auto_generated": 96,
|
| 120 |
+
"skipped_path_pattern": 105,
|
| 121 |
"syntax_error:'(' was never closed": 5,
|
| 122 |
"syntax_error:'u' and 'r' prefixes are incompatible": 1,
|
| 123 |
"syntax_error:Function parameters cannot be parenthesized": 1,
|
| 124 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 125 |
+
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
|
| 126 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 193,
|
| 127 |
"syntax_error:expected ':'": 2,
|
| 128 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 129 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
|
|
|
| 131 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 132 |
"syntax_error:invalid decimal literal": 3,
|
| 133 |
"syntax_error:invalid hexadecimal literal": 2,
|
| 134 |
+
"syntax_error:invalid syntax": 18,
|
| 135 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 136 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 137 |
+
"syntax_error:unexpected indent": 1,
|
| 138 |
"syntax_error:unmatched ')'": 2,
|
| 139 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 140 |
+
"too_large": 144,
|
| 141 |
"too_many_lines": 12,
|
| 142 |
"too_small": 41
|
| 143 |
},
|
| 144 |
+
"filtered_candidates": 642,
|
| 145 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 146 |
"languages": [
|
| 147 |
"en",
|
|
|
|
| 153 |
],
|
| 154 |
"projection_failures": 1,
|
| 155 |
"run_id": "run_20260529_092955_utc",
|
| 156 |
+
"seen_candidates": 2194,
|
| 157 |
+
"shards_completed": 31,
|
| 158 |
"source_label_counts": {
|
| 159 |
+
"github_code_clean_python_mit_single": 1550
|
| 160 |
},
|
| 161 |
"source_specs": [
|
| 162 |
{
|
|
|
|
| 172 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 173 |
"strict_gate_failures": 0,
|
| 174 |
"target_accepted_rows": 100000,
|
| 175 |
+
"updated_utc": "2026-05-29T09:33:58+00:00"
|
| 176 |
}
|
| 177 |
```
|
| 178 |
|