Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,37 +67,40 @@ 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 |
],
|
| 76 |
-
"duplicates":
|
| 77 |
"family_counts": {
|
| 78 |
"async": 2,
|
| 79 |
-
"classes":
|
| 80 |
-
"comprehensions":
|
| 81 |
-
"context_managers":
|
| 82 |
-
"exceptions":
|
| 83 |
-
"functions":
|
| 84 |
"generators": 5,
|
| 85 |
-
"imports":
|
| 86 |
-
"lambda":
|
| 87 |
-
"loops":
|
| 88 |
-
"simple_module":
|
| 89 |
},
|
| 90 |
"filter_reasons": {
|
| 91 |
-
"auto_generated":
|
| 92 |
-
"skipped_path_pattern":
|
| 93 |
"syntax_error:'(' was never closed": 2,
|
| 94 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 95 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 96 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 97 |
-
"
|
| 98 |
-
"
|
|
|
|
|
|
|
| 99 |
},
|
| 100 |
-
"filtered_candidates":
|
| 101 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 102 |
"languages": [
|
| 103 |
"en",
|
|
@@ -109,15 +112,15 @@ Each row contains:
|
|
| 109 |
],
|
| 110 |
"projection_failures": 0,
|
| 111 |
"run_id": "run_20260529_073950_utc",
|
| 112 |
-
"seen_candidates":
|
| 113 |
-
"shards_completed":
|
| 114 |
"source_label_counts": {
|
| 115 |
-
"github_code_clean_python_apache_2_0":
|
| 116 |
-
"github_code_clean_python_bsd_2":
|
| 117 |
-
"github_code_clean_python_bsd_3":
|
| 118 |
-
"github_code_clean_python_cc0":
|
| 119 |
-
"github_code_clean_python_isc":
|
| 120 |
-
"github_code_clean_python_mit":
|
| 121 |
},
|
| 122 |
"source_specs": [
|
| 123 |
{
|
|
@@ -178,7 +181,7 @@ Each row contains:
|
|
| 178 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 179 |
"strict_gate_failures": 0,
|
| 180 |
"target_accepted_rows": 100000,
|
| 181 |
-
"updated_utc": "2026-05-29T07:41:
|
| 182 |
}
|
| 183 |
```
|
| 184 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 200,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
| 74 |
+
"train-00002.jsonl.gz",
|
| 75 |
+
"train-00003.jsonl.gz"
|
| 76 |
],
|
| 77 |
+
"duplicates": 234,
|
| 78 |
"family_counts": {
|
| 79 |
"async": 2,
|
| 80 |
+
"classes": 102,
|
| 81 |
+
"comprehensions": 29,
|
| 82 |
+
"context_managers": 23,
|
| 83 |
+
"exceptions": 59,
|
| 84 |
+
"functions": 151,
|
| 85 |
"generators": 5,
|
| 86 |
+
"imports": 173,
|
| 87 |
+
"lambda": 13,
|
| 88 |
+
"loops": 70,
|
| 89 |
+
"simple_module": 9
|
| 90 |
},
|
| 91 |
"filter_reasons": {
|
| 92 |
+
"auto_generated": 33,
|
| 93 |
+
"skipped_path_pattern": 21,
|
| 94 |
"syntax_error:'(' was never closed": 2,
|
| 95 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 96 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 44,
|
| 97 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 98 |
+
"syntax_error:invalid syntax": 3,
|
| 99 |
+
"too_large": 60,
|
| 100 |
+
"too_many_lines": 1,
|
| 101 |
+
"too_small": 11
|
| 102 |
},
|
| 103 |
+
"filtered_candidates": 179,
|
| 104 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 105 |
"languages": [
|
| 106 |
"en",
|
|
|
|
| 112 |
],
|
| 113 |
"projection_failures": 0,
|
| 114 |
"run_id": "run_20260529_073950_utc",
|
| 115 |
+
"seen_candidates": 613,
|
| 116 |
+
"shards_completed": 4,
|
| 117 |
"source_label_counts": {
|
| 118 |
+
"github_code_clean_python_apache_2_0": 34,
|
| 119 |
+
"github_code_clean_python_bsd_2": 35,
|
| 120 |
+
"github_code_clean_python_bsd_3": 36,
|
| 121 |
+
"github_code_clean_python_cc0": 31,
|
| 122 |
+
"github_code_clean_python_isc": 32,
|
| 123 |
+
"github_code_clean_python_mit": 32
|
| 124 |
},
|
| 125 |
"source_specs": [
|
| 126 |
{
|
|
|
|
| 181 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 182 |
"strict_gate_failures": 0,
|
| 183 |
"target_accepted_rows": 100000,
|
| 184 |
+
"updated_utc": "2026-05-29T07:41:23+00:00"
|
| 185 |
}
|
| 186 |
```
|
| 187 |
|