Update Plaincode CNL manifest
Browse files- manifest.json +24 -23
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -7,36 +7,37 @@
|
|
| 7 |
"train-00003.jsonl.gz",
|
| 8 |
"train-00004.jsonl.gz",
|
| 9 |
"train-00005.jsonl.gz",
|
| 10 |
-
"train-00006.jsonl.gz"
|
|
|
|
| 11 |
],
|
| 12 |
"duplicates": 0,
|
| 13 |
"family_counts": {
|
| 14 |
-
"async":
|
| 15 |
-
"classes":
|
| 16 |
-
"comprehensions":
|
| 17 |
-
"context_managers":
|
| 18 |
-
"exceptions":
|
| 19 |
-
"functions":
|
| 20 |
-
"generators":
|
| 21 |
-
"imports":
|
| 22 |
-
"lambda":
|
| 23 |
-
"loops":
|
| 24 |
"simple_module": 8
|
| 25 |
},
|
| 26 |
"filter_reasons": {
|
| 27 |
-
"auto_generated":
|
| 28 |
-
"skipped_path_pattern":
|
| 29 |
"syntax_error:'(' was never closed": 1,
|
| 30 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 31 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 2,
|
| 32 |
"syntax_error:invalid decimal literal": 1,
|
| 33 |
"syntax_error:invalid syntax": 3,
|
| 34 |
-
"syntax_error:invalid syntax. Perhaps you forgot a comma?":
|
| 35 |
-
"too_large":
|
| 36 |
"too_many_lines": 3,
|
| 37 |
-
"too_small":
|
| 38 |
},
|
| 39 |
-
"filtered_candidates":
|
| 40 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 41 |
"languages": [
|
| 42 |
"en",
|
|
@@ -48,10 +49,10 @@
|
|
| 48 |
],
|
| 49 |
"projection_failures": 0,
|
| 50 |
"run_id": "run_20260529_092955_utc",
|
| 51 |
-
"seen_candidates":
|
| 52 |
-
"shards_completed":
|
| 53 |
"source_label_counts": {
|
| 54 |
-
"github_code_clean_python_mit_single":
|
| 55 |
},
|
| 56 |
"source_specs": [
|
| 57 |
{
|
|
@@ -67,5 +68,5 @@
|
|
| 67 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 68 |
"strict_gate_failures": 0,
|
| 69 |
"target_accepted_rows": 100000,
|
| 70 |
-
"updated_utc": "2026-05-29T09:
|
| 71 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 400,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 7 |
"train-00003.jsonl.gz",
|
| 8 |
"train-00004.jsonl.gz",
|
| 9 |
"train-00005.jsonl.gz",
|
| 10 |
+
"train-00006.jsonl.gz",
|
| 11 |
+
"train-00007.jsonl.gz"
|
| 12 |
],
|
| 13 |
"duplicates": 0,
|
| 14 |
"family_counts": {
|
| 15 |
+
"async": 7,
|
| 16 |
+
"classes": 201,
|
| 17 |
+
"comprehensions": 62,
|
| 18 |
+
"context_managers": 44,
|
| 19 |
+
"exceptions": 102,
|
| 20 |
+
"functions": 303,
|
| 21 |
+
"generators": 18,
|
| 22 |
+
"imports": 366,
|
| 23 |
+
"lambda": 20,
|
| 24 |
+
"loops": 156,
|
| 25 |
"simple_module": 8
|
| 26 |
},
|
| 27 |
"filter_reasons": {
|
| 28 |
+
"auto_generated": 21,
|
| 29 |
+
"skipped_path_pattern": 26,
|
| 30 |
"syntax_error:'(' was never closed": 1,
|
| 31 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 47,
|
| 32 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 2,
|
| 33 |
"syntax_error:invalid decimal literal": 1,
|
| 34 |
"syntax_error:invalid syntax": 3,
|
| 35 |
+
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 36 |
+
"too_large": 44,
|
| 37 |
"too_many_lines": 3,
|
| 38 |
+
"too_small": 11
|
| 39 |
},
|
| 40 |
+
"filtered_candidates": 161,
|
| 41 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 42 |
"languages": [
|
| 43 |
"en",
|
|
|
|
| 49 |
],
|
| 50 |
"projection_failures": 0,
|
| 51 |
"run_id": "run_20260529_092955_utc",
|
| 52 |
+
"seen_candidates": 561,
|
| 53 |
+
"shards_completed": 8,
|
| 54 |
"source_label_counts": {
|
| 55 |
+
"github_code_clean_python_mit_single": 400
|
| 56 |
},
|
| 57 |
"source_specs": [
|
| 58 |
{
|
|
|
|
| 68 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 69 |
"strict_gate_failures": 0,
|
| 70 |
"target_accepted_rows": 100000,
|
| 71 |
+
"updated_utc": "2026-05-29T09:31:03+00:00"
|
| 72 |
}
|