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",
|
|
@@ -90,44 +90,45 @@ Each row contains:
|
|
| 90 |
"train-00018.jsonl.gz",
|
| 91 |
"train-00019.jsonl.gz",
|
| 92 |
"train-00020.jsonl.gz",
|
| 93 |
-
"train-00021.jsonl.gz"
|
|
|
|
| 94 |
],
|
| 95 |
"duplicates": 0,
|
| 96 |
"family_counts": {
|
| 97 |
"async": 7,
|
| 98 |
-
"classes":
|
| 99 |
-
"comprehensions":
|
| 100 |
-
"context_managers":
|
| 101 |
-
"exceptions":
|
| 102 |
-
"functions":
|
| 103 |
-
"generators":
|
| 104 |
-
"imports":
|
| 105 |
-
"lambda":
|
| 106 |
-
"loops":
|
| 107 |
-
"simple_module":
|
| 108 |
},
|
| 109 |
"filter_reasons": {
|
| 110 |
-
"auto_generated":
|
| 111 |
-
"skipped_path_pattern":
|
| 112 |
"syntax_error:'(' was never closed": 4,
|
| 113 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 114 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 115 |
"syntax_error:expected ':'": 1,
|
| 116 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 117 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 118 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 4,
|
| 119 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 120 |
-
"syntax_error:invalid decimal literal":
|
| 121 |
"syntax_error:invalid hexadecimal literal": 2,
|
| 122 |
"syntax_error:invalid syntax": 11,
|
| 123 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 124 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 125 |
"syntax_error:unmatched ')'": 2,
|
| 126 |
-
"too_large":
|
| 127 |
"too_many_lines": 12,
|
| 128 |
-
"too_small":
|
| 129 |
},
|
| 130 |
-
"filtered_candidates":
|
| 131 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 132 |
"languages": [
|
| 133 |
"en",
|
|
@@ -139,10 +140,10 @@ Each row contains:
|
|
| 139 |
],
|
| 140 |
"projection_failures": 0,
|
| 141 |
"run_id": "run_20260529_092955_utc",
|
| 142 |
-
"seen_candidates":
|
| 143 |
-
"shards_completed":
|
| 144 |
"source_label_counts": {
|
| 145 |
-
"github_code_clean_python_mit_single":
|
| 146 |
},
|
| 147 |
"source_specs": [
|
| 148 |
{
|
|
@@ -158,7 +159,7 @@ Each row contains:
|
|
| 158 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 159 |
"strict_gate_failures": 0,
|
| 160 |
"target_accepted_rows": 100000,
|
| 161 |
-
"updated_utc": "2026-05-29T09:32:
|
| 162 |
}
|
| 163 |
```
|
| 164 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 1150,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 90 |
"train-00018.jsonl.gz",
|
| 91 |
"train-00019.jsonl.gz",
|
| 92 |
"train-00020.jsonl.gz",
|
| 93 |
+
"train-00021.jsonl.gz",
|
| 94 |
+
"train-00022.jsonl.gz"
|
| 95 |
],
|
| 96 |
"duplicates": 0,
|
| 97 |
"family_counts": {
|
| 98 |
"async": 7,
|
| 99 |
+
"classes": 598,
|
| 100 |
+
"comprehensions": 186,
|
| 101 |
+
"context_managers": 129,
|
| 102 |
+
"exceptions": 295,
|
| 103 |
+
"functions": 875,
|
| 104 |
+
"generators": 56,
|
| 105 |
+
"imports": 1058,
|
| 106 |
+
"lambda": 63,
|
| 107 |
+
"loops": 459,
|
| 108 |
+
"simple_module": 24
|
| 109 |
},
|
| 110 |
"filter_reasons": {
|
| 111 |
+
"auto_generated": 74,
|
| 112 |
+
"skipped_path_pattern": 73,
|
| 113 |
"syntax_error:'(' was never closed": 4,
|
| 114 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 115 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 146,
|
| 116 |
"syntax_error:expected ':'": 1,
|
| 117 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 118 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 119 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 4,
|
| 120 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 121 |
+
"syntax_error:invalid decimal literal": 2,
|
| 122 |
"syntax_error:invalid hexadecimal literal": 2,
|
| 123 |
"syntax_error:invalid syntax": 11,
|
| 124 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 125 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 126 |
"syntax_error:unmatched ')'": 2,
|
| 127 |
+
"too_large": 108,
|
| 128 |
"too_many_lines": 12,
|
| 129 |
+
"too_small": 36
|
| 130 |
},
|
| 131 |
+
"filtered_candidates": 482,
|
| 132 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 133 |
"languages": [
|
| 134 |
"en",
|
|
|
|
| 140 |
],
|
| 141 |
"projection_failures": 0,
|
| 142 |
"run_id": "run_20260529_092955_utc",
|
| 143 |
+
"seen_candidates": 1634,
|
| 144 |
+
"shards_completed": 23,
|
| 145 |
"source_label_counts": {
|
| 146 |
+
"github_code_clean_python_mit_single": 1150
|
| 147 |
},
|
| 148 |
"source_specs": [
|
| 149 |
{
|
|
|
|
| 159 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 160 |
"strict_gate_failures": 0,
|
| 161 |
"target_accepted_rows": 100000,
|
| 162 |
+
"updated_utc": "2026-05-29T09:32:53+00:00"
|
| 163 |
}
|
| 164 |
```
|
| 165 |
|