Update Plaincode CNL manifest
Browse files- manifest.json +23 -22
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -27,29 +27,30 @@
|
|
| 27 |
"train-00023.jsonl.gz",
|
| 28 |
"train-00024.jsonl.gz",
|
| 29 |
"train-00025.jsonl.gz",
|
| 30 |
-
"train-00026.jsonl.gz"
|
|
|
|
| 31 |
],
|
| 32 |
"duplicates": 0,
|
| 33 |
"family_counts": {
|
| 34 |
"async": 12,
|
| 35 |
-
"classes":
|
| 36 |
-
"comprehensions":
|
| 37 |
-
"context_managers":
|
| 38 |
-
"exceptions":
|
| 39 |
-
"functions":
|
| 40 |
"generators": 61,
|
| 41 |
-
"imports":
|
| 42 |
-
"lambda":
|
| 43 |
-
"loops":
|
| 44 |
-
"simple_module":
|
| 45 |
},
|
| 46 |
"filter_reasons": {
|
| 47 |
-
"auto_generated":
|
| 48 |
-
"skipped_path_pattern":
|
| 49 |
"syntax_error:'(' was never closed": 4,
|
| 50 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 51 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 52 |
-
"syntax_error:expected ':'":
|
| 53 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 54 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 55 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
|
@@ -61,11 +62,11 @@
|
|
| 61 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 62 |
"syntax_error:unmatched ')'": 2,
|
| 63 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 64 |
-
"too_large":
|
| 65 |
"too_many_lines": 12,
|
| 66 |
-
"too_small":
|
| 67 |
},
|
| 68 |
-
"filtered_candidates":
|
| 69 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 70 |
"languages": [
|
| 71 |
"en",
|
|
@@ -77,10 +78,10 @@
|
|
| 77 |
],
|
| 78 |
"projection_failures": 1,
|
| 79 |
"run_id": "run_20260529_092955_utc",
|
| 80 |
-
"seen_candidates":
|
| 81 |
-
"shards_completed":
|
| 82 |
"source_label_counts": {
|
| 83 |
-
"github_code_clean_python_mit_single":
|
| 84 |
},
|
| 85 |
"source_specs": [
|
| 86 |
{
|
|
@@ -96,5 +97,5 @@
|
|
| 96 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 97 |
"strict_gate_failures": 0,
|
| 98 |
"target_accepted_rows": 100000,
|
| 99 |
-
"updated_utc": "2026-05-29T09:33:
|
| 100 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 1400,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 27 |
"train-00023.jsonl.gz",
|
| 28 |
"train-00024.jsonl.gz",
|
| 29 |
"train-00025.jsonl.gz",
|
| 30 |
+
"train-00026.jsonl.gz",
|
| 31 |
+
"train-00027.jsonl.gz"
|
| 32 |
],
|
| 33 |
"duplicates": 0,
|
| 34 |
"family_counts": {
|
| 35 |
"async": 12,
|
| 36 |
+
"classes": 726,
|
| 37 |
+
"comprehensions": 229,
|
| 38 |
+
"context_managers": 159,
|
| 39 |
+
"exceptions": 358,
|
| 40 |
+
"functions": 1071,
|
| 41 |
"generators": 61,
|
| 42 |
+
"imports": 1290,
|
| 43 |
+
"lambda": 81,
|
| 44 |
+
"loops": 556,
|
| 45 |
+
"simple_module": 29
|
| 46 |
},
|
| 47 |
"filter_reasons": {
|
| 48 |
+
"auto_generated": 91,
|
| 49 |
+
"skipped_path_pattern": 90,
|
| 50 |
"syntax_error:'(' was never closed": 4,
|
| 51 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 52 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 174,
|
| 53 |
+
"syntax_error:expected ':'": 2,
|
| 54 |
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 55 |
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 56 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
|
|
|
| 62 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
|
| 63 |
"syntax_error:unmatched ')'": 2,
|
| 64 |
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 65 |
+
"too_large": 129,
|
| 66 |
"too_many_lines": 12,
|
| 67 |
+
"too_small": 39
|
| 68 |
},
|
| 69 |
+
"filtered_candidates": 576,
|
| 70 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 71 |
"languages": [
|
| 72 |
"en",
|
|
|
|
| 78 |
],
|
| 79 |
"projection_failures": 1,
|
| 80 |
"run_id": "run_20260529_092955_utc",
|
| 81 |
+
"seen_candidates": 1980,
|
| 82 |
+
"shards_completed": 28,
|
| 83 |
"source_label_counts": {
|
| 84 |
+
"github_code_clean_python_mit_single": 1400
|
| 85 |
},
|
| 86 |
"source_specs": [
|
| 87 |
{
|
|
|
|
| 97 |
"started_utc": "2026-05-29T09:29:57+00:00",
|
| 98 |
"strict_gate_failures": 0,
|
| 99 |
"target_accepted_rows": 100000,
|
| 100 |
+
"updated_utc": "2026-05-29T09:33:32+00:00"
|
| 101 |
}
|