Finalize Plaincode CNL manifest
Browse files- manifest.json +107 -12
manifest.json
CHANGED
|
@@ -1,12 +1,104 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_python_sources":
|
| 3 |
-
"accepted_rows":
|
| 4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"duplicates": 0,
|
| 6 |
-
"emitted_language_rows":
|
| 7 |
-
"family_counts": {
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
|
| 11 |
"languages": [
|
| 12 |
"en",
|
|
@@ -16,15 +108,17 @@
|
|
| 16 |
"zh",
|
| 17 |
"hi"
|
| 18 |
],
|
| 19 |
-
"projection_failures":
|
| 20 |
"resume_accepted_rows": 0,
|
| 21 |
"resume_skipped_accepted_rows": 0,
|
| 22 |
"resume_start_shard": 0,
|
| 23 |
"row_schema": "source-code-first-one-language-per-row-v2",
|
| 24 |
"run_id": "run_20260530_153047_utc",
|
| 25 |
-
"seen_candidates":
|
| 26 |
-
"shards_completed":
|
| 27 |
-
"source_label_counts": {
|
|
|
|
|
|
|
| 28 |
"source_specs": [
|
| 29 |
{
|
| 30 |
"config": "Python-mit",
|
|
@@ -38,5 +132,6 @@
|
|
| 38 |
],
|
| 39 |
"started_utc": "2026-05-30T15:30:49+00:00",
|
| 40 |
"strict_gate_failures": 0,
|
| 41 |
-
"target_accepted_rows": 100000
|
|
|
|
| 42 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_python_sources": 5756,
|
| 3 |
+
"accepted_rows": 5756,
|
| 4 |
+
"completed": false,
|
| 5 |
+
"completed_shards": [
|
| 6 |
+
"train-00000.jsonl.gz",
|
| 7 |
+
"train-00001.jsonl.gz"
|
| 8 |
+
],
|
| 9 |
"duplicates": 0,
|
| 10 |
+
"emitted_language_rows": 34536,
|
| 11 |
+
"family_counts": {
|
| 12 |
+
"async": 62,
|
| 13 |
+
"classes": 2997,
|
| 14 |
+
"comprehensions": 950,
|
| 15 |
+
"context_managers": 678,
|
| 16 |
+
"exceptions": 1488,
|
| 17 |
+
"functions": 4439,
|
| 18 |
+
"generators": 216,
|
| 19 |
+
"imports": 5286,
|
| 20 |
+
"lambda": 357,
|
| 21 |
+
"loops": 2202,
|
| 22 |
+
"simple_module": 124
|
| 23 |
+
},
|
| 24 |
+
"filter_reasons": {
|
| 25 |
+
"auto_generated": 368,
|
| 26 |
+
"skipped_path_pattern": 372,
|
| 27 |
+
"syntax_error:\"\\ \" is an invalid escape sequence. Did you mean \"\\\\ \"? A raw string is also an option.": 2,
|
| 28 |
+
"syntax_error:\"\\$\" is an invalid escape sequence. Did you mean \"\\\\$\"? A raw string is also an option.": 1,
|
| 29 |
+
"syntax_error:\"\\%\" is an invalid escape sequence. Did you mean \"\\\\%\"? A raw string is also an option.": 2,
|
| 30 |
+
"syntax_error:\"\\(\" is an invalid escape sequence. Did you mean \"\\\\(\"? A raw string is also an option.": 4,
|
| 31 |
+
"syntax_error:\"\\*\" is an invalid escape sequence. Did you mean \"\\\\*\"? A raw string is also an option.": 1,
|
| 32 |
+
"syntax_error:\"\\+\" is an invalid escape sequence. Did you mean \"\\\\+\"? A raw string is also an option.": 1,
|
| 33 |
+
"syntax_error:\"\\-\" is an invalid escape sequence. Did you mean \"\\\\-\"? A raw string is also an option.": 3,
|
| 34 |
+
"syntax_error:\"\\.\" is an invalid escape sequence. Did you mean \"\\\\.\"? A raw string is also an option.": 16,
|
| 35 |
+
"syntax_error:\"\\/\" is an invalid escape sequence. Did you mean \"\\\\/\"? A raw string is also an option.": 4,
|
| 36 |
+
"syntax_error:\"\\:\" is an invalid escape sequence. Did you mean \"\\\\:\"? A raw string is also an option.": 1,
|
| 37 |
+
"syntax_error:\"\\<\" is an invalid escape sequence. Did you mean \"\\\\<\"? A raw string is also an option.": 2,
|
| 38 |
+
"syntax_error:\"\\?\" is an invalid escape sequence. Did you mean \"\\\\?\"? A raw string is also an option.": 1,
|
| 39 |
+
"syntax_error:\"\\A\" is an invalid escape sequence. Did you mean \"\\\\A\"? A raw string is also an option.": 3,
|
| 40 |
+
"syntax_error:\"\\D\" is an invalid escape sequence. Did you mean \"\\\\D\"? A raw string is also an option.": 1,
|
| 41 |
+
"syntax_error:\"\\M\" is an invalid escape sequence. Did you mean \"\\\\M\"? A raw string is also an option.": 1,
|
| 42 |
+
"syntax_error:\"\\S\" is an invalid escape sequence. Did you mean \"\\\\S\"? A raw string is also an option.": 3,
|
| 43 |
+
"syntax_error:\"\\W\" is an invalid escape sequence. Did you mean \"\\\\W\"? A raw string is also an option.": 4,
|
| 44 |
+
"syntax_error:\"\\[\" is an invalid escape sequence. Did you mean \"\\\\[\"? A raw string is also an option.": 3,
|
| 45 |
+
"syntax_error:\"\\]\" is an invalid escape sequence. Did you mean \"\\\\]\"? A raw string is also an option.": 1,
|
| 46 |
+
"syntax_error:\"\\c\" is an invalid escape sequence. Did you mean \"\\\\c\"? A raw string is also an option.": 1,
|
| 47 |
+
"syntax_error:\"\\d\" is an invalid escape sequence. Did you mean \"\\\\d\"? A raw string is also an option.": 29,
|
| 48 |
+
"syntax_error:\"\\h\" is an invalid escape sequence. Did you mean \"\\\\h\"? A raw string is also an option.": 1,
|
| 49 |
+
"syntax_error:\"\\i\" is an invalid escape sequence. Did you mean \"\\\\i\"? A raw string is also an option.": 1,
|
| 50 |
+
"syntax_error:\"\\j\" is an invalid escape sequence. Did you mean \"\\\\j\"? A raw string is also an option.": 1,
|
| 51 |
+
"syntax_error:\"\\l\" is an invalid escape sequence. Did you mean \"\\\\l\"? A raw string is also an option.": 2,
|
| 52 |
+
"syntax_error:\"\\m\" is an invalid escape sequence. Did you mean \"\\\\m\"? A raw string is also an option.": 3,
|
| 53 |
+
"syntax_error:\"\\o\" is an invalid escape sequence. Did you mean \"\\\\o\"? A raw string is also an option.": 2,
|
| 54 |
+
"syntax_error:\"\\p\" is an invalid escape sequence. Did you mean \"\\\\p\"? A raw string is also an option.": 1,
|
| 55 |
+
"syntax_error:\"\\s\" is an invalid escape sequence. Did you mean \"\\\\s\"? A raw string is also an option.": 16,
|
| 56 |
+
"syntax_error:\"\\w\" is an invalid escape sequence. Did you mean \"\\\\w\"? A raw string is also an option.": 13,
|
| 57 |
+
"syntax_error:\"\\y\" is an invalid escape sequence. Did you mean \"\\\\y\"? A raw string is also an option.": 1,
|
| 58 |
+
"syntax_error:\"\\|\" is an invalid escape sequence. Did you mean \"\\\\|\"? A raw string is also an option.": 2,
|
| 59 |
+
"syntax_error:\"is not\" with 'int' literal. Did you mean \"!=\"?": 3,
|
| 60 |
+
"syntax_error:\"is not\" with 'str' literal. Did you mean \"!=\"?": 3,
|
| 61 |
+
"syntax_error:\"is\" with 'int' literal. Did you mean \"==\"?": 7,
|
| 62 |
+
"syntax_error:\"is\" with 'str' literal. Did you mean \"==\"?": 8,
|
| 63 |
+
"syntax_error:'(' was never closed": 19,
|
| 64 |
+
"syntax_error:'bool' object is not callable; perhaps you missed a comma?": 1,
|
| 65 |
+
"syntax_error:'break' in a 'finally' block": 1,
|
| 66 |
+
"syntax_error:'return' in a 'finally' block": 7,
|
| 67 |
+
"syntax_error:'return' outside function": 1,
|
| 68 |
+
"syntax_error:'u' and 'r' prefixes are incompatible": 5,
|
| 69 |
+
"syntax_error:'yield from' inside async function": 1,
|
| 70 |
+
"syntax_error:Expected one or more names after 'import'": 1,
|
| 71 |
+
"syntax_error:Function parameters cannot be parenthesized": 4,
|
| 72 |
+
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 73 |
+
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
|
| 74 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 696,
|
| 75 |
+
"syntax_error:expected ':'": 5,
|
| 76 |
+
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 77 |
+
"syntax_error:expected an indented block after function definition on line 13": 1,
|
| 78 |
+
"syntax_error:expected an indented block after function definition on line 25": 1,
|
| 79 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 28,
|
| 80 |
+
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 81 |
+
"syntax_error:invalid decimal literal": 12,
|
| 82 |
+
"syntax_error:invalid hexadecimal literal": 3,
|
| 83 |
+
"syntax_error:invalid non-printable character U+00A0": 1,
|
| 84 |
+
"syntax_error:invalid syntax": 62,
|
| 85 |
+
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
|
| 86 |
+
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 8,
|
| 87 |
+
"syntax_error:unexpected indent": 7,
|
| 88 |
+
"syntax_error:unindent does not match any outer indentation level": 1,
|
| 89 |
+
"syntax_error:unmatched ')'": 4,
|
| 90 |
+
"syntax_error:unmatched '}'": 1,
|
| 91 |
+
"syntax_error:unterminated string literal (detected at line 116)": 1,
|
| 92 |
+
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 93 |
+
"syntax_error:unterminated triple-quoted string literal (detected at line 430)": 1,
|
| 94 |
+
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 95 |
+
"too_large": 534,
|
| 96 |
+
"too_many_ast_nodes": 3,
|
| 97 |
+
"too_many_lines": 34,
|
| 98 |
+
"too_small": 162
|
| 99 |
+
},
|
| 100 |
+
"filtered_candidates": 2504,
|
| 101 |
+
"finished_utc": "2026-05-30T15:40:07+00:00",
|
| 102 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
|
| 103 |
"languages": [
|
| 104 |
"en",
|
|
|
|
| 108 |
"zh",
|
| 109 |
"hi"
|
| 110 |
],
|
| 111 |
+
"projection_failures": 3,
|
| 112 |
"resume_accepted_rows": 0,
|
| 113 |
"resume_skipped_accepted_rows": 0,
|
| 114 |
"resume_start_shard": 0,
|
| 115 |
"row_schema": "source-code-first-one-language-per-row-v2",
|
| 116 |
"run_id": "run_20260530_153047_utc",
|
| 117 |
+
"seen_candidates": 8264,
|
| 118 |
+
"shards_completed": 2,
|
| 119 |
+
"source_label_counts": {
|
| 120 |
+
"github_code_clean_python_mit_single": 5756
|
| 121 |
+
},
|
| 122 |
"source_specs": [
|
| 123 |
{
|
| 124 |
"config": "Python-mit",
|
|
|
|
| 132 |
],
|
| 133 |
"started_utc": "2026-05-30T15:30:49+00:00",
|
| 134 |
"strict_gate_failures": 0,
|
| 135 |
+
"target_accepted_rows": 100000,
|
| 136 |
+
"updated_utc": "2026-05-30T15:40:07+00:00"
|
| 137 |
}
|