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",
|
|
@@ -75,36 +75,37 @@ Each row contains:
|
|
| 75 |
"train-00003.jsonl.gz",
|
| 76 |
"train-00004.jsonl.gz",
|
| 77 |
"train-00005.jsonl.gz",
|
| 78 |
-
"train-00006.jsonl.gz"
|
|
|
|
| 79 |
],
|
| 80 |
"duplicates": 0,
|
| 81 |
"family_counts": {
|
| 82 |
-
"async":
|
| 83 |
-
"classes":
|
| 84 |
-
"comprehensions":
|
| 85 |
-
"context_managers":
|
| 86 |
-
"exceptions":
|
| 87 |
-
"functions":
|
| 88 |
-
"generators":
|
| 89 |
-
"imports":
|
| 90 |
-
"lambda":
|
| 91 |
-
"loops":
|
| 92 |
"simple_module": 8
|
| 93 |
},
|
| 94 |
"filter_reasons": {
|
| 95 |
-
"auto_generated":
|
| 96 |
-
"skipped_path_pattern":
|
| 97 |
"syntax_error:'(' was never closed": 1,
|
| 98 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 99 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 2,
|
| 100 |
"syntax_error:invalid decimal literal": 1,
|
| 101 |
"syntax_error:invalid syntax": 3,
|
| 102 |
-
"syntax_error:invalid syntax. Perhaps you forgot a comma?":
|
| 103 |
-
"too_large":
|
| 104 |
"too_many_lines": 3,
|
| 105 |
-
"too_small":
|
| 106 |
},
|
| 107 |
-
"filtered_candidates":
|
| 108 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 109 |
"languages": [
|
| 110 |
"en",
|
|
@@ -116,10 +117,10 @@ Each row contains:
|
|
| 116 |
],
|
| 117 |
"projection_failures": 0,
|
| 118 |
"run_id": "run_20260529_092955_utc",
|
| 119 |
-
"seen_candidates":
|
| 120 |
-
"shards_completed":
|
| 121 |
"source_label_counts": {
|
| 122 |
-
"github_code_clean_python_mit_single":
|
| 123 |
},
|
| 124 |
"source_specs": [
|
| 125 |
{
|
|
@@ -135,7 +136,7 @@ Each row contains:
|
|
| 135 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 136 |
"strict_gate_failures": 0,
|
| 137 |
"target_accepted_rows": 100000,
|
| 138 |
-
"updated_utc": "2026-05-29T09:
|
| 139 |
}
|
| 140 |
```
|
| 141 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 400,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 75 |
"train-00003.jsonl.gz",
|
| 76 |
"train-00004.jsonl.gz",
|
| 77 |
"train-00005.jsonl.gz",
|
| 78 |
+
"train-00006.jsonl.gz",
|
| 79 |
+
"train-00007.jsonl.gz"
|
| 80 |
],
|
| 81 |
"duplicates": 0,
|
| 82 |
"family_counts": {
|
| 83 |
+
"async": 7,
|
| 84 |
+
"classes": 201,
|
| 85 |
+
"comprehensions": 62,
|
| 86 |
+
"context_managers": 44,
|
| 87 |
+
"exceptions": 102,
|
| 88 |
+
"functions": 303,
|
| 89 |
+
"generators": 18,
|
| 90 |
+
"imports": 366,
|
| 91 |
+
"lambda": 20,
|
| 92 |
+
"loops": 156,
|
| 93 |
"simple_module": 8
|
| 94 |
},
|
| 95 |
"filter_reasons": {
|
| 96 |
+
"auto_generated": 21,
|
| 97 |
+
"skipped_path_pattern": 26,
|
| 98 |
"syntax_error:'(' was never closed": 1,
|
| 99 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 47,
|
| 100 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 2,
|
| 101 |
"syntax_error:invalid decimal literal": 1,
|
| 102 |
"syntax_error:invalid syntax": 3,
|
| 103 |
+
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 104 |
+
"too_large": 44,
|
| 105 |
"too_many_lines": 3,
|
| 106 |
+
"too_small": 11
|
| 107 |
},
|
| 108 |
+
"filtered_candidates": 161,
|
| 109 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 110 |
"languages": [
|
| 111 |
"en",
|
|
|
|
| 117 |
],
|
| 118 |
"projection_failures": 0,
|
| 119 |
"run_id": "run_20260529_092955_utc",
|
| 120 |
+
"seen_candidates": 561,
|
| 121 |
+
"shards_completed": 8,
|
| 122 |
"source_label_counts": {
|
| 123 |
+
"github_code_clean_python_mit_single": 400
|
| 124 |
},
|
| 125 |
"source_specs": [
|
| 126 |
{
|
|
|
|
| 136 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 137 |
"strict_gate_failures": 0,
|
| 138 |
"target_accepted_rows": 100000,
|
| 139 |
+
"updated_utc": "2026-05-29T09:31:03+00:00"
|
| 140 |
}
|
| 141 |
```
|
| 142 |
|