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",
|
|
@@ -76,39 +76,41 @@ Each row contains:
|
|
| 76 |
"train-00004.jsonl.gz",
|
| 77 |
"train-00005.jsonl.gz",
|
| 78 |
"train-00006.jsonl.gz",
|
| 79 |
-
"train-00007.jsonl.gz"
|
|
|
|
| 80 |
],
|
| 81 |
-
"duplicates":
|
| 82 |
"family_counts": {
|
| 83 |
"async": 3,
|
| 84 |
-
"classes":
|
| 85 |
-
"comprehensions":
|
| 86 |
-
"context_managers":
|
| 87 |
-
"exceptions":
|
| 88 |
-
"functions":
|
| 89 |
-
"generators":
|
| 90 |
-
"imports":
|
| 91 |
-
"lambda":
|
| 92 |
-
"loops":
|
| 93 |
-
"simple_module":
|
| 94 |
},
|
| 95 |
"filter_reasons": {
|
| 96 |
"auto_generated": 51,
|
| 97 |
-
"skipped_path_pattern":
|
| 98 |
"syntax_error:'(' was never closed": 2,
|
| 99 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 100 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 101 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 102 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 103 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 104 |
"syntax_error:invalid decimal literal": 4,
|
| 105 |
-
"syntax_error:invalid syntax":
|
| 106 |
-
"syntax_error:invalid syntax. Perhaps you forgot a comma?":
|
| 107 |
-
"
|
| 108 |
-
"
|
| 109 |
-
"
|
|
|
|
| 110 |
},
|
| 111 |
-
"filtered_candidates":
|
| 112 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 113 |
"languages": [
|
| 114 |
"en",
|
|
@@ -120,15 +122,15 @@ Each row contains:
|
|
| 120 |
],
|
| 121 |
"projection_failures": 1,
|
| 122 |
"run_id": "run_20260529_073950_utc",
|
| 123 |
-
"seen_candidates":
|
| 124 |
-
"shards_completed":
|
| 125 |
"source_label_counts": {
|
| 126 |
-
"github_code_clean_python_apache_2_0":
|
| 127 |
-
"github_code_clean_python_bsd_2":
|
| 128 |
-
"github_code_clean_python_bsd_3":
|
| 129 |
-
"github_code_clean_python_cc0":
|
| 130 |
-
"github_code_clean_python_isc":
|
| 131 |
-
"github_code_clean_python_mit":
|
| 132 |
},
|
| 133 |
"source_specs": [
|
| 134 |
{
|
|
@@ -189,7 +191,7 @@ Each row contains:
|
|
| 189 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 190 |
"strict_gate_failures": 0,
|
| 191 |
"target_accepted_rows": 100000,
|
| 192 |
-
"updated_utc": "2026-05-29T07:42:
|
| 193 |
}
|
| 194 |
```
|
| 195 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 450,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 76 |
"train-00004.jsonl.gz",
|
| 77 |
"train-00005.jsonl.gz",
|
| 78 |
"train-00006.jsonl.gz",
|
| 79 |
+
"train-00007.jsonl.gz",
|
| 80 |
+
"train-00008.jsonl.gz"
|
| 81 |
],
|
| 82 |
+
"duplicates": 521,
|
| 83 |
"family_counts": {
|
| 84 |
"async": 3,
|
| 85 |
+
"classes": 230,
|
| 86 |
+
"comprehensions": 79,
|
| 87 |
+
"context_managers": 62,
|
| 88 |
+
"exceptions": 129,
|
| 89 |
+
"functions": 347,
|
| 90 |
+
"generators": 15,
|
| 91 |
+
"imports": 406,
|
| 92 |
+
"lambda": 33,
|
| 93 |
+
"loops": 179,
|
| 94 |
+
"simple_module": 13
|
| 95 |
},
|
| 96 |
"filter_reasons": {
|
| 97 |
"auto_generated": 51,
|
| 98 |
+
"skipped_path_pattern": 53,
|
| 99 |
"syntax_error:'(' was never closed": 2,
|
| 100 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 101 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 116,
|
| 102 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 103 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 104 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 105 |
"syntax_error:invalid decimal literal": 4,
|
| 106 |
+
"syntax_error:invalid syntax": 7,
|
| 107 |
+
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 108 |
+
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 109 |
+
"too_large": 144,
|
| 110 |
+
"too_many_lines": 12,
|
| 111 |
+
"too_small": 14
|
| 112 |
},
|
| 113 |
+
"filtered_candidates": 421,
|
| 114 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 115 |
"languages": [
|
| 116 |
"en",
|
|
|
|
| 122 |
],
|
| 123 |
"projection_failures": 1,
|
| 124 |
"run_id": "run_20260529_073950_utc",
|
| 125 |
+
"seen_candidates": 1394,
|
| 126 |
+
"shards_completed": 9,
|
| 127 |
"source_label_counts": {
|
| 128 |
+
"github_code_clean_python_apache_2_0": 79,
|
| 129 |
+
"github_code_clean_python_bsd_2": 71,
|
| 130 |
+
"github_code_clean_python_bsd_3": 77,
|
| 131 |
+
"github_code_clean_python_cc0": 73,
|
| 132 |
+
"github_code_clean_python_isc": 77,
|
| 133 |
+
"github_code_clean_python_mit": 73
|
| 134 |
},
|
| 135 |
"source_specs": [
|
| 136 |
{
|
|
|
|
| 191 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 192 |
"strict_gate_failures": 0,
|
| 193 |
"target_accepted_rows": 100000,
|
| 194 |
+
"updated_utc": "2026-05-29T07:42:52+00:00"
|
| 195 |
}
|
| 196 |
```
|
| 197 |
|