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