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",
|
|
@@ -79,40 +79,41 @@ Each row contains:
|
|
| 79 |
"train-00007.jsonl.gz",
|
| 80 |
"train-00008.jsonl.gz",
|
| 81 |
"train-00009.jsonl.gz",
|
| 82 |
-
"train-00010.jsonl.gz"
|
|
|
|
| 83 |
],
|
| 84 |
-
"duplicates":
|
| 85 |
"family_counts": {
|
| 86 |
"async": 3,
|
| 87 |
-
"classes":
|
| 88 |
-
"comprehensions":
|
| 89 |
-
"context_managers":
|
| 90 |
-
"exceptions":
|
| 91 |
-
"functions":
|
| 92 |
-
"generators":
|
| 93 |
-
"imports":
|
| 94 |
-
"lambda":
|
| 95 |
-
"loops":
|
| 96 |
"simple_module": 16
|
| 97 |
},
|
| 98 |
"filter_reasons": {
|
| 99 |
-
"auto_generated":
|
| 100 |
-
"skipped_path_pattern":
|
| 101 |
-
"syntax_error:'(' was never closed":
|
| 102 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 103 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 104 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 105 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 106 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 107 |
"syntax_error:invalid decimal literal": 6,
|
| 108 |
-
"syntax_error:invalid syntax":
|
| 109 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 110 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 111 |
-
"too_large":
|
| 112 |
"too_many_lines": 14,
|
| 113 |
-
"too_small":
|
| 114 |
},
|
| 115 |
-
"filtered_candidates":
|
| 116 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 117 |
"languages": [
|
| 118 |
"en",
|
|
@@ -124,15 +125,15 @@ Each row contains:
|
|
| 124 |
],
|
| 125 |
"projection_failures": 1,
|
| 126 |
"run_id": "run_20260529_073950_utc",
|
| 127 |
-
"seen_candidates":
|
| 128 |
-
"shards_completed":
|
| 129 |
"source_label_counts": {
|
| 130 |
-
"github_code_clean_python_apache_2_0":
|
| 131 |
-
"github_code_clean_python_bsd_2":
|
| 132 |
-
"github_code_clean_python_bsd_3":
|
| 133 |
-
"github_code_clean_python_cc0":
|
| 134 |
-
"github_code_clean_python_isc":
|
| 135 |
-
"github_code_clean_python_mit":
|
| 136 |
},
|
| 137 |
"source_specs": [
|
| 138 |
{
|
|
@@ -193,7 +194,7 @@ Each row contains:
|
|
| 193 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 194 |
"strict_gate_failures": 0,
|
| 195 |
"target_accepted_rows": 100000,
|
| 196 |
-
"updated_utc": "2026-05-29T07:43:
|
| 197 |
}
|
| 198 |
```
|
| 199 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 600,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 79 |
"train-00007.jsonl.gz",
|
| 80 |
"train-00008.jsonl.gz",
|
| 81 |
"train-00009.jsonl.gz",
|
| 82 |
+
"train-00010.jsonl.gz",
|
| 83 |
+
"train-00011.jsonl.gz"
|
| 84 |
],
|
| 85 |
+
"duplicates": 689,
|
| 86 |
"family_counts": {
|
| 87 |
"async": 3,
|
| 88 |
+
"classes": 318,
|
| 89 |
+
"comprehensions": 107,
|
| 90 |
+
"context_managers": 82,
|
| 91 |
+
"exceptions": 166,
|
| 92 |
+
"functions": 473,
|
| 93 |
+
"generators": 22,
|
| 94 |
+
"imports": 544,
|
| 95 |
+
"lambda": 41,
|
| 96 |
+
"loops": 237,
|
| 97 |
"simple_module": 16
|
| 98 |
},
|
| 99 |
"filter_reasons": {
|
| 100 |
+
"auto_generated": 58,
|
| 101 |
+
"skipped_path_pattern": 73,
|
| 102 |
+
"syntax_error:'(' was never closed": 4,
|
| 103 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 104 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 178,
|
| 105 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 106 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 107 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 108 |
"syntax_error:invalid decimal literal": 6,
|
| 109 |
+
"syntax_error:invalid syntax": 13,
|
| 110 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 111 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 112 |
+
"too_large": 222,
|
| 113 |
"too_many_lines": 14,
|
| 114 |
+
"too_small": 20
|
| 115 |
},
|
| 116 |
+
"filtered_candidates": 606,
|
| 117 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 118 |
"languages": [
|
| 119 |
"en",
|
|
|
|
| 125 |
],
|
| 126 |
"projection_failures": 1,
|
| 127 |
"run_id": "run_20260529_073950_utc",
|
| 128 |
+
"seen_candidates": 1899,
|
| 129 |
+
"shards_completed": 12,
|
| 130 |
"source_label_counts": {
|
| 131 |
+
"github_code_clean_python_apache_2_0": 104,
|
| 132 |
+
"github_code_clean_python_bsd_2": 99,
|
| 133 |
+
"github_code_clean_python_bsd_3": 104,
|
| 134 |
+
"github_code_clean_python_cc0": 96,
|
| 135 |
+
"github_code_clean_python_isc": 105,
|
| 136 |
+
"github_code_clean_python_mit": 92
|
| 137 |
},
|
| 138 |
"source_specs": [
|
| 139 |
{
|
|
|
|
| 194 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 195 |
"strict_gate_failures": 0,
|
| 196 |
"target_accepted_rows": 100000,
|
| 197 |
+
"updated_utc": "2026-05-29T07:43:44+00:00"
|
| 198 |
}
|
| 199 |
```
|
| 200 |
|