Update Plaincode CNL manifest
Browse files- manifest.json +31 -30
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -34,45 +34,46 @@
|
|
| 34 |
"train-00030.jsonl.gz",
|
| 35 |
"train-00031.jsonl.gz",
|
| 36 |
"train-00032.jsonl.gz",
|
| 37 |
-
"train-00033.jsonl.gz"
|
|
|
|
| 38 |
],
|
| 39 |
-
"duplicates":
|
| 40 |
"family_counts": {
|
| 41 |
"async": 18,
|
| 42 |
-
"classes":
|
| 43 |
-
"comprehensions":
|
| 44 |
-
"context_managers":
|
| 45 |
-
"exceptions":
|
| 46 |
-
"functions":
|
| 47 |
-
"generators":
|
| 48 |
-
"imports":
|
| 49 |
-
"lambda":
|
| 50 |
-
"loops":
|
| 51 |
-
"simple_module":
|
| 52 |
},
|
| 53 |
"filter_reasons": {
|
| 54 |
-
"auto_generated":
|
| 55 |
-
"skipped_path_pattern":
|
| 56 |
"syntax_error:'(' was never closed": 27,
|
| 57 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 58 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 59 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 60 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 61 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 62 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 63 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 64 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 65 |
"syntax_error:invalid decimal literal": 7,
|
| 66 |
-
"syntax_error:invalid syntax":
|
| 67 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
|
| 68 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
|
| 69 |
"syntax_error:unexpected indent": 3,
|
| 70 |
-
"too_large":
|
| 71 |
"too_many_ast_nodes": 2,
|
| 72 |
"too_many_lines": 40,
|
| 73 |
-
"too_small":
|
| 74 |
},
|
| 75 |
-
"filtered_candidates":
|
| 76 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 77 |
"languages": [
|
| 78 |
"en",
|
|
@@ -84,15 +85,15 @@
|
|
| 84 |
],
|
| 85 |
"projection_failures": 1,
|
| 86 |
"run_id": "run_20260529_073950_utc",
|
| 87 |
-
"seen_candidates":
|
| 88 |
-
"shards_completed":
|
| 89 |
"source_label_counts": {
|
| 90 |
-
"github_code_clean_python_apache_2_0":
|
| 91 |
-
"github_code_clean_python_bsd_2":
|
| 92 |
-
"github_code_clean_python_bsd_3":
|
| 93 |
-
"github_code_clean_python_cc0":
|
| 94 |
-
"github_code_clean_python_isc":
|
| 95 |
-
"github_code_clean_python_mit":
|
| 96 |
},
|
| 97 |
"source_specs": [
|
| 98 |
{
|
|
@@ -153,5 +154,5 @@
|
|
| 153 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 154 |
"strict_gate_failures": 0,
|
| 155 |
"target_accepted_rows": 100000,
|
| 156 |
-
"updated_utc": "2026-05-29T07:51:
|
| 157 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 1750,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 34 |
"train-00030.jsonl.gz",
|
| 35 |
"train-00031.jsonl.gz",
|
| 36 |
"train-00032.jsonl.gz",
|
| 37 |
+
"train-00033.jsonl.gz",
|
| 38 |
+
"train-00034.jsonl.gz"
|
| 39 |
],
|
| 40 |
+
"duplicates": 2058,
|
| 41 |
"family_counts": {
|
| 42 |
"async": 18,
|
| 43 |
+
"classes": 928,
|
| 44 |
+
"comprehensions": 295,
|
| 45 |
+
"context_managers": 218,
|
| 46 |
+
"exceptions": 493,
|
| 47 |
+
"functions": 1349,
|
| 48 |
+
"generators": 61,
|
| 49 |
+
"imports": 1617,
|
| 50 |
+
"lambda": 112,
|
| 51 |
+
"loops": 674,
|
| 52 |
+
"simple_module": 51
|
| 53 |
},
|
| 54 |
"filter_reasons": {
|
| 55 |
+
"auto_generated": 184,
|
| 56 |
+
"skipped_path_pattern": 259,
|
| 57 |
"syntax_error:'(' was never closed": 27,
|
| 58 |
"syntax_error:'u' and 'r' prefixes are incompatible": 6,
|
| 59 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 60 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 61 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 438,
|
| 62 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 63 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 64 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 21,
|
| 65 |
"syntax_error:invalid character '“' (U+201C)": 2,
|
| 66 |
"syntax_error:invalid decimal literal": 7,
|
| 67 |
+
"syntax_error:invalid syntax": 41,
|
| 68 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
|
| 69 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
|
| 70 |
"syntax_error:unexpected indent": 3,
|
| 71 |
+
"too_large": 522,
|
| 72 |
"too_many_ast_nodes": 2,
|
| 73 |
"too_many_lines": 40,
|
| 74 |
+
"too_small": 68
|
| 75 |
},
|
| 76 |
+
"filtered_candidates": 1644,
|
| 77 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 78 |
"languages": [
|
| 79 |
"en",
|
|
|
|
| 85 |
],
|
| 86 |
"projection_failures": 1,
|
| 87 |
"run_id": "run_20260529_073950_utc",
|
| 88 |
+
"seen_candidates": 5454,
|
| 89 |
+
"shards_completed": 35,
|
| 90 |
"source_label_counts": {
|
| 91 |
+
"github_code_clean_python_apache_2_0": 304,
|
| 92 |
+
"github_code_clean_python_bsd_2": 284,
|
| 93 |
+
"github_code_clean_python_bsd_3": 284,
|
| 94 |
+
"github_code_clean_python_cc0": 278,
|
| 95 |
+
"github_code_clean_python_isc": 306,
|
| 96 |
+
"github_code_clean_python_mit": 294
|
| 97 |
},
|
| 98 |
"source_specs": [
|
| 99 |
{
|
|
|
|
| 154 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 155 |
"strict_gate_failures": 0,
|
| 156 |
"target_accepted_rows": 100000,
|
| 157 |
+
"updated_utc": "2026-05-29T07:51:33+00:00"
|
| 158 |
}
|