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",
|
|
@@ -14,41 +14,42 @@
|
|
| 14 |
"train-00010.jsonl.gz",
|
| 15 |
"train-00011.jsonl.gz",
|
| 16 |
"train-00012.jsonl.gz",
|
| 17 |
-
"train-00013.jsonl.gz"
|
|
|
|
| 18 |
],
|
| 19 |
-
"duplicates":
|
| 20 |
"family_counts": {
|
| 21 |
-
"async":
|
| 22 |
-
"classes":
|
| 23 |
-
"comprehensions":
|
| 24 |
-
"context_managers":
|
| 25 |
-
"exceptions":
|
| 26 |
-
"functions":
|
| 27 |
-
"generators":
|
| 28 |
-
"imports":
|
| 29 |
-
"lambda":
|
| 30 |
-
"loops":
|
| 31 |
-
"simple_module":
|
| 32 |
},
|
| 33 |
"filter_reasons": {
|
| 34 |
-
"auto_generated":
|
| 35 |
-
"skipped_path_pattern":
|
| 36 |
"syntax_error:'(' was never closed": 4,
|
| 37 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 38 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 39 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 40 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 41 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 42 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 43 |
"syntax_error:invalid decimal literal": 6,
|
| 44 |
-
"syntax_error:invalid syntax":
|
| 45 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 46 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 47 |
-
"too_large":
|
| 48 |
"too_many_lines": 14,
|
| 49 |
-
"too_small":
|
| 50 |
},
|
| 51 |
-
"filtered_candidates":
|
| 52 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 53 |
"languages": [
|
| 54 |
"en",
|
|
@@ -60,15 +61,15 @@
|
|
| 60 |
],
|
| 61 |
"projection_failures": 1,
|
| 62 |
"run_id": "run_20260529_073950_utc",
|
| 63 |
-
"seen_candidates":
|
| 64 |
-
"shards_completed":
|
| 65 |
"source_label_counts": {
|
| 66 |
-
"github_code_clean_python_apache_2_0":
|
| 67 |
-
"github_code_clean_python_bsd_2":
|
| 68 |
-
"github_code_clean_python_bsd_3":
|
| 69 |
-
"github_code_clean_python_cc0":
|
| 70 |
-
"github_code_clean_python_isc":
|
| 71 |
-
"github_code_clean_python_mit":
|
| 72 |
},
|
| 73 |
"source_specs": [
|
| 74 |
{
|
|
@@ -129,5 +130,5 @@
|
|
| 129 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 130 |
"strict_gate_failures": 0,
|
| 131 |
"target_accepted_rows": 100000,
|
| 132 |
-
"updated_utc": "2026-05-29T07:44:
|
| 133 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 750,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 14 |
"train-00010.jsonl.gz",
|
| 15 |
"train-00011.jsonl.gz",
|
| 16 |
"train-00012.jsonl.gz",
|
| 17 |
+
"train-00013.jsonl.gz",
|
| 18 |
+
"train-00014.jsonl.gz"
|
| 19 |
],
|
| 20 |
+
"duplicates": 887,
|
| 21 |
"family_counts": {
|
| 22 |
+
"async": 7,
|
| 23 |
+
"classes": 402,
|
| 24 |
+
"comprehensions": 130,
|
| 25 |
+
"context_managers": 97,
|
| 26 |
+
"exceptions": 198,
|
| 27 |
+
"functions": 585,
|
| 28 |
+
"generators": 27,
|
| 29 |
+
"imports": 687,
|
| 30 |
+
"lambda": 54,
|
| 31 |
+
"loops": 288,
|
| 32 |
+
"simple_module": 18
|
| 33 |
},
|
| 34 |
"filter_reasons": {
|
| 35 |
+
"auto_generated": 83,
|
| 36 |
+
"skipped_path_pattern": 92,
|
| 37 |
"syntax_error:'(' was never closed": 4,
|
| 38 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 39 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
|
| 40 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 201,
|
| 41 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 42 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 43 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 44 |
"syntax_error:invalid decimal literal": 6,
|
| 45 |
+
"syntax_error:invalid syntax": 17,
|
| 46 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 47 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 48 |
+
"too_large": 254,
|
| 49 |
"too_many_lines": 14,
|
| 50 |
+
"too_small": 24
|
| 51 |
},
|
| 52 |
+
"filtered_candidates": 715,
|
| 53 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 54 |
"languages": [
|
| 55 |
"en",
|
|
|
|
| 61 |
],
|
| 62 |
"projection_failures": 1,
|
| 63 |
"run_id": "run_20260529_073950_utc",
|
| 64 |
+
"seen_candidates": 2354,
|
| 65 |
+
"shards_completed": 15,
|
| 66 |
"source_label_counts": {
|
| 67 |
+
"github_code_clean_python_apache_2_0": 134,
|
| 68 |
+
"github_code_clean_python_bsd_2": 125,
|
| 69 |
+
"github_code_clean_python_bsd_3": 125,
|
| 70 |
+
"github_code_clean_python_cc0": 118,
|
| 71 |
+
"github_code_clean_python_isc": 125,
|
| 72 |
+
"github_code_clean_python_mit": 123
|
| 73 |
},
|
| 74 |
"source_specs": [
|
| 75 |
{
|
|
|
|
| 130 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 131 |
"strict_gate_failures": 0,
|
| 132 |
"target_accepted_rows": 100000,
|
| 133 |
+
"updated_utc": "2026-05-29T07:44:38+00:00"
|
| 134 |
}
|