Update Plaincode CNL manifest
Browse files- manifest.json +23 -22
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -1728,26 +1728,27 @@
|
|
| 1728 |
"train-01724.jsonl.gz",
|
| 1729 |
"train-01725.jsonl.gz",
|
| 1730 |
"train-01726.jsonl.gz",
|
| 1731 |
-
"train-01727.jsonl.gz"
|
|
|
|
| 1732 |
],
|
| 1733 |
"duplicates": 0,
|
| 1734 |
"family_counts": {
|
| 1735 |
"async": 753,
|
| 1736 |
-
"classes":
|
| 1737 |
-
"comprehensions":
|
| 1738 |
-
"context_managers":
|
| 1739 |
-
"exceptions":
|
| 1740 |
-
"functions":
|
| 1741 |
-
"generators":
|
| 1742 |
-
"imports":
|
| 1743 |
-
"lambda":
|
| 1744 |
-
"loops":
|
| 1745 |
-
"simple_module":
|
| 1746 |
},
|
| 1747 |
"filter_reasons": {
|
| 1748 |
-
"auto_generated":
|
| 1749 |
"compile_error:UnicodeEncodeError": 2,
|
| 1750 |
-
"skipped_path_pattern":
|
| 1751 |
"syntax_error:'(' was never closed": 289,
|
| 1752 |
"syntax_error:':' expected after dictionary key": 1,
|
| 1753 |
"syntax_error:'[' was never closed": 6,
|
|
@@ -1772,7 +1773,7 @@
|
|
| 1772 |
"syntax_error:Generator expression must be parenthesized": 3,
|
| 1773 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 52,
|
| 1774 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 45,
|
| 1775 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 1776 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 1777 |
"syntax_error:can't use starred expression here": 1,
|
| 1778 |
"syntax_error:cannot assign to True": 3,
|
|
@@ -1948,12 +1949,12 @@
|
|
| 1948 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 1949 |
"syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
|
| 1950 |
"syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
|
| 1951 |
-
"too_large":
|
| 1952 |
"too_many_ast_nodes": 34,
|
| 1953 |
"too_many_lines": 570,
|
| 1954 |
-
"too_small":
|
| 1955 |
},
|
| 1956 |
-
"filtered_candidates":
|
| 1957 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 1958 |
"languages": [
|
| 1959 |
"en",
|
|
@@ -1968,10 +1969,10 @@
|
|
| 1968 |
"resume_skipped_accepted_rows": 22350,
|
| 1969 |
"resume_start_shard": 447,
|
| 1970 |
"run_id": "run_20260530_075234_utc",
|
| 1971 |
-
"seen_candidates":
|
| 1972 |
-
"shards_completed":
|
| 1973 |
"source_label_counts": {
|
| 1974 |
-
"github_code_clean_python_mit_single":
|
| 1975 |
},
|
| 1976 |
"source_specs": [
|
| 1977 |
{
|
|
@@ -1987,5 +1988,5 @@
|
|
| 1987 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 1988 |
"strict_gate_failures": 1161,
|
| 1989 |
"target_accepted_rows": 100000,
|
| 1990 |
-
"updated_utc": "2026-05-30T10:32:
|
| 1991 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 86450,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 1728 |
"train-01724.jsonl.gz",
|
| 1729 |
"train-01725.jsonl.gz",
|
| 1730 |
"train-01726.jsonl.gz",
|
| 1731 |
+
"train-01727.jsonl.gz",
|
| 1732 |
+
"train-01728.jsonl.gz"
|
| 1733 |
],
|
| 1734 |
"duplicates": 0,
|
| 1735 |
"family_counts": {
|
| 1736 |
"async": 753,
|
| 1737 |
+
"classes": 33055,
|
| 1738 |
+
"comprehensions": 10915,
|
| 1739 |
+
"context_managers": 7943,
|
| 1740 |
+
"exceptions": 16745,
|
| 1741 |
+
"functions": 49221,
|
| 1742 |
+
"generators": 2300,
|
| 1743 |
+
"imports": 58400,
|
| 1744 |
+
"lambda": 4144,
|
| 1745 |
+
"loops": 25417,
|
| 1746 |
+
"simple_module": 1648
|
| 1747 |
},
|
| 1748 |
"filter_reasons": {
|
| 1749 |
+
"auto_generated": 5781,
|
| 1750 |
"compile_error:UnicodeEncodeError": 2,
|
| 1751 |
+
"skipped_path_pattern": 5768,
|
| 1752 |
"syntax_error:'(' was never closed": 289,
|
| 1753 |
"syntax_error:':' expected after dictionary key": 1,
|
| 1754 |
"syntax_error:'[' was never closed": 6,
|
|
|
|
| 1773 |
"syntax_error:Generator expression must be parenthesized": 3,
|
| 1774 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 52,
|
| 1775 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 45,
|
| 1776 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 11318,
|
| 1777 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 1778 |
"syntax_error:can't use starred expression here": 1,
|
| 1779 |
"syntax_error:cannot assign to True": 3,
|
|
|
|
| 1949 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 1950 |
"syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
|
| 1951 |
"syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
|
| 1952 |
+
"too_large": 8288,
|
| 1953 |
"too_many_ast_nodes": 34,
|
| 1954 |
"too_many_lines": 570,
|
| 1955 |
+
"too_small": 2557
|
| 1956 |
},
|
| 1957 |
+
"filtered_candidates": 37041,
|
| 1958 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 1959 |
"languages": [
|
| 1960 |
"en",
|
|
|
|
| 1969 |
"resume_skipped_accepted_rows": 22350,
|
| 1970 |
"resume_start_shard": 447,
|
| 1971 |
"run_id": "run_20260530_075234_utc",
|
| 1972 |
+
"seen_candidates": 123561,
|
| 1973 |
+
"shards_completed": 1729,
|
| 1974 |
"source_label_counts": {
|
| 1975 |
+
"github_code_clean_python_mit_single": 64100
|
| 1976 |
},
|
| 1977 |
"source_specs": [
|
| 1978 |
{
|
|
|
|
| 1988 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 1989 |
"strict_gate_failures": 1161,
|
| 1990 |
"target_accepted_rows": 100000,
|
| 1991 |
+
"updated_utc": "2026-05-30T10:32:46+00:00"
|
| 1992 |
}
|