Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,12 +67,31 @@ Each row contains:
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
-
"accepted_rows":
|
| 71 |
-
"completed_shards": [
|
|
|
|
|
|
|
| 72 |
"duplicates": 0,
|
| 73 |
-
"family_counts": {
|
| 74 |
-
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 77 |
"languages": [
|
| 78 |
"en",
|
|
@@ -84,9 +103,11 @@ Each row contains:
|
|
| 84 |
],
|
| 85 |
"projection_failures": 0,
|
| 86 |
"run_id": "run_20260529_092955_utc",
|
| 87 |
-
"seen_candidates":
|
| 88 |
-
"shards_completed":
|
| 89 |
-
"source_label_counts": {
|
|
|
|
|
|
|
| 90 |
"source_specs": [
|
| 91 |
{
|
| 92 |
"config": "Python-mit",
|
|
@@ -100,7 +121,8 @@ Each row contains:
|
|
| 100 |
],
|
| 101 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 102 |
"strict_gate_failures": 0,
|
| 103 |
-
"target_accepted_rows": 100000
|
|
|
|
| 104 |
}
|
| 105 |
```
|
| 106 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 50,
|
| 71 |
+
"completed_shards": [
|
| 72 |
+
"train-00000.jsonl.gz"
|
| 73 |
+
],
|
| 74 |
"duplicates": 0,
|
| 75 |
+
"family_counts": {
|
| 76 |
+
"async": 1,
|
| 77 |
+
"classes": 29,
|
| 78 |
+
"comprehensions": 5,
|
| 79 |
+
"context_managers": 5,
|
| 80 |
+
"exceptions": 14,
|
| 81 |
+
"functions": 43,
|
| 82 |
+
"generators": 2,
|
| 83 |
+
"imports": 44,
|
| 84 |
+
"lambda": 2,
|
| 85 |
+
"loops": 20
|
| 86 |
+
},
|
| 87 |
+
"filter_reasons": {
|
| 88 |
+
"auto_generated": 5,
|
| 89 |
+
"skipped_path_pattern": 4,
|
| 90 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 5,
|
| 91 |
+
"too_large": 8,
|
| 92 |
+
"too_small": 2
|
| 93 |
+
},
|
| 94 |
+
"filtered_candidates": 24,
|
| 95 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 96 |
"languages": [
|
| 97 |
"en",
|
|
|
|
| 103 |
],
|
| 104 |
"projection_failures": 0,
|
| 105 |
"run_id": "run_20260529_092955_utc",
|
| 106 |
+
"seen_candidates": 76,
|
| 107 |
+
"shards_completed": 1,
|
| 108 |
+
"source_label_counts": {
|
| 109 |
+
"github_code_clean_python_mit_single": 50
|
| 110 |
+
},
|
| 111 |
"source_specs": [
|
| 112 |
{
|
| 113 |
"config": "Python-mit",
|
|
|
|
| 121 |
],
|
| 122 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 123 |
"strict_gate_failures": 0,
|
| 124 |
+
"target_accepted_rows": 100000,
|
| 125 |
+
"updated_utc": "2026-05-29T09:30:08+00:00"
|
| 126 |
}
|
| 127 |
```
|
| 128 |
|