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",
|
|
@@ -80,38 +80,39 @@ Each row contains:
|
|
| 80 |
"train-00008.jsonl.gz",
|
| 81 |
"train-00009.jsonl.gz",
|
| 82 |
"train-00010.jsonl.gz",
|
| 83 |
-
"train-00011.jsonl.gz"
|
|
|
|
| 84 |
],
|
| 85 |
"duplicates": 0,
|
| 86 |
"family_counts": {
|
| 87 |
"async": 7,
|
| 88 |
-
"classes":
|
| 89 |
-
"comprehensions":
|
| 90 |
-
"context_managers":
|
| 91 |
-
"exceptions":
|
| 92 |
-
"functions":
|
| 93 |
-
"generators":
|
| 94 |
-
"imports":
|
| 95 |
-
"lambda":
|
| 96 |
-
"loops":
|
| 97 |
"simple_module": 15
|
| 98 |
},
|
| 99 |
"filter_reasons": {
|
| 100 |
-
"auto_generated":
|
| 101 |
-
"skipped_path_pattern":
|
| 102 |
"syntax_error:'(' was never closed": 1,
|
| 103 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 104 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 3,
|
| 105 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 106 |
"syntax_error:invalid decimal literal": 1,
|
| 107 |
"syntax_error:invalid syntax": 7,
|
| 108 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 109 |
"syntax_error:unmatched ')'": 1,
|
| 110 |
-
"too_large":
|
| 111 |
"too_many_lines": 8,
|
| 112 |
-
"too_small":
|
| 113 |
},
|
| 114 |
-
"filtered_candidates":
|
| 115 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 116 |
"languages": [
|
| 117 |
"en",
|
|
@@ -123,10 +124,10 @@ Each row contains:
|
|
| 123 |
],
|
| 124 |
"projection_failures": 0,
|
| 125 |
"run_id": "run_20260529_092955_utc",
|
| 126 |
-
"seen_candidates":
|
| 127 |
-
"shards_completed":
|
| 128 |
"source_label_counts": {
|
| 129 |
-
"github_code_clean_python_mit_single":
|
| 130 |
},
|
| 131 |
"source_specs": [
|
| 132 |
{
|
|
@@ -142,7 +143,7 @@ Each row contains:
|
|
| 142 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 143 |
"strict_gate_failures": 0,
|
| 144 |
"target_accepted_rows": 100000,
|
| 145 |
-
"updated_utc": "2026-05-29T09:31:
|
| 146 |
}
|
| 147 |
```
|
| 148 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 650,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 80 |
"train-00008.jsonl.gz",
|
| 81 |
"train-00009.jsonl.gz",
|
| 82 |
"train-00010.jsonl.gz",
|
| 83 |
+
"train-00011.jsonl.gz",
|
| 84 |
+
"train-00012.jsonl.gz"
|
| 85 |
],
|
| 86 |
"duplicates": 0,
|
| 87 |
"family_counts": {
|
| 88 |
"async": 7,
|
| 89 |
+
"classes": 327,
|
| 90 |
+
"comprehensions": 104,
|
| 91 |
+
"context_managers": 73,
|
| 92 |
+
"exceptions": 167,
|
| 93 |
+
"functions": 488,
|
| 94 |
+
"generators": 31,
|
| 95 |
+
"imports": 597,
|
| 96 |
+
"lambda": 31,
|
| 97 |
+
"loops": 255,
|
| 98 |
"simple_module": 15
|
| 99 |
},
|
| 100 |
"filter_reasons": {
|
| 101 |
+
"auto_generated": 40,
|
| 102 |
+
"skipped_path_pattern": 45,
|
| 103 |
"syntax_error:'(' was never closed": 1,
|
| 104 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 79,
|
| 105 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 3,
|
| 106 |
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 107 |
"syntax_error:invalid decimal literal": 1,
|
| 108 |
"syntax_error:invalid syntax": 7,
|
| 109 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 110 |
"syntax_error:unmatched ')'": 1,
|
| 111 |
+
"too_large": 64,
|
| 112 |
"too_many_lines": 8,
|
| 113 |
+
"too_small": 13
|
| 114 |
},
|
| 115 |
+
"filtered_candidates": 265,
|
| 116 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 117 |
"languages": [
|
| 118 |
"en",
|
|
|
|
| 124 |
],
|
| 125 |
"projection_failures": 0,
|
| 126 |
"run_id": "run_20260529_092955_utc",
|
| 127 |
+
"seen_candidates": 917,
|
| 128 |
+
"shards_completed": 13,
|
| 129 |
"source_label_counts": {
|
| 130 |
+
"github_code_clean_python_mit_single": 650
|
| 131 |
},
|
| 132 |
"source_specs": [
|
| 133 |
{
|
|
|
|
| 143 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 144 |
"strict_gate_failures": 0,
|
| 145 |
"target_accepted_rows": 100000,
|
| 146 |
+
"updated_utc": "2026-05-29T09:31:39+00:00"
|
| 147 |
}
|
| 148 |
```
|
| 149 |
|