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",
|
|
@@ -89,30 +89,31 @@ Each row contains:
|
|
| 89 |
"train-00017.jsonl.gz",
|
| 90 |
"train-00018.jsonl.gz",
|
| 91 |
"train-00019.jsonl.gz",
|
| 92 |
-
"train-00020.jsonl.gz"
|
|
|
|
| 93 |
],
|
| 94 |
-
"duplicates":
|
| 95 |
"family_counts": {
|
| 96 |
-
"async":
|
| 97 |
-
"classes":
|
| 98 |
-
"comprehensions":
|
| 99 |
-
"context_managers":
|
| 100 |
-
"exceptions":
|
| 101 |
-
"functions":
|
| 102 |
-
"generators":
|
| 103 |
-
"imports":
|
| 104 |
-
"lambda":
|
| 105 |
-
"loops":
|
| 106 |
-
"simple_module":
|
| 107 |
},
|
| 108 |
"filter_reasons": {
|
| 109 |
-
"auto_generated":
|
| 110 |
-
"skipped_path_pattern":
|
| 111 |
"syntax_error:'(' was never closed": 11,
|
| 112 |
"syntax_error:'u' and 'r' prefixes are incompatible": 3,
|
| 113 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 114 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 115 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 116 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 117 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 118 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 12,
|
|
@@ -120,12 +121,12 @@ Each row contains:
|
|
| 120 |
"syntax_error:invalid syntax": 27,
|
| 121 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
|
| 122 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 123 |
-
"too_large":
|
| 124 |
"too_many_ast_nodes": 2,
|
| 125 |
"too_many_lines": 22,
|
| 126 |
"too_small": 37
|
| 127 |
},
|
| 128 |
-
"filtered_candidates":
|
| 129 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 130 |
"languages": [
|
| 131 |
"en",
|
|
@@ -137,15 +138,15 @@ Each row contains:
|
|
| 137 |
],
|
| 138 |
"projection_failures": 1,
|
| 139 |
"run_id": "run_20260529_073950_utc",
|
| 140 |
-
"seen_candidates":
|
| 141 |
-
"shards_completed":
|
| 142 |
"source_label_counts": {
|
| 143 |
-
"github_code_clean_python_apache_2_0":
|
| 144 |
-
"github_code_clean_python_bsd_2":
|
| 145 |
-
"github_code_clean_python_bsd_3":
|
| 146 |
-
"github_code_clean_python_cc0":
|
| 147 |
-
"github_code_clean_python_isc":
|
| 148 |
-
"github_code_clean_python_mit":
|
| 149 |
},
|
| 150 |
"source_specs": [
|
| 151 |
{
|
|
@@ -206,7 +207,7 @@ Each row contains:
|
|
| 206 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 207 |
"strict_gate_failures": 0,
|
| 208 |
"target_accepted_rows": 100000,
|
| 209 |
-
"updated_utc": "2026-05-29T07:
|
| 210 |
}
|
| 211 |
```
|
| 212 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 1100,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 89 |
"train-00017.jsonl.gz",
|
| 90 |
"train-00018.jsonl.gz",
|
| 91 |
"train-00019.jsonl.gz",
|
| 92 |
+
"train-00020.jsonl.gz",
|
| 93 |
+
"train-00021.jsonl.gz"
|
| 94 |
],
|
| 95 |
+
"duplicates": 1292,
|
| 96 |
"family_counts": {
|
| 97 |
+
"async": 11,
|
| 98 |
+
"classes": 600,
|
| 99 |
+
"comprehensions": 201,
|
| 100 |
+
"context_managers": 141,
|
| 101 |
+
"exceptions": 299,
|
| 102 |
+
"functions": 866,
|
| 103 |
+
"generators": 39,
|
| 104 |
+
"imports": 1012,
|
| 105 |
+
"lambda": 79,
|
| 106 |
+
"loops": 422,
|
| 107 |
+
"simple_module": 28
|
| 108 |
},
|
| 109 |
"filter_reasons": {
|
| 110 |
+
"auto_generated": 120,
|
| 111 |
+
"skipped_path_pattern": 133,
|
| 112 |
"syntax_error:'(' was never closed": 11,
|
| 113 |
"syntax_error:'u' and 'r' prefixes are incompatible": 3,
|
| 114 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 115 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 116 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 289,
|
| 117 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 118 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 119 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 12,
|
|
|
|
| 121 |
"syntax_error:invalid syntax": 27,
|
| 122 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
|
| 123 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 124 |
+
"too_large": 350,
|
| 125 |
"too_many_ast_nodes": 2,
|
| 126 |
"too_many_lines": 22,
|
| 127 |
"too_small": 37
|
| 128 |
},
|
| 129 |
+
"filtered_candidates": 1030,
|
| 130 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 131 |
"languages": [
|
| 132 |
"en",
|
|
|
|
| 138 |
],
|
| 139 |
"projection_failures": 1,
|
| 140 |
"run_id": "run_20260529_073950_utc",
|
| 141 |
+
"seen_candidates": 3426,
|
| 142 |
+
"shards_completed": 22,
|
| 143 |
"source_label_counts": {
|
| 144 |
+
"github_code_clean_python_apache_2_0": 198,
|
| 145 |
+
"github_code_clean_python_bsd_2": 178,
|
| 146 |
+
"github_code_clean_python_bsd_3": 180,
|
| 147 |
+
"github_code_clean_python_cc0": 178,
|
| 148 |
+
"github_code_clean_python_isc": 187,
|
| 149 |
+
"github_code_clean_python_mit": 179
|
| 150 |
},
|
| 151 |
"source_specs": [
|
| 152 |
{
|
|
|
|
| 207 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 208 |
"strict_gate_failures": 0,
|
| 209 |
"target_accepted_rows": 100000,
|
| 210 |
+
"updated_utc": "2026-05-29T07:47:07+00:00"
|
| 211 |
}
|
| 212 |
```
|
| 213 |
|