Update Plaincode CNL manifest
Browse files- manifest.json +25 -24
manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
@@ -1727,26 +1727,27 @@
|
|
| 1727 |
"train-01723.jsonl.gz",
|
| 1728 |
"train-01724.jsonl.gz",
|
| 1729 |
"train-01725.jsonl.gz",
|
| 1730 |
-
"train-01726.jsonl.gz"
|
|
|
|
| 1731 |
],
|
| 1732 |
"duplicates": 0,
|
| 1733 |
"family_counts": {
|
| 1734 |
"async": 753,
|
| 1735 |
-
"classes":
|
| 1736 |
-
"comprehensions":
|
| 1737 |
-
"context_managers":
|
| 1738 |
-
"exceptions":
|
| 1739 |
-
"functions":
|
| 1740 |
-
"generators":
|
| 1741 |
-
"imports":
|
| 1742 |
-
"lambda":
|
| 1743 |
-
"loops":
|
| 1744 |
-
"simple_module":
|
| 1745 |
},
|
| 1746 |
"filter_reasons": {
|
| 1747 |
-
"auto_generated":
|
| 1748 |
"compile_error:UnicodeEncodeError": 2,
|
| 1749 |
-
"skipped_path_pattern":
|
| 1750 |
"syntax_error:'(' was never closed": 289,
|
| 1751 |
"syntax_error:':' expected after dictionary key": 1,
|
| 1752 |
"syntax_error:'[' was never closed": 6,
|
|
@@ -1771,7 +1772,7 @@
|
|
| 1771 |
"syntax_error:Generator expression must be parenthesized": 3,
|
| 1772 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 52,
|
| 1773 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 45,
|
| 1774 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 1775 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 1776 |
"syntax_error:can't use starred expression here": 1,
|
| 1777 |
"syntax_error:cannot assign to True": 3,
|
|
@@ -1862,7 +1863,7 @@
|
|
| 1862 |
"syntax_error:from __future__ imports must occur at the beginning of the file": 3,
|
| 1863 |
"syntax_error:future feature relative_imports is not defined": 1,
|
| 1864 |
"syntax_error:import * only allowed at module level": 5,
|
| 1865 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation":
|
| 1866 |
"syntax_error:invalid character '§' (U+00A7)": 1,
|
| 1867 |
"syntax_error:invalid character '©' (U+00A9)": 1,
|
| 1868 |
"syntax_error:invalid character '·' (U+00B7)": 2,
|
|
@@ -1947,12 +1948,12 @@
|
|
| 1947 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 1948 |
"syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
|
| 1949 |
"syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
|
| 1950 |
-
"too_large":
|
| 1951 |
"too_many_ast_nodes": 34,
|
| 1952 |
-
"too_many_lines":
|
| 1953 |
-
"too_small":
|
| 1954 |
},
|
| 1955 |
-
"filtered_candidates":
|
| 1956 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 1957 |
"languages": [
|
| 1958 |
"en",
|
|
@@ -1967,10 +1968,10 @@
|
|
| 1967 |
"resume_skipped_accepted_rows": 22350,
|
| 1968 |
"resume_start_shard": 447,
|
| 1969 |
"run_id": "run_20260530_075234_utc",
|
| 1970 |
-
"seen_candidates":
|
| 1971 |
-
"shards_completed":
|
| 1972 |
"source_label_counts": {
|
| 1973 |
-
"github_code_clean_python_mit_single":
|
| 1974 |
},
|
| 1975 |
"source_specs": [
|
| 1976 |
{
|
|
@@ -1986,5 +1987,5 @@
|
|
| 1986 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 1987 |
"strict_gate_failures": 1161,
|
| 1988 |
"target_accepted_rows": 100000,
|
| 1989 |
-
"updated_utc": "2026-05-30T10:32:
|
| 1990 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accepted_rows": 86400,
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
"train-00001.jsonl.gz",
|
|
|
|
| 1727 |
"train-01723.jsonl.gz",
|
| 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": 33031,
|
| 1737 |
+
"comprehensions": 10905,
|
| 1738 |
+
"context_managers": 7929,
|
| 1739 |
+
"exceptions": 16727,
|
| 1740 |
+
"functions": 49179,
|
| 1741 |
+
"generators": 2295,
|
| 1742 |
+
"imports": 58354,
|
| 1743 |
+
"lambda": 4142,
|
| 1744 |
+
"loops": 25391,
|
| 1745 |
+
"simple_module": 1645
|
| 1746 |
},
|
| 1747 |
"filter_reasons": {
|
| 1748 |
+
"auto_generated": 5776,
|
| 1749 |
"compile_error:UnicodeEncodeError": 2,
|
| 1750 |
+
"skipped_path_pattern": 5763,
|
| 1751 |
"syntax_error:'(' was never closed": 289,
|
| 1752 |
"syntax_error:':' expected after dictionary key": 1,
|
| 1753 |
"syntax_error:'[' was never closed": 6,
|
|
|
|
| 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(...)?": 11313,
|
| 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,
|
|
|
|
| 1863 |
"syntax_error:from __future__ imports must occur at the beginning of the file": 3,
|
| 1864 |
"syntax_error:future feature relative_imports is not defined": 1,
|
| 1865 |
"syntax_error:import * only allowed at module level": 5,
|
| 1866 |
+
"syntax_error:inconsistent use of tabs and spaces in indentation": 481,
|
| 1867 |
"syntax_error:invalid character '§' (U+00A7)": 1,
|
| 1868 |
"syntax_error:invalid character '©' (U+00A9)": 1,
|
| 1869 |
"syntax_error:invalid character '·' (U+00B7)": 2,
|
|
|
|
| 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": 8284,
|
| 1952 |
"too_many_ast_nodes": 34,
|
| 1953 |
+
"too_many_lines": 570,
|
| 1954 |
+
"too_small": 2554
|
| 1955 |
},
|
| 1956 |
+
"filtered_candidates": 37019,
|
| 1957 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 1958 |
"languages": [
|
| 1959 |
"en",
|
|
|
|
| 1968 |
"resume_skipped_accepted_rows": 22350,
|
| 1969 |
"resume_start_shard": 447,
|
| 1970 |
"run_id": "run_20260530_075234_utc",
|
| 1971 |
+
"seen_candidates": 123489,
|
| 1972 |
+
"shards_completed": 1728,
|
| 1973 |
"source_label_counts": {
|
| 1974 |
+
"github_code_clean_python_mit_single": 64050
|
| 1975 |
},
|
| 1976 |
"source_specs": [
|
| 1977 |
{
|
|
|
|
| 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:37+00:00"
|
| 1991 |
}
|