Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,37 +67,39 @@ 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": 0,
|
| 77 |
"family_counts": {
|
| 78 |
"async": 2,
|
| 79 |
-
"classes":
|
| 80 |
-
"comprehensions":
|
| 81 |
-
"context_managers":
|
| 82 |
-
"exceptions":
|
| 83 |
-
"functions":
|
| 84 |
-
"generators":
|
| 85 |
-
"imports":
|
| 86 |
-
"lambda":
|
| 87 |
-
"loops":
|
| 88 |
"simple_module": 3
|
| 89 |
},
|
| 90 |
"filter_reasons": {
|
| 91 |
-
"auto_generated":
|
| 92 |
-
"skipped_path_pattern":
|
| 93 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 94 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 95 |
"syntax_error:invalid decimal literal": 1,
|
| 96 |
-
"syntax_error:invalid syntax":
|
| 97 |
-
"too_large":
|
| 98 |
-
"
|
|
|
|
| 99 |
},
|
| 100 |
-
"filtered_candidates":
|
| 101 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 102 |
"languages": [
|
| 103 |
"en",
|
|
@@ -109,10 +111,10 @@ Each row contains:
|
|
| 109 |
],
|
| 110 |
"projection_failures": 0,
|
| 111 |
"run_id": "run_20260529_092955_utc",
|
| 112 |
-
"seen_candidates":
|
| 113 |
-
"shards_completed":
|
| 114 |
"source_label_counts": {
|
| 115 |
-
"github_code_clean_python_mit_single":
|
| 116 |
},
|
| 117 |
"source_specs": [
|
| 118 |
{
|
|
@@ -128,7 +130,7 @@ Each row contains:
|
|
| 128 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 129 |
"strict_gate_failures": 0,
|
| 130 |
"target_accepted_rows": 100000,
|
| 131 |
-
"updated_utc": "2026-05-29T09:30:
|
| 132 |
}
|
| 133 |
```
|
| 134 |
|
|
|
|
| 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": 0,
|
| 78 |
"family_counts": {
|
| 79 |
"async": 2,
|
| 80 |
+
"classes": 114,
|
| 81 |
+
"comprehensions": 29,
|
| 82 |
+
"context_managers": 19,
|
| 83 |
+
"exceptions": 52,
|
| 84 |
+
"functions": 153,
|
| 85 |
+
"generators": 8,
|
| 86 |
+
"imports": 179,
|
| 87 |
+
"lambda": 9,
|
| 88 |
+
"loops": 80,
|
| 89 |
"simple_module": 3
|
| 90 |
},
|
| 91 |
"filter_reasons": {
|
| 92 |
+
"auto_generated": 13,
|
| 93 |
+
"skipped_path_pattern": 10,
|
| 94 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 28,
|
| 95 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 2,
|
| 96 |
"syntax_error:invalid decimal literal": 1,
|
| 97 |
+
"syntax_error:invalid syntax": 3,
|
| 98 |
+
"too_large": 24,
|
| 99 |
+
"too_many_lines": 2,
|
| 100 |
+
"too_small": 4
|
| 101 |
},
|
| 102 |
+
"filtered_candidates": 87,
|
| 103 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 104 |
"languages": [
|
| 105 |
"en",
|
|
|
|
| 111 |
],
|
| 112 |
"projection_failures": 0,
|
| 113 |
"run_id": "run_20260529_092955_utc",
|
| 114 |
+
"seen_candidates": 287,
|
| 115 |
+
"shards_completed": 4,
|
| 116 |
"source_label_counts": {
|
| 117 |
+
"github_code_clean_python_mit_single": 200
|
| 118 |
},
|
| 119 |
"source_specs": [
|
| 120 |
{
|
|
|
|
| 130 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 131 |
"strict_gate_failures": 0,
|
| 132 |
"target_accepted_rows": 100000,
|
| 133 |
+
"updated_utc": "2026-05-29T09:30:33+00:00"
|
| 134 |
}
|
| 135 |
```
|
| 136 |
|