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",
|
|
@@ -86,42 +86,43 @@ Each row contains:
|
|
| 86 |
"train-00014.jsonl.gz",
|
| 87 |
"train-00015.jsonl.gz",
|
| 88 |
"train-00016.jsonl.gz",
|
| 89 |
-
"train-00017.jsonl.gz"
|
|
|
|
| 90 |
],
|
| 91 |
-
"duplicates":
|
| 92 |
"family_counts": {
|
| 93 |
"async": 8,
|
| 94 |
-
"classes":
|
| 95 |
-
"comprehensions":
|
| 96 |
-
"context_managers":
|
| 97 |
-
"exceptions":
|
| 98 |
-
"functions":
|
| 99 |
-
"generators":
|
| 100 |
-
"imports":
|
| 101 |
-
"lambda":
|
| 102 |
-
"loops":
|
| 103 |
-
"simple_module":
|
| 104 |
},
|
| 105 |
"filter_reasons": {
|
| 106 |
-
"auto_generated":
|
| 107 |
-
"skipped_path_pattern":
|
| 108 |
-
"syntax_error:'(' was never closed":
|
| 109 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 110 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 111 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 112 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 113 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 114 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 115 |
"syntax_error:invalid decimal literal": 7,
|
| 116 |
-
"syntax_error:invalid syntax":
|
| 117 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 118 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 119 |
-
"too_large":
|
| 120 |
"too_many_ast_nodes": 2,
|
| 121 |
"too_many_lines": 14,
|
| 122 |
-
"too_small":
|
| 123 |
},
|
| 124 |
-
"filtered_candidates":
|
| 125 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 126 |
"languages": [
|
| 127 |
"en",
|
|
@@ -133,15 +134,15 @@ Each row contains:
|
|
| 133 |
],
|
| 134 |
"projection_failures": 1,
|
| 135 |
"run_id": "run_20260529_073950_utc",
|
| 136 |
-
"seen_candidates":
|
| 137 |
-
"shards_completed":
|
| 138 |
"source_label_counts": {
|
| 139 |
-
"github_code_clean_python_apache_2_0":
|
| 140 |
-
"github_code_clean_python_bsd_2":
|
| 141 |
-
"github_code_clean_python_bsd_3":
|
| 142 |
-
"github_code_clean_python_cc0":
|
| 143 |
-
"github_code_clean_python_isc":
|
| 144 |
-
"github_code_clean_python_mit":
|
| 145 |
},
|
| 146 |
"source_specs": [
|
| 147 |
{
|
|
@@ -202,7 +203,7 @@ Each row contains:
|
|
| 202 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 203 |
"strict_gate_failures": 0,
|
| 204 |
"target_accepted_rows": 100000,
|
| 205 |
-
"updated_utc": "2026-05-29T07:45:
|
| 206 |
}
|
| 207 |
```
|
| 208 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 950,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 86 |
"train-00014.jsonl.gz",
|
| 87 |
"train-00015.jsonl.gz",
|
| 88 |
"train-00016.jsonl.gz",
|
| 89 |
+
"train-00017.jsonl.gz",
|
| 90 |
+
"train-00018.jsonl.gz"
|
| 91 |
],
|
| 92 |
+
"duplicates": 1121,
|
| 93 |
"family_counts": {
|
| 94 |
"async": 8,
|
| 95 |
+
"classes": 519,
|
| 96 |
+
"comprehensions": 172,
|
| 97 |
+
"context_managers": 123,
|
| 98 |
+
"exceptions": 260,
|
| 99 |
+
"functions": 748,
|
| 100 |
+
"generators": 36,
|
| 101 |
+
"imports": 872,
|
| 102 |
+
"lambda": 68,
|
| 103 |
+
"loops": 366,
|
| 104 |
+
"simple_module": 25
|
| 105 |
},
|
| 106 |
"filter_reasons": {
|
| 107 |
+
"auto_generated": 102,
|
| 108 |
+
"skipped_path_pattern": 114,
|
| 109 |
+
"syntax_error:'(' was never closed": 9,
|
| 110 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 111 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 112 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 253,
|
| 113 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 114 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 115 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 8,
|
| 116 |
"syntax_error:invalid decimal literal": 7,
|
| 117 |
+
"syntax_error:invalid syntax": 23,
|
| 118 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 119 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 120 |
+
"too_large": 304,
|
| 121 |
"too_many_ast_nodes": 2,
|
| 122 |
"too_many_lines": 14,
|
| 123 |
+
"too_small": 35
|
| 124 |
},
|
| 125 |
+
"filtered_candidates": 885,
|
| 126 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 127 |
"languages": [
|
| 128 |
"en",
|
|
|
|
| 134 |
],
|
| 135 |
"projection_failures": 1,
|
| 136 |
"run_id": "run_20260529_073950_utc",
|
| 137 |
+
"seen_candidates": 2958,
|
| 138 |
+
"shards_completed": 19,
|
| 139 |
"source_label_counts": {
|
| 140 |
+
"github_code_clean_python_apache_2_0": 170,
|
| 141 |
+
"github_code_clean_python_bsd_2": 157,
|
| 142 |
+
"github_code_clean_python_bsd_3": 155,
|
| 143 |
+
"github_code_clean_python_cc0": 154,
|
| 144 |
+
"github_code_clean_python_isc": 157,
|
| 145 |
+
"github_code_clean_python_mit": 157
|
| 146 |
},
|
| 147 |
"source_specs": [
|
| 148 |
{
|
|
|
|
| 203 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 204 |
"strict_gate_failures": 0,
|
| 205 |
"target_accepted_rows": 100000,
|
| 206 |
+
"updated_utc": "2026-05-29T07:45:59+00:00"
|
| 207 |
}
|
| 208 |
```
|
| 209 |
|