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",
|
|
@@ -17,42 +17,43 @@
|
|
| 17 |
"train-00013.jsonl.gz",
|
| 18 |
"train-00014.jsonl.gz",
|
| 19 |
"train-00015.jsonl.gz",
|
| 20 |
-
"train-00016.jsonl.gz"
|
|
|
|
| 21 |
],
|
| 22 |
-
"duplicates":
|
| 23 |
"family_counts": {
|
| 24 |
-
"async":
|
| 25 |
-
"classes":
|
| 26 |
-
"comprehensions":
|
| 27 |
-
"context_managers":
|
| 28 |
-
"exceptions":
|
| 29 |
-
"functions":
|
| 30 |
-
"generators":
|
| 31 |
-
"imports":
|
| 32 |
-
"lambda":
|
| 33 |
-
"loops":
|
| 34 |
-
"simple_module":
|
| 35 |
},
|
| 36 |
"filter_reasons": {
|
| 37 |
-
"auto_generated":
|
| 38 |
-
"skipped_path_pattern":
|
| 39 |
"syntax_error:'(' was never closed": 7,
|
| 40 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 41 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 42 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 43 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 44 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 45 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 46 |
-
"syntax_error:invalid decimal literal":
|
| 47 |
"syntax_error:invalid syntax": 19,
|
| 48 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 49 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 50 |
-
"too_large":
|
| 51 |
"too_many_ast_nodes": 2,
|
| 52 |
"too_many_lines": 14,
|
| 53 |
-
"too_small":
|
| 54 |
},
|
| 55 |
-
"filtered_candidates":
|
| 56 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 57 |
"languages": [
|
| 58 |
"en",
|
|
@@ -64,15 +65,15 @@
|
|
| 64 |
],
|
| 65 |
"projection_failures": 1,
|
| 66 |
"run_id": "run_20260529_073950_utc",
|
| 67 |
-
"seen_candidates":
|
| 68 |
-
"shards_completed":
|
| 69 |
"source_label_counts": {
|
| 70 |
-
"github_code_clean_python_apache_2_0":
|
| 71 |
-
"github_code_clean_python_bsd_2":
|
| 72 |
-
"github_code_clean_python_bsd_3":
|
| 73 |
-
"github_code_clean_python_cc0":
|
| 74 |
-
"github_code_clean_python_isc":
|
| 75 |
-
"github_code_clean_python_mit":
|
| 76 |
},
|
| 77 |
"source_specs": [
|
| 78 |
{
|
|
@@ -133,5 +134,5 @@
|
|
| 133 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 134 |
"strict_gate_failures": 0,
|
| 135 |
"target_accepted_rows": 100000,
|
| 136 |
-
"updated_utc": "2026-05-29T07:45:
|
| 137 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 900,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 17 |
"train-00013.jsonl.gz",
|
| 18 |
"train-00014.jsonl.gz",
|
| 19 |
"train-00015.jsonl.gz",
|
| 20 |
+
"train-00016.jsonl.gz",
|
| 21 |
+
"train-00017.jsonl.gz"
|
| 22 |
],
|
| 23 |
+
"duplicates": 1059,
|
| 24 |
"family_counts": {
|
| 25 |
+
"async": 8,
|
| 26 |
+
"classes": 489,
|
| 27 |
+
"comprehensions": 162,
|
| 28 |
+
"context_managers": 115,
|
| 29 |
+
"exceptions": 246,
|
| 30 |
+
"functions": 709,
|
| 31 |
+
"generators": 33,
|
| 32 |
+
"imports": 827,
|
| 33 |
+
"lambda": 61,
|
| 34 |
+
"loops": 346,
|
| 35 |
+
"simple_module": 23
|
| 36 |
},
|
| 37 |
"filter_reasons": {
|
| 38 |
+
"auto_generated": 101,
|
| 39 |
+
"skipped_path_pattern": 110,
|
| 40 |
"syntax_error:'(' was never closed": 7,
|
| 41 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 42 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 43 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 244,
|
| 44 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 45 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 46 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 47 |
+
"syntax_error:invalid decimal literal": 7,
|
| 48 |
"syntax_error:invalid syntax": 19,
|
| 49 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 50 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 51 |
+
"too_large": 290,
|
| 52 |
"too_many_ast_nodes": 2,
|
| 53 |
"too_many_lines": 14,
|
| 54 |
+
"too_small": 34
|
| 55 |
},
|
| 56 |
+
"filtered_candidates": 848,
|
| 57 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 58 |
"languages": [
|
| 59 |
"en",
|
|
|
|
| 65 |
],
|
| 66 |
"projection_failures": 1,
|
| 67 |
"run_id": "run_20260529_073950_utc",
|
| 68 |
+
"seen_candidates": 2811,
|
| 69 |
+
"shards_completed": 18,
|
| 70 |
"source_label_counts": {
|
| 71 |
+
"github_code_clean_python_apache_2_0": 163,
|
| 72 |
+
"github_code_clean_python_bsd_2": 149,
|
| 73 |
+
"github_code_clean_python_bsd_3": 149,
|
| 74 |
+
"github_code_clean_python_cc0": 144,
|
| 75 |
+
"github_code_clean_python_isc": 150,
|
| 76 |
+
"github_code_clean_python_mit": 145
|
| 77 |
},
|
| 78 |
"source_specs": [
|
| 79 |
{
|
|
|
|
| 134 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 135 |
"strict_gate_failures": 0,
|
| 136 |
"target_accepted_rows": 100000,
|
| 137 |
+
"updated_utc": "2026-05-29T07:45:33+00:00"
|
| 138 |
}
|