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",
|
|
@@ -87,42 +87,44 @@ Each row contains:
|
|
| 87 |
"train-00015.jsonl.gz",
|
| 88 |
"train-00016.jsonl.gz",
|
| 89 |
"train-00017.jsonl.gz",
|
| 90 |
-
"train-00018.jsonl.gz"
|
|
|
|
| 91 |
],
|
| 92 |
-
"duplicates":
|
| 93 |
"family_counts": {
|
| 94 |
-
"async":
|
| 95 |
-
"classes":
|
| 96 |
-
"comprehensions":
|
| 97 |
-
"context_managers":
|
| 98 |
-
"exceptions":
|
| 99 |
-
"functions":
|
| 100 |
"generators": 36,
|
| 101 |
-
"imports":
|
| 102 |
"lambda": 68,
|
| 103 |
-
"loops":
|
| 104 |
-
"simple_module":
|
| 105 |
},
|
| 106 |
"filter_reasons": {
|
| 107 |
-
"auto_generated":
|
| 108 |
-
"skipped_path_pattern":
|
| 109 |
-
"syntax_error:'(' was never closed":
|
|
|
|
| 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(...)?":
|
| 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":
|
| 116 |
"syntax_error:invalid decimal literal": 7,
|
| 117 |
-
"syntax_error:invalid syntax":
|
| 118 |
-
"syntax_error:invalid syntax. Perhaps you forgot a comma?":
|
| 119 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 120 |
-
"too_large":
|
| 121 |
"too_many_ast_nodes": 2,
|
| 122 |
"too_many_lines": 14,
|
| 123 |
-
"too_small":
|
| 124 |
},
|
| 125 |
-
"filtered_candidates":
|
| 126 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 127 |
"languages": [
|
| 128 |
"en",
|
|
@@ -134,15 +136,15 @@ Each row contains:
|
|
| 134 |
],
|
| 135 |
"projection_failures": 1,
|
| 136 |
"run_id": "run_20260529_073950_utc",
|
| 137 |
-
"seen_candidates":
|
| 138 |
-
"shards_completed":
|
| 139 |
"source_label_counts": {
|
| 140 |
-
"github_code_clean_python_apache_2_0":
|
| 141 |
-
"github_code_clean_python_bsd_2":
|
| 142 |
-
"github_code_clean_python_bsd_3":
|
| 143 |
-
"github_code_clean_python_cc0":
|
| 144 |
-
"github_code_clean_python_isc":
|
| 145 |
-
"github_code_clean_python_mit":
|
| 146 |
},
|
| 147 |
"source_specs": [
|
| 148 |
{
|
|
@@ -203,7 +205,7 @@ Each row contains:
|
|
| 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:
|
| 207 |
}
|
| 208 |
```
|
| 209 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 1000,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 87 |
"train-00015.jsonl.gz",
|
| 88 |
"train-00016.jsonl.gz",
|
| 89 |
"train-00017.jsonl.gz",
|
| 90 |
+
"train-00018.jsonl.gz",
|
| 91 |
+
"train-00019.jsonl.gz"
|
| 92 |
],
|
| 93 |
+
"duplicates": 1175,
|
| 94 |
"family_counts": {
|
| 95 |
+
"async": 9,
|
| 96 |
+
"classes": 548,
|
| 97 |
+
"comprehensions": 178,
|
| 98 |
+
"context_managers": 129,
|
| 99 |
+
"exceptions": 275,
|
| 100 |
+
"functions": 784,
|
| 101 |
"generators": 36,
|
| 102 |
+
"imports": 919,
|
| 103 |
"lambda": 68,
|
| 104 |
+
"loops": 383,
|
| 105 |
+
"simple_module": 26
|
| 106 |
},
|
| 107 |
"filter_reasons": {
|
| 108 |
+
"auto_generated": 108,
|
| 109 |
+
"skipped_path_pattern": 118,
|
| 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(...)?": 257,
|
| 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,
|
| 118 |
"syntax_error:invalid decimal literal": 7,
|
| 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": 322,
|
| 123 |
"too_many_ast_nodes": 2,
|
| 124 |
"too_many_lines": 14,
|
| 125 |
+
"too_small": 37
|
| 126 |
},
|
| 127 |
+
"filtered_candidates": 935,
|
| 128 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 129 |
"languages": [
|
| 130 |
"en",
|
|
|
|
| 136 |
],
|
| 137 |
"projection_failures": 1,
|
| 138 |
"run_id": "run_20260529_073950_utc",
|
| 139 |
+
"seen_candidates": 3114,
|
| 140 |
+
"shards_completed": 20,
|
| 141 |
"source_label_counts": {
|
| 142 |
+
"github_code_clean_python_apache_2_0": 177,
|
| 143 |
+
"github_code_clean_python_bsd_2": 165,
|
| 144 |
+
"github_code_clean_python_bsd_3": 163,
|
| 145 |
+
"github_code_clean_python_cc0": 163,
|
| 146 |
+
"github_code_clean_python_isc": 167,
|
| 147 |
+
"github_code_clean_python_mit": 165
|
| 148 |
},
|
| 149 |
"source_specs": [
|
| 150 |
{
|
|
|
|
| 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:28+00:00"
|
| 209 |
}
|
| 210 |
```
|
| 211 |
|