Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,35 +67,37 @@ Each row contains:
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
-
"accepted_rows":
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
-
"train-00001.jsonl.gz"
|
|
|
|
| 74 |
],
|
| 75 |
"duplicates": 0,
|
| 76 |
"family_counts": {
|
| 77 |
-
"async":
|
| 78 |
-
"classes":
|
| 79 |
-
"comprehensions":
|
| 80 |
-
"context_managers":
|
| 81 |
-
"exceptions":
|
| 82 |
-
"functions":
|
| 83 |
-
"generators":
|
| 84 |
-
"imports":
|
| 85 |
-
"lambda":
|
| 86 |
-
"loops":
|
|
|
|
| 87 |
},
|
| 88 |
"filter_reasons": {
|
| 89 |
-
"auto_generated":
|
| 90 |
-
"skipped_path_pattern":
|
| 91 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 92 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 1,
|
| 93 |
"syntax_error:invalid decimal literal": 1,
|
| 94 |
-
"syntax_error:invalid syntax":
|
| 95 |
-
"too_large":
|
| 96 |
"too_small": 3
|
| 97 |
},
|
| 98 |
-
"filtered_candidates":
|
| 99 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 100 |
"languages": [
|
| 101 |
"en",
|
|
@@ -107,10 +109,10 @@ Each row contains:
|
|
| 107 |
],
|
| 108 |
"projection_failures": 0,
|
| 109 |
"run_id": "run_20260529_092955_utc",
|
| 110 |
-
"seen_candidates":
|
| 111 |
-
"shards_completed":
|
| 112 |
"source_label_counts": {
|
| 113 |
-
"github_code_clean_python_mit_single":
|
| 114 |
},
|
| 115 |
"source_specs": [
|
| 116 |
{
|
|
@@ -126,7 +128,7 @@ Each row contains:
|
|
| 126 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 127 |
"strict_gate_failures": 0,
|
| 128 |
"target_accepted_rows": 100000,
|
| 129 |
-
"updated_utc": "2026-05-29T09:30:
|
| 130 |
}
|
| 131 |
```
|
| 132 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 150,
|
| 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": 84,
|
| 80 |
+
"comprehensions": 22,
|
| 81 |
+
"context_managers": 17,
|
| 82 |
+
"exceptions": 39,
|
| 83 |
+
"functions": 118,
|
| 84 |
+
"generators": 7,
|
| 85 |
+
"imports": 130,
|
| 86 |
+
"lambda": 7,
|
| 87 |
+
"loops": 61,
|
| 88 |
+
"simple_module": 3
|
| 89 |
},
|
| 90 |
"filter_reasons": {
|
| 91 |
+
"auto_generated": 10,
|
| 92 |
+
"skipped_path_pattern": 8,
|
| 93 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 24,
|
| 94 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 1,
|
| 95 |
"syntax_error:invalid decimal literal": 1,
|
| 96 |
+
"syntax_error:invalid syntax": 2,
|
| 97 |
+
"too_large": 22,
|
| 98 |
"too_small": 3
|
| 99 |
},
|
| 100 |
+
"filtered_candidates": 71,
|
| 101 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 102 |
"languages": [
|
| 103 |
"en",
|
|
|
|
| 109 |
],
|
| 110 |
"projection_failures": 0,
|
| 111 |
"run_id": "run_20260529_092955_utc",
|
| 112 |
+
"seen_candidates": 223,
|
| 113 |
+
"shards_completed": 3,
|
| 114 |
"source_label_counts": {
|
| 115 |
+
"github_code_clean_python_mit_single": 150
|
| 116 |
},
|
| 117 |
"source_specs": [
|
| 118 |
{
|
|
|
|
| 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:26+00:00"
|
| 132 |
}
|
| 133 |
```
|
| 134 |
|