Update Plaincode CNL manifest
Browse files- manifest.json +30 -29
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -9,40 +9,41 @@
|
|
| 9 |
"train-00005.jsonl.gz",
|
| 10 |
"train-00006.jsonl.gz",
|
| 11 |
"train-00007.jsonl.gz",
|
| 12 |
-
"train-00008.jsonl.gz"
|
|
|
|
| 13 |
],
|
| 14 |
-
"duplicates":
|
| 15 |
"family_counts": {
|
| 16 |
"async": 3,
|
| 17 |
-
"classes":
|
| 18 |
-
"comprehensions":
|
| 19 |
-
"context_managers":
|
| 20 |
-
"exceptions":
|
| 21 |
-
"functions":
|
| 22 |
-
"generators":
|
| 23 |
-
"imports":
|
| 24 |
-
"lambda":
|
| 25 |
-
"loops":
|
| 26 |
"simple_module": 13
|
| 27 |
},
|
| 28 |
"filter_reasons": {
|
| 29 |
-
"auto_generated":
|
| 30 |
-
"skipped_path_pattern":
|
| 31 |
"syntax_error:'(' was never closed": 2,
|
| 32 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 33 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 34 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 35 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 36 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 37 |
-
"syntax_error:invalid decimal literal":
|
| 38 |
-
"syntax_error:invalid syntax":
|
| 39 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 40 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 41 |
-
"too_large":
|
| 42 |
-
"too_many_lines":
|
| 43 |
"too_small": 14
|
| 44 |
},
|
| 45 |
-
"filtered_candidates":
|
| 46 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 47 |
"languages": [
|
| 48 |
"en",
|
|
@@ -54,15 +55,15 @@
|
|
| 54 |
],
|
| 55 |
"projection_failures": 1,
|
| 56 |
"run_id": "run_20260529_073950_utc",
|
| 57 |
-
"seen_candidates":
|
| 58 |
-
"shards_completed":
|
| 59 |
"source_label_counts": {
|
| 60 |
-
"github_code_clean_python_apache_2_0":
|
| 61 |
-
"github_code_clean_python_bsd_2":
|
| 62 |
-
"github_code_clean_python_bsd_3":
|
| 63 |
-
"github_code_clean_python_cc0":
|
| 64 |
-
"github_code_clean_python_isc":
|
| 65 |
-
"github_code_clean_python_mit":
|
| 66 |
},
|
| 67 |
"source_specs": [
|
| 68 |
{
|
|
@@ -123,5 +124,5 @@
|
|
| 123 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 124 |
"strict_gate_failures": 0,
|
| 125 |
"target_accepted_rows": 100000,
|
| 126 |
-
"updated_utc": "2026-05-29T07:
|
| 127 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 500,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 9 |
"train-00005.jsonl.gz",
|
| 10 |
"train-00006.jsonl.gz",
|
| 11 |
"train-00007.jsonl.gz",
|
| 12 |
+
"train-00008.jsonl.gz",
|
| 13 |
+
"train-00009.jsonl.gz"
|
| 14 |
],
|
| 15 |
+
"duplicates": 578,
|
| 16 |
"family_counts": {
|
| 17 |
"async": 3,
|
| 18 |
+
"classes": 261,
|
| 19 |
+
"comprehensions": 90,
|
| 20 |
+
"context_managers": 67,
|
| 21 |
+
"exceptions": 141,
|
| 22 |
+
"functions": 389,
|
| 23 |
+
"generators": 18,
|
| 24 |
+
"imports": 453,
|
| 25 |
+
"lambda": 34,
|
| 26 |
+
"loops": 198,
|
| 27 |
"simple_module": 13
|
| 28 |
},
|
| 29 |
"filter_reasons": {
|
| 30 |
+
"auto_generated": 55,
|
| 31 |
+
"skipped_path_pattern": 62,
|
| 32 |
"syntax_error:'(' was never closed": 2,
|
| 33 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 34 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 130,
|
| 35 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 36 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 37 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 38 |
+
"syntax_error:invalid decimal literal": 6,
|
| 39 |
+
"syntax_error:invalid syntax": 9,
|
| 40 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 41 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 42 |
+
"too_large": 163,
|
| 43 |
+
"too_many_lines": 14,
|
| 44 |
"too_small": 14
|
| 45 |
},
|
| 46 |
+
"filtered_candidates": 473,
|
| 47 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 48 |
"languages": [
|
| 49 |
"en",
|
|
|
|
| 55 |
],
|
| 56 |
"projection_failures": 1,
|
| 57 |
"run_id": "run_20260529_073950_utc",
|
| 58 |
+
"seen_candidates": 1555,
|
| 59 |
+
"shards_completed": 10,
|
| 60 |
"source_label_counts": {
|
| 61 |
+
"github_code_clean_python_apache_2_0": 88,
|
| 62 |
+
"github_code_clean_python_bsd_2": 79,
|
| 63 |
+
"github_code_clean_python_bsd_3": 86,
|
| 64 |
+
"github_code_clean_python_cc0": 80,
|
| 65 |
+
"github_code_clean_python_isc": 88,
|
| 66 |
+
"github_code_clean_python_mit": 79
|
| 67 |
},
|
| 68 |
"source_specs": [
|
| 69 |
{
|
|
|
|
| 124 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 125 |
"strict_gate_failures": 0,
|
| 126 |
"target_accepted_rows": 100000,
|
| 127 |
+
"updated_utc": "2026-05-29T07:43:07+00:00"
|
| 128 |
}
|