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",
|
|
@@ -11,40 +11,41 @@
|
|
| 11 |
"train-00007.jsonl.gz",
|
| 12 |
"train-00008.jsonl.gz",
|
| 13 |
"train-00009.jsonl.gz",
|
| 14 |
-
"train-00010.jsonl.gz"
|
|
|
|
| 15 |
],
|
| 16 |
-
"duplicates":
|
| 17 |
"family_counts": {
|
| 18 |
"async": 3,
|
| 19 |
-
"classes":
|
| 20 |
-
"comprehensions":
|
| 21 |
-
"context_managers":
|
| 22 |
-
"exceptions":
|
| 23 |
-
"functions":
|
| 24 |
-
"generators":
|
| 25 |
-
"imports":
|
| 26 |
-
"lambda":
|
| 27 |
-
"loops":
|
| 28 |
"simple_module": 16
|
| 29 |
},
|
| 30 |
"filter_reasons": {
|
| 31 |
-
"auto_generated":
|
| 32 |
-
"skipped_path_pattern":
|
| 33 |
-
"syntax_error:'(' was never closed":
|
| 34 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 35 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 36 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 37 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 38 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 39 |
"syntax_error:invalid decimal literal": 6,
|
| 40 |
-
"syntax_error:invalid syntax":
|
| 41 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 42 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 43 |
-
"too_large":
|
| 44 |
"too_many_lines": 14,
|
| 45 |
-
"too_small":
|
| 46 |
},
|
| 47 |
-
"filtered_candidates":
|
| 48 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 49 |
"languages": [
|
| 50 |
"en",
|
|
@@ -56,15 +57,15 @@
|
|
| 56 |
],
|
| 57 |
"projection_failures": 1,
|
| 58 |
"run_id": "run_20260529_073950_utc",
|
| 59 |
-
"seen_candidates":
|
| 60 |
-
"shards_completed":
|
| 61 |
"source_label_counts": {
|
| 62 |
-
"github_code_clean_python_apache_2_0":
|
| 63 |
-
"github_code_clean_python_bsd_2":
|
| 64 |
-
"github_code_clean_python_bsd_3":
|
| 65 |
-
"github_code_clean_python_cc0":
|
| 66 |
-
"github_code_clean_python_isc":
|
| 67 |
-
"github_code_clean_python_mit":
|
| 68 |
},
|
| 69 |
"source_specs": [
|
| 70 |
{
|
|
@@ -125,5 +126,5 @@
|
|
| 125 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 126 |
"strict_gate_failures": 0,
|
| 127 |
"target_accepted_rows": 100000,
|
| 128 |
-
"updated_utc": "2026-05-29T07:43:
|
| 129 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 600,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 11 |
"train-00007.jsonl.gz",
|
| 12 |
"train-00008.jsonl.gz",
|
| 13 |
"train-00009.jsonl.gz",
|
| 14 |
+
"train-00010.jsonl.gz",
|
| 15 |
+
"train-00011.jsonl.gz"
|
| 16 |
],
|
| 17 |
+
"duplicates": 689,
|
| 18 |
"family_counts": {
|
| 19 |
"async": 3,
|
| 20 |
+
"classes": 318,
|
| 21 |
+
"comprehensions": 107,
|
| 22 |
+
"context_managers": 82,
|
| 23 |
+
"exceptions": 166,
|
| 24 |
+
"functions": 473,
|
| 25 |
+
"generators": 22,
|
| 26 |
+
"imports": 544,
|
| 27 |
+
"lambda": 41,
|
| 28 |
+
"loops": 237,
|
| 29 |
"simple_module": 16
|
| 30 |
},
|
| 31 |
"filter_reasons": {
|
| 32 |
+
"auto_generated": 58,
|
| 33 |
+
"skipped_path_pattern": 73,
|
| 34 |
+
"syntax_error:'(' was never closed": 4,
|
| 35 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 3,
|
| 36 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 178,
|
| 37 |
"syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
|
| 38 |
"syntax_error:expected an indented block after function definition on line 7": 1,
|
| 39 |
"syntax_error:inconsistent use of tabs and spaces in indentation": 6,
|
| 40 |
"syntax_error:invalid decimal literal": 6,
|
| 41 |
+
"syntax_error:invalid syntax": 13,
|
| 42 |
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
|
| 43 |
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
|
| 44 |
+
"too_large": 222,
|
| 45 |
"too_many_lines": 14,
|
| 46 |
+
"too_small": 20
|
| 47 |
},
|
| 48 |
+
"filtered_candidates": 606,
|
| 49 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 50 |
"languages": [
|
| 51 |
"en",
|
|
|
|
| 57 |
],
|
| 58 |
"projection_failures": 1,
|
| 59 |
"run_id": "run_20260529_073950_utc",
|
| 60 |
+
"seen_candidates": 1899,
|
| 61 |
+
"shards_completed": 12,
|
| 62 |
"source_label_counts": {
|
| 63 |
+
"github_code_clean_python_apache_2_0": 104,
|
| 64 |
+
"github_code_clean_python_bsd_2": 99,
|
| 65 |
+
"github_code_clean_python_bsd_3": 104,
|
| 66 |
+
"github_code_clean_python_cc0": 96,
|
| 67 |
+
"github_code_clean_python_isc": 105,
|
| 68 |
+
"github_code_clean_python_mit": 92
|
| 69 |
},
|
| 70 |
"source_specs": [
|
| 71 |
{
|
|
|
|
| 126 |
"started_utc": "2026-05-29T07:39:51+00:00",
|
| 127 |
"strict_gate_failures": 0,
|
| 128 |
"target_accepted_rows": 100000,
|
| 129 |
+
"updated_utc": "2026-05-29T07:43:44+00:00"
|
| 130 |
}
|