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",
|
|
@@ -95,29 +95,30 @@ Each row contains:
|
|
| 95 |
"train-00023.jsonl.gz",
|
| 96 |
"train-00024.jsonl.gz",
|
| 97 |
"train-00025.jsonl.gz",
|
| 98 |
-
"train-00026.jsonl.gz"
|
|
|
|
| 99 |
],
|
| 100 |
"duplicates": 0,
|
| 101 |
"family_counts": {
|
| 102 |
"async": 12,
|
| 103 |
-
"classes":
|
| 104 |
-
"comprehensions":
|
| 105 |
-
"context_managers":
|
| 106 |
-
"exceptions":
|
| 107 |
-
"functions":
|
| 108 |
"generators": 61,
|
| 109 |
-
"imports":
|
| 110 |
-
"lambda":
|
| 111 |
-
"loops":
|
| 112 |
-
"simple_module":
|
| 113 |
},
|
| 114 |
"filter_reasons": {
|
| 115 |
-
"auto_generated":
|
| 116 |
-
"skipped_path_pattern":
|
| 117 |
"syntax_error:'(' was never closed": 4,
|
| 118 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 119 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 120 |
-
"syntax_error:expected ':'":
|
| 121 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 122 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 123 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
|
@@ -129,11 +130,11 @@ Each row contains:
|
|
| 129 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 130 |
"syntax_error:unmatched ')'": 2,
|
| 131 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 132 |
-
"too_large":
|
| 133 |
"too_many_lines": 12,
|
| 134 |
-
"too_small":
|
| 135 |
},
|
| 136 |
-
"filtered_candidates":
|
| 137 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 138 |
"languages": [
|
| 139 |
"en",
|
|
@@ -145,10 +146,10 @@ Each row contains:
|
|
| 145 |
],
|
| 146 |
"projection_failures": 1,
|
| 147 |
"run_id": "run_20260529_092955_utc",
|
| 148 |
-
"seen_candidates":
|
| 149 |
-
"shards_completed":
|
| 150 |
"source_label_counts": {
|
| 151 |
-
"github_code_clean_python_mit_single":
|
| 152 |
},
|
| 153 |
"source_specs": [
|
| 154 |
{
|
|
@@ -164,7 +165,7 @@ Each row contains:
|
|
| 164 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 165 |
"strict_gate_failures": 0,
|
| 166 |
"target_accepted_rows": 100000,
|
| 167 |
-
"updated_utc": "2026-05-29T09:33:
|
| 168 |
}
|
| 169 |
```
|
| 170 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 1400,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 95 |
"train-00023.jsonl.gz",
|
| 96 |
"train-00024.jsonl.gz",
|
| 97 |
"train-00025.jsonl.gz",
|
| 98 |
+
"train-00026.jsonl.gz",
|
| 99 |
+
"train-00027.jsonl.gz"
|
| 100 |
],
|
| 101 |
"duplicates": 0,
|
| 102 |
"family_counts": {
|
| 103 |
"async": 12,
|
| 104 |
+
"classes": 726,
|
| 105 |
+
"comprehensions": 229,
|
| 106 |
+
"context_managers": 159,
|
| 107 |
+
"exceptions": 358,
|
| 108 |
+
"functions": 1071,
|
| 109 |
"generators": 61,
|
| 110 |
+
"imports": 1290,
|
| 111 |
+
"lambda": 81,
|
| 112 |
+
"loops": 556,
|
| 113 |
+
"simple_module": 29
|
| 114 |
},
|
| 115 |
"filter_reasons": {
|
| 116 |
+
"auto_generated": 91,
|
| 117 |
+
"skipped_path_pattern": 90,
|
| 118 |
"syntax_error:'(' was never closed": 4,
|
| 119 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 120 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 174,
|
| 121 |
+
"syntax_error:expected ':'": 2,
|
| 122 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 123 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 124 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
|
|
|
| 130 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 131 |
"syntax_error:unmatched ')'": 2,
|
| 132 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 133 |
+
"too_large": 129,
|
| 134 |
"too_many_lines": 12,
|
| 135 |
+
"too_small": 39
|
| 136 |
},
|
| 137 |
+
"filtered_candidates": 576,
|
| 138 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 139 |
"languages": [
|
| 140 |
"en",
|
|
|
|
| 146 |
],
|
| 147 |
"projection_failures": 1,
|
| 148 |
"run_id": "run_20260529_092955_utc",
|
| 149 |
+
"seen_candidates": 1980,
|
| 150 |
+
"shards_completed": 28,
|
| 151 |
"source_label_counts": {
|
| 152 |
+
"github_code_clean_python_mit_single": 1400
|
| 153 |
},
|
| 154 |
"source_specs": [
|
| 155 |
{
|
|
|
|
| 165 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 166 |
"strict_gate_failures": 0,
|
| 167 |
"target_accepted_rows": 100000,
|
| 168 |
+
"updated_utc": "2026-05-29T09:33:32+00:00"
|
| 169 |
}
|
| 170 |
```
|
| 171 |
|