Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,12 +67,32 @@ Each row contains:
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
-
"accepted_rows":
|
| 71 |
-
"completed_shards": [
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
"
|
| 75 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 77 |
"languages": [
|
| 78 |
"en",
|
|
@@ -84,9 +104,16 @@ Each row contains:
|
|
| 84 |
],
|
| 85 |
"projection_failures": 0,
|
| 86 |
"run_id": "run_20260529_073950_utc",
|
| 87 |
-
"seen_candidates":
|
| 88 |
-
"shards_completed":
|
| 89 |
-
"source_label_counts": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
"source_specs": [
|
| 91 |
{
|
| 92 |
"config": "Python-mit",
|
|
@@ -145,7 +172,8 @@ Each row contains:
|
|
| 145 |
],
|
| 146 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 147 |
"strict_gate_failures": 0,
|
| 148 |
-
"target_accepted_rows": 100000
|
|
|
|
| 149 |
}
|
| 150 |
```
|
| 151 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 50,
|
| 71 |
+
"completed_shards": [
|
| 72 |
+
"train-00000.jsonl.gz"
|
| 73 |
+
],
|
| 74 |
+
"duplicates": 58,
|
| 75 |
+
"family_counts": {
|
| 76 |
+
"async": 1,
|
| 77 |
+
"classes": 28,
|
| 78 |
+
"comprehensions": 8,
|
| 79 |
+
"context_managers": 4,
|
| 80 |
+
"exceptions": 20,
|
| 81 |
+
"functions": 36,
|
| 82 |
+
"generators": 2,
|
| 83 |
+
"imports": 46,
|
| 84 |
+
"lambda": 6,
|
| 85 |
+
"loops": 20,
|
| 86 |
+
"simple_module": 2
|
| 87 |
+
},
|
| 88 |
+
"filter_reasons": {
|
| 89 |
+
"auto_generated": 4,
|
| 90 |
+
"skipped_path_pattern": 2,
|
| 91 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 12,
|
| 92 |
+
"too_large": 16,
|
| 93 |
+
"too_small": 4
|
| 94 |
+
},
|
| 95 |
+
"filtered_candidates": 38,
|
| 96 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 97 |
"languages": [
|
| 98 |
"en",
|
|
|
|
| 104 |
],
|
| 105 |
"projection_failures": 0,
|
| 106 |
"run_id": "run_20260529_073950_utc",
|
| 107 |
+
"seen_candidates": 148,
|
| 108 |
+
"shards_completed": 1,
|
| 109 |
+
"source_label_counts": {
|
| 110 |
+
"github_code_clean_python_apache_2_0": 11,
|
| 111 |
+
"github_code_clean_python_bsd_2": 9,
|
| 112 |
+
"github_code_clean_python_bsd_3": 6,
|
| 113 |
+
"github_code_clean_python_cc0": 9,
|
| 114 |
+
"github_code_clean_python_isc": 8,
|
| 115 |
+
"github_code_clean_python_mit": 7
|
| 116 |
+
},
|
| 117 |
"source_specs": [
|
| 118 |
{
|
| 119 |
"config": "Python-mit",
|
|
|
|
| 172 |
],
|
| 173 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 174 |
"strict_gate_failures": 0,
|
| 175 |
+
"target_accepted_rows": 100000,
|
| 176 |
+
"updated_utc": "2026-05-29T07:40:31+00:00"
|
| 177 |
}
|
| 178 |
```
|
| 179 |
|