Update Plaincode CNL manifest
Browse files- manifest.json +29 -27
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -38,45 +38,47 @@
|
|
| 38 |
"train-00034.jsonl.gz",
|
| 39 |
"train-00035.jsonl.gz",
|
| 40 |
"train-00036.jsonl.gz",
|
| 41 |
-
"train-00037.jsonl.gz"
|
|
|
|
| 42 |
],
|
| 43 |
-
"duplicates":
|
| 44 |
"family_counts": {
|
| 45 |
"async": 22,
|
| 46 |
-
"classes":
|
| 47 |
-
"comprehensions":
|
| 48 |
-
"context_managers":
|
| 49 |
-
"exceptions":
|
| 50 |
-
"functions":
|
| 51 |
-
"generators":
|
| 52 |
-
"imports":
|
| 53 |
-
"lambda":
|
| 54 |
-
"loops":
|
| 55 |
-
"simple_module":
|
| 56 |
},
|
| 57 |
"filter_reasons": {
|
| 58 |
-
"auto_generated":
|
| 59 |
-
"skipped_path_pattern":
|
| 60 |
"syntax_error:'(' was never closed": 29,
|
| 61 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 62 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 63 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 64 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 65 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 66 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 67 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 21,
|
| 68 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 69 |
"syntax_error:invalid decimal literal": 7,
|
|
|
|
| 70 |
"syntax_error:invalid syntax": 45,
|
| 71 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
|
| 72 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
|
| 73 |
"syntax_error:unexpected indent": 3,
|
| 74 |
-
"too_large":
|
| 75 |
"too_many_ast_nodes": 2,
|
| 76 |
"too_many_lines": 40,
|
| 77 |
"too_small": 92
|
| 78 |
},
|
| 79 |
-
"filtered_candidates":
|
| 80 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 81 |
"languages": [
|
| 82 |
"en",
|
|
@@ -88,15 +90,15 @@
|
|
| 88 |
],
|
| 89 |
"projection_failures": 1,
|
| 90 |
"run_id": "run_20260529_073950_utc",
|
| 91 |
-
"seen_candidates":
|
| 92 |
-
"shards_completed":
|
| 93 |
"source_label_counts": {
|
| 94 |
-
"github_code_clean_python_apache_2_0":
|
| 95 |
-
"github_code_clean_python_bsd_2":
|
| 96 |
-
"github_code_clean_python_bsd_3":
|
| 97 |
-
"github_code_clean_python_cc0":
|
| 98 |
-
"github_code_clean_python_isc":
|
| 99 |
-
"github_code_clean_python_mit":
|
| 100 |
},
|
| 101 |
"source_specs": [
|
| 102 |
{
|
|
@@ -157,5 +159,5 @@
|
|
| 157 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 158 |
"strict_gate_failures": 0,
|
| 159 |
"target_accepted_rows": 100000,
|
| 160 |
-
"updated_utc": "2026-05-29T07:52:
|
| 161 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 1950,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 38 |
"train-00034.jsonl.gz",
|
| 39 |
"train-00035.jsonl.gz",
|
| 40 |
"train-00036.jsonl.gz",
|
| 41 |
+
"train-00037.jsonl.gz",
|
| 42 |
+
"train-00038.jsonl.gz"
|
| 43 |
],
|
| 44 |
+
"duplicates": 2299,
|
| 45 |
"family_counts": {
|
| 46 |
"async": 22,
|
| 47 |
+
"classes": 1039,
|
| 48 |
+
"comprehensions": 329,
|
| 49 |
+
"context_managers": 243,
|
| 50 |
+
"exceptions": 548,
|
| 51 |
+
"functions": 1503,
|
| 52 |
+
"generators": 67,
|
| 53 |
+
"imports": 1796,
|
| 54 |
+
"lambda": 131,
|
| 55 |
+
"loops": 749,
|
| 56 |
+
"simple_module": 56
|
| 57 |
},
|
| 58 |
"filter_reasons": {
|
| 59 |
+
"auto_generated": 199,
|
| 60 |
+
"skipped_path_pattern": 302,
|
| 61 |
"syntax_error:'(' was never closed": 29,
|
| 62 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 63 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 64 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 65 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 502,
|
| 66 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 67 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 68 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 21,
|
| 69 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 70 |
"syntax_error:invalid decimal literal": 7,
|
| 71 |
+
"syntax_error:invalid hexadecimal literal": 2,
|
| 72 |
"syntax_error:invalid syntax": 45,
|
| 73 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
|
| 74 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
|
| 75 |
"syntax_error:unexpected indent": 3,
|
| 76 |
+
"too_large": 578,
|
| 77 |
"too_many_ast_nodes": 2,
|
| 78 |
"too_many_lines": 40,
|
| 79 |
"too_small": 92
|
| 80 |
},
|
| 81 |
+
"filtered_candidates": 1854,
|
| 82 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 83 |
"languages": [
|
| 84 |
"en",
|
|
|
|
| 90 |
],
|
| 91 |
"projection_failures": 1,
|
| 92 |
"run_id": "run_20260529_073950_utc",
|
| 93 |
+
"seen_candidates": 6105,
|
| 94 |
+
"shards_completed": 39,
|
| 95 |
"source_label_counts": {
|
| 96 |
+
"github_code_clean_python_apache_2_0": 345,
|
| 97 |
+
"github_code_clean_python_bsd_2": 321,
|
| 98 |
+
"github_code_clean_python_bsd_3": 315,
|
| 99 |
+
"github_code_clean_python_cc0": 307,
|
| 100 |
+
"github_code_clean_python_isc": 337,
|
| 101 |
+
"github_code_clean_python_mit": 325
|
| 102 |
},
|
| 103 |
"source_specs": [
|
| 104 |
{
|
|
|
|
| 159 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 160 |
"strict_gate_failures": 0,
|
| 161 |
"target_accepted_rows": 100000,
|
| 162 |
+
"updated_utc": "2026-05-29T07:52:56+00:00"
|
| 163 |
}
|