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",
|
|
@@ -97,45 +97,48 @@ Each row contains:
|
|
| 97 |
"train-00025.jsonl.gz",
|
| 98 |
"train-00026.jsonl.gz",
|
| 99 |
"train-00027.jsonl.gz",
|
| 100 |
-
"train-00028.jsonl.gz"
|
|
|
|
| 101 |
],
|
| 102 |
"duplicates": 0,
|
| 103 |
"family_counts": {
|
| 104 |
"async": 13,
|
| 105 |
-
"classes":
|
| 106 |
-
"comprehensions":
|
| 107 |
-
"context_managers":
|
| 108 |
-
"exceptions":
|
| 109 |
-
"functions":
|
| 110 |
-
"generators":
|
| 111 |
-
"imports":
|
| 112 |
-
"lambda":
|
| 113 |
-
"loops":
|
| 114 |
-
"simple_module":
|
| 115 |
},
|
| 116 |
"filter_reasons": {
|
| 117 |
-
"auto_generated":
|
| 118 |
-
"skipped_path_pattern":
|
| 119 |
"syntax_error:'(' was never closed": 5,
|
|
|
|
|
|
|
| 120 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 121 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 122 |
"syntax_error:expected ':'": 2,
|
| 123 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 124 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 125 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 126 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 127 |
"syntax_error:invalid decimal literal": 3,
|
| 128 |
"syntax_error:invalid hexadecimal literal": 2,
|
| 129 |
-
"syntax_error:invalid syntax":
|
| 130 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 131 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 132 |
"syntax_error:unmatched ')'": 2,
|
| 133 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 134 |
-
"too_large":
|
| 135 |
"too_many_lines": 12,
|
| 136 |
-
"too_small":
|
| 137 |
},
|
| 138 |
-
"filtered_candidates":
|
| 139 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 140 |
"languages": [
|
| 141 |
"en",
|
|
@@ -147,10 +150,10 @@ Each row contains:
|
|
| 147 |
],
|
| 148 |
"projection_failures": 1,
|
| 149 |
"run_id": "run_20260529_092955_utc",
|
| 150 |
-
"seen_candidates":
|
| 151 |
-
"shards_completed":
|
| 152 |
"source_label_counts": {
|
| 153 |
-
"github_code_clean_python_mit_single":
|
| 154 |
},
|
| 155 |
"source_specs": [
|
| 156 |
{
|
|
@@ -166,7 +169,7 @@ Each row contains:
|
|
| 166 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 167 |
"strict_gate_failures": 0,
|
| 168 |
"target_accepted_rows": 100000,
|
| 169 |
-
"updated_utc": "2026-05-29T09:33:
|
| 170 |
}
|
| 171 |
```
|
| 172 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 1500,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 97 |
"train-00025.jsonl.gz",
|
| 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": 783,
|
| 107 |
+
"comprehensions": 247,
|
| 108 |
+
"context_managers": 169,
|
| 109 |
+
"exceptions": 384,
|
| 110 |
+
"functions": 1151,
|
| 111 |
+
"generators": 65,
|
| 112 |
+
"imports": 1382,
|
| 113 |
+
"lambda": 87,
|
| 114 |
+
"loops": 597,
|
| 115 |
+
"simple_module": 31
|
| 116 |
},
|
| 117 |
"filter_reasons": {
|
| 118 |
+
"auto_generated": 95,
|
| 119 |
+
"skipped_path_pattern": 102,
|
| 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 'print'. Did you mean print(...)?": 190,
|
| 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,
|
| 128 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 7,
|
| 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": 16,
|
| 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": 141,
|
| 138 |
"too_many_lines": 12,
|
| 139 |
+
"too_small": 41
|
| 140 |
},
|
| 141 |
+
"filtered_candidates": 628,
|
| 142 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 143 |
"languages": [
|
| 144 |
"en",
|
|
|
|
| 150 |
],
|
| 151 |
"projection_failures": 1,
|
| 152 |
"run_id": "run_20260529_092955_utc",
|
| 153 |
+
"seen_candidates": 2132,
|
| 154 |
+
"shards_completed": 30,
|
| 155 |
"source_label_counts": {
|
| 156 |
+
"github_code_clean_python_mit_single": 1500
|
| 157 |
},
|
| 158 |
"source_specs": [
|
| 159 |
{
|
|
|
|
| 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:49+00:00"
|
| 173 |
}
|
| 174 |
```
|
| 175 |
|