Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,42 +67,44 @@ Each row contains:
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
-
"accepted_rows":
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
| 74 |
"train-00002.jsonl.gz",
|
| 75 |
"train-00003.jsonl.gz",
|
| 76 |
-
"train-00004.jsonl.gz"
|
|
|
|
| 77 |
],
|
| 78 |
-
"duplicates":
|
| 79 |
"family_counts": {
|
| 80 |
"async": 2,
|
| 81 |
-
"classes":
|
| 82 |
-
"comprehensions":
|
| 83 |
-
"context_managers":
|
| 84 |
-
"exceptions":
|
| 85 |
-
"functions":
|
| 86 |
"generators": 9,
|
| 87 |
-
"imports":
|
| 88 |
-
"lambda":
|
| 89 |
-
"loops":
|
| 90 |
"simple_module": 10
|
| 91 |
},
|
| 92 |
"filter_reasons": {
|
| 93 |
-
"auto_generated":
|
| 94 |
-
"skipped_path_pattern":
|
| 95 |
"syntax_error:'(' was never closed": 2,
|
| 96 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 97 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
|
|
|
| 98 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 99 |
"syntax_error:invalid syntax": 3,
|
| 100 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
|
| 101 |
-
"too_large":
|
| 102 |
"too_many_lines": 1,
|
| 103 |
-
"too_small":
|
| 104 |
},
|
| 105 |
-
"filtered_candidates":
|
| 106 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 107 |
"languages": [
|
| 108 |
"en",
|
|
@@ -114,15 +116,15 @@ Each row contains:
|
|
| 114 |
],
|
| 115 |
"projection_failures": 1,
|
| 116 |
"run_id": "run_20260529_073950_utc",
|
| 117 |
-
"seen_candidates":
|
| 118 |
-
"shards_completed":
|
| 119 |
"source_label_counts": {
|
| 120 |
-
"github_code_clean_python_apache_2_0":
|
| 121 |
-
"github_code_clean_python_bsd_2":
|
| 122 |
-
"github_code_clean_python_bsd_3":
|
| 123 |
-
"github_code_clean_python_cc0":
|
| 124 |
-
"github_code_clean_python_isc":
|
| 125 |
-
"github_code_clean_python_mit":
|
| 126 |
},
|
| 127 |
"source_specs": [
|
| 128 |
{
|
|
@@ -183,7 +185,7 @@ Each row contains:
|
|
| 183 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 184 |
"strict_gate_failures": 0,
|
| 185 |
"target_accepted_rows": 100000,
|
| 186 |
-
"updated_utc": "2026-05-29T07:
|
| 187 |
}
|
| 188 |
```
|
| 189 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 300,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
| 74 |
"train-00002.jsonl.gz",
|
| 75 |
"train-00003.jsonl.gz",
|
| 76 |
+
"train-00004.jsonl.gz",
|
| 77 |
+
"train-00005.jsonl.gz"
|
| 78 |
],
|
| 79 |
+
"duplicates": 349,
|
| 80 |
"family_counts": {
|
| 81 |
"async": 2,
|
| 82 |
+
"classes": 152,
|
| 83 |
+
"comprehensions": 43,
|
| 84 |
+
"context_managers": 34,
|
| 85 |
+
"exceptions": 85,
|
| 86 |
+
"functions": 229,
|
| 87 |
"generators": 9,
|
| 88 |
+
"imports": 268,
|
| 89 |
+
"lambda": 21,
|
| 90 |
+
"loops": 112,
|
| 91 |
"simple_module": 10
|
| 92 |
},
|
| 93 |
"filter_reasons": {
|
| 94 |
+
"auto_generated": 46,
|
| 95 |
+
"skipped_path_pattern": 30,
|
| 96 |
"syntax_error:'(' was never closed": 2,
|
| 97 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 98 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 68,
|
| 99 |
+
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 100 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 101 |
"syntax_error:invalid syntax": 3,
|
| 102 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
|
| 103 |
+
"too_large": 89,
|
| 104 |
"too_many_lines": 1,
|
| 105 |
+
"too_small": 13
|
| 106 |
},
|
| 107 |
+
"filtered_candidates": 260,
|
| 108 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 109 |
"languages": [
|
| 110 |
"en",
|
|
|
|
| 116 |
],
|
| 117 |
"projection_failures": 1,
|
| 118 |
"run_id": "run_20260529_073950_utc",
|
| 119 |
+
"seen_candidates": 913,
|
| 120 |
+
"shards_completed": 6,
|
| 121 |
"source_label_counts": {
|
| 122 |
+
"github_code_clean_python_apache_2_0": 51,
|
| 123 |
+
"github_code_clean_python_bsd_2": 50,
|
| 124 |
+
"github_code_clean_python_bsd_3": 53,
|
| 125 |
+
"github_code_clean_python_cc0": 48,
|
| 126 |
+
"github_code_clean_python_isc": 50,
|
| 127 |
+
"github_code_clean_python_mit": 48
|
| 128 |
},
|
| 129 |
"source_specs": [
|
| 130 |
{
|
|
|
|
| 185 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 186 |
"strict_gate_failures": 0,
|
| 187 |
"target_accepted_rows": 100000,
|
| 188 |
+
"updated_utc": "2026-05-29T07:42:01+00:00"
|
| 189 |
}
|
| 190 |
```
|
| 191 |
|