Update Plaincode CNL manifest
Browse files- manifest.json +33 -31
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -19,42 +19,44 @@
|
|
| 19 |
"train-00015.jsonl.gz",
|
| 20 |
"train-00016.jsonl.gz",
|
| 21 |
"train-00017.jsonl.gz",
|
| 22 |
-
"train-00018.jsonl.gz"
|
|
|
|
| 23 |
],
|
| 24 |
-
"duplicates":
|
| 25 |
"family_counts": {
|
| 26 |
-
"async":
|
| 27 |
-
"classes":
|
| 28 |
-
"comprehensions":
|
| 29 |
-
"context_managers":
|
| 30 |
-
"exceptions":
|
| 31 |
-
"functions":
|
| 32 |
"generators": 36,
|
| 33 |
-
"imports":
|
| 34 |
"lambda": 68,
|
| 35 |
-
"loops":
|
| 36 |
-
"simple_module":
|
| 37 |
},
|
| 38 |
"filter_reasons": {
|
| 39 |
-
"auto_generated":
|
| 40 |
-
"skipped_path_pattern":
|
| 41 |
-
"syntax_error:'(' was never closed":
|
|
|
|
| 42 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 43 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 44 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 45 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 46 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 47 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 48 |
"syntax_error:invalid decimal literal": 7,
|
| 49 |
-
"syntax_error:invalid syntax":
|
| 50 |
-
"syntax_error:invalid syntax. Perhaps you forgot a comma?":
|
| 51 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 52 |
-
"too_large":
|
| 53 |
"too_many_ast_nodes": 2,
|
| 54 |
"too_many_lines": 14,
|
| 55 |
-
"too_small":
|
| 56 |
},
|
| 57 |
-
"filtered_candidates":
|
| 58 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 59 |
"languages": [
|
| 60 |
"en",
|
|
@@ -66,15 +68,15 @@
|
|
| 66 |
],
|
| 67 |
"projection_failures": 1,
|
| 68 |
"run_id": "run_20260529_073950_utc",
|
| 69 |
-
"seen_candidates":
|
| 70 |
-
"shards_completed":
|
| 71 |
"source_label_counts": {
|
| 72 |
-
"github_code_clean_python_apache_2_0":
|
| 73 |
-
"github_code_clean_python_bsd_2":
|
| 74 |
-
"github_code_clean_python_bsd_3":
|
| 75 |
-
"github_code_clean_python_cc0":
|
| 76 |
-
"github_code_clean_python_isc":
|
| 77 |
-
"github_code_clean_python_mit":
|
| 78 |
},
|
| 79 |
"source_specs": [
|
| 80 |
{
|
|
@@ -135,5 +137,5 @@
|
|
| 135 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 136 |
"strict_gate_failures": 0,
|
| 137 |
"target_accepted_rows": 100000,
|
| 138 |
-
"updated_utc": "2026-05-29T07:
|
| 139 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 1000,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 19 |
"train-00015.jsonl.gz",
|
| 20 |
"train-00016.jsonl.gz",
|
| 21 |
"train-00017.jsonl.gz",
|
| 22 |
+
"train-00018.jsonl.gz",
|
| 23 |
+
"train-00019.jsonl.gz"
|
| 24 |
],
|
| 25 |
+
"duplicates": 1175,
|
| 26 |
"family_counts": {
|
| 27 |
+
"async": 9,
|
| 28 |
+
"classes": 548,
|
| 29 |
+
"comprehensions": 178,
|
| 30 |
+
"context_managers": 129,
|
| 31 |
+
"exceptions": 275,
|
| 32 |
+
"functions": 784,
|
| 33 |
"generators": 36,
|
| 34 |
+
"imports": 919,
|
| 35 |
"lambda": 68,
|
| 36 |
+
"loops": 383,
|
| 37 |
+
"simple_module": 26
|
| 38 |
},
|
| 39 |
"filter_reasons": {
|
| 40 |
+
"auto_generated": 108,
|
| 41 |
+
"skipped_path_pattern": 118,
|
| 42 |
+
"syntax_error:'(' was never closed": 11,
|
| 43 |
+
"syntax_error:'u' and 'r' prefixes are incompatible": 3,
|
| 44 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 45 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 46 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 257,
|
| 47 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 48 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 49 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 12,
|
| 50 |
"syntax_error:invalid decimal literal": 7,
|
| 51 |
+
"syntax_error:invalid syntax": 27,
|
| 52 |
+
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
|
| 53 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 54 |
+
"too_large": 322,
|
| 55 |
"too_many_ast_nodes": 2,
|
| 56 |
"too_many_lines": 14,
|
| 57 |
+
"too_small": 37
|
| 58 |
},
|
| 59 |
+
"filtered_candidates": 935,
|
| 60 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 61 |
"languages": [
|
| 62 |
"en",
|
|
|
|
| 68 |
],
|
| 69 |
"projection_failures": 1,
|
| 70 |
"run_id": "run_20260529_073950_utc",
|
| 71 |
+
"seen_candidates": 3114,
|
| 72 |
+
"shards_completed": 20,
|
| 73 |
"source_label_counts": {
|
| 74 |
+
"github_code_clean_python_apache_2_0": 177,
|
| 75 |
+
"github_code_clean_python_bsd_2": 165,
|
| 76 |
+
"github_code_clean_python_bsd_3": 163,
|
| 77 |
+
"github_code_clean_python_cc0": 163,
|
| 78 |
+
"github_code_clean_python_isc": 167,
|
| 79 |
+
"github_code_clean_python_mit": 165
|
| 80 |
},
|
| 81 |
"source_specs": [
|
| 82 |
{
|
|
|
|
| 137 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 138 |
"strict_gate_failures": 0,
|
| 139 |
"target_accepted_rows": 100000,
|
| 140 |
+
"updated_utc": "2026-05-29T07:46:28+00:00"
|
| 141 |
}
|