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",
|
|
@@ -82,27 +82,28 @@ Each row contains:
|
|
| 82 |
"train-00010.jsonl.gz",
|
| 83 |
"train-00011.jsonl.gz",
|
| 84 |
"train-00012.jsonl.gz",
|
| 85 |
-
"train-00013.jsonl.gz"
|
|
|
|
| 86 |
],
|
| 87 |
"duplicates": 0,
|
| 88 |
"family_counts": {
|
| 89 |
"async": 7,
|
| 90 |
-
"classes":
|
| 91 |
-
"comprehensions":
|
| 92 |
-
"context_managers":
|
| 93 |
-
"exceptions":
|
| 94 |
-
"functions":
|
| 95 |
-
"generators":
|
| 96 |
-
"imports":
|
| 97 |
-
"lambda":
|
| 98 |
-
"loops":
|
| 99 |
-
"simple_module":
|
| 100 |
},
|
| 101 |
"filter_reasons": {
|
| 102 |
-
"auto_generated":
|
| 103 |
-
"skipped_path_pattern":
|
| 104 |
-
"syntax_error:'(' was never closed":
|
| 105 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 106 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 107 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 4,
|
| 108 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
|
@@ -110,12 +111,13 @@ Each row contains:
|
|
| 110 |
"syntax_error:invalid hexadecimal literal": 1,
|
| 111 |
"syntax_error:invalid syntax": 8,
|
| 112 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
|
|
|
| 113 |
"syntax_error:unmatched ')'": 1,
|
| 114 |
-
"too_large":
|
| 115 |
-
"too_many_lines":
|
| 116 |
-
"too_small":
|
| 117 |
},
|
| 118 |
-
"filtered_candidates":
|
| 119 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 120 |
"languages": [
|
| 121 |
"en",
|
|
@@ -127,10 +129,10 @@ Each row contains:
|
|
| 127 |
],
|
| 128 |
"projection_failures": 0,
|
| 129 |
"run_id": "run_20260529_092955_utc",
|
| 130 |
-
"seen_candidates":
|
| 131 |
-
"shards_completed":
|
| 132 |
"source_label_counts": {
|
| 133 |
-
"github_code_clean_python_mit_single":
|
| 134 |
},
|
| 135 |
"source_specs": [
|
| 136 |
{
|
|
@@ -146,7 +148,7 @@ Each row contains:
|
|
| 146 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 147 |
"strict_gate_failures": 0,
|
| 148 |
"target_accepted_rows": 100000,
|
| 149 |
-
"updated_utc": "2026-05-29T09:31:
|
| 150 |
}
|
| 151 |
```
|
| 152 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 750,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 82 |
"train-00010.jsonl.gz",
|
| 83 |
"train-00011.jsonl.gz",
|
| 84 |
"train-00012.jsonl.gz",
|
| 85 |
+
"train-00013.jsonl.gz",
|
| 86 |
+
"train-00014.jsonl.gz"
|
| 87 |
],
|
| 88 |
"duplicates": 0,
|
| 89 |
"family_counts": {
|
| 90 |
"async": 7,
|
| 91 |
+
"classes": 383,
|
| 92 |
+
"comprehensions": 122,
|
| 93 |
+
"context_managers": 89,
|
| 94 |
+
"exceptions": 192,
|
| 95 |
+
"functions": 565,
|
| 96 |
+
"generators": 39,
|
| 97 |
+
"imports": 688,
|
| 98 |
+
"lambda": 40,
|
| 99 |
+
"loops": 305,
|
| 100 |
+
"simple_module": 17
|
| 101 |
},
|
| 102 |
"filter_reasons": {
|
| 103 |
+
"auto_generated": 48,
|
| 104 |
+
"skipped_path_pattern": 47,
|
| 105 |
+
"syntax_error:'(' was never closed": 2,
|
| 106 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 95,
|
| 107 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 108 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 4,
|
| 109 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
|
|
|
| 111 |
"syntax_error:invalid hexadecimal literal": 1,
|
| 112 |
"syntax_error:invalid syntax": 8,
|
| 113 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 114 |
+
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 115 |
"syntax_error:unmatched ')'": 1,
|
| 116 |
+
"too_large": 77,
|
| 117 |
+
"too_many_lines": 10,
|
| 118 |
+
"too_small": 19
|
| 119 |
},
|
| 120 |
+
"filtered_candidates": 318,
|
| 121 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 122 |
"languages": [
|
| 123 |
"en",
|
|
|
|
| 129 |
],
|
| 130 |
"projection_failures": 0,
|
| 131 |
"run_id": "run_20260529_092955_utc",
|
| 132 |
+
"seen_candidates": 1070,
|
| 133 |
+
"shards_completed": 15,
|
| 134 |
"source_label_counts": {
|
| 135 |
+
"github_code_clean_python_mit_single": 750
|
| 136 |
},
|
| 137 |
"source_specs": [
|
| 138 |
{
|
|
|
|
| 148 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 149 |
"strict_gate_failures": 0,
|
| 150 |
"target_accepted_rows": 100000,
|
| 151 |
+
"updated_utc": "2026-05-29T09:31:55+00:00"
|
| 152 |
}
|
| 153 |
```
|
| 154 |
|