Update Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ Each row contains:
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
-
"accepted_rows":
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
@@ -1797,24 +1797,25 @@ Each row contains:
|
|
| 1797 |
"train-01725.jsonl.gz",
|
| 1798 |
"train-01726.jsonl.gz",
|
| 1799 |
"train-01727.jsonl.gz",
|
| 1800 |
-
"train-01728.jsonl.gz"
|
|
|
|
| 1801 |
],
|
| 1802 |
"duplicates": 0,
|
| 1803 |
"family_counts": {
|
| 1804 |
"async": 753,
|
| 1805 |
-
"classes":
|
| 1806 |
-
"comprehensions":
|
| 1807 |
-
"context_managers":
|
| 1808 |
-
"exceptions":
|
| 1809 |
-
"functions":
|
| 1810 |
"generators": 2300,
|
| 1811 |
-
"imports":
|
| 1812 |
-
"lambda":
|
| 1813 |
-
"loops":
|
| 1814 |
-
"simple_module":
|
| 1815 |
},
|
| 1816 |
"filter_reasons": {
|
| 1817 |
-
"auto_generated":
|
| 1818 |
"compile_error:UnicodeEncodeError": 2,
|
| 1819 |
"skipped_path_pattern": 5768,
|
| 1820 |
"syntax_error:'(' was never closed": 289,
|
|
@@ -1841,7 +1842,7 @@ Each row contains:
|
|
| 1841 |
"syntax_error:Generator expression must be parenthesized": 3,
|
| 1842 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 52,
|
| 1843 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 45,
|
| 1844 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?":
|
| 1845 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 1846 |
"syntax_error:can't use starred expression here": 1,
|
| 1847 |
"syntax_error:cannot assign to True": 3,
|
|
@@ -2017,12 +2018,12 @@ Each row contains:
|
|
| 2017 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 2018 |
"syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
|
| 2019 |
"syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
|
| 2020 |
-
"too_large":
|
| 2021 |
"too_many_ast_nodes": 34,
|
| 2022 |
"too_many_lines": 570,
|
| 2023 |
"too_small": 2557
|
| 2024 |
},
|
| 2025 |
-
"filtered_candidates":
|
| 2026 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 2027 |
"languages": [
|
| 2028 |
"en",
|
|
@@ -2037,10 +2038,10 @@ Each row contains:
|
|
| 2037 |
"resume_skipped_accepted_rows": 22350,
|
| 2038 |
"resume_start_shard": 447,
|
| 2039 |
"run_id": "run_20260530_075234_utc",
|
| 2040 |
-
"seen_candidates":
|
| 2041 |
-
"shards_completed":
|
| 2042 |
"source_label_counts": {
|
| 2043 |
-
"github_code_clean_python_mit_single":
|
| 2044 |
},
|
| 2045 |
"source_specs": [
|
| 2046 |
{
|
|
@@ -2056,7 +2057,7 @@ Each row contains:
|
|
| 2056 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 2057 |
"strict_gate_failures": 1161,
|
| 2058 |
"target_accepted_rows": 100000,
|
| 2059 |
-
"updated_utc": "2026-05-30T10:32:
|
| 2060 |
}
|
| 2061 |
```
|
| 2062 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 86500,
|
| 71 |
"completed_shards": [
|
| 72 |
"train-00000.jsonl.gz",
|
| 73 |
"train-00001.jsonl.gz",
|
|
|
|
| 1797 |
"train-01725.jsonl.gz",
|
| 1798 |
"train-01726.jsonl.gz",
|
| 1799 |
"train-01727.jsonl.gz",
|
| 1800 |
+
"train-01728.jsonl.gz",
|
| 1801 |
+
"train-01729.jsonl.gz"
|
| 1802 |
],
|
| 1803 |
"duplicates": 0,
|
| 1804 |
"family_counts": {
|
| 1805 |
"async": 753,
|
| 1806 |
+
"classes": 33083,
|
| 1807 |
+
"comprehensions": 10924,
|
| 1808 |
+
"context_managers": 7951,
|
| 1809 |
+
"exceptions": 16758,
|
| 1810 |
+
"functions": 49258,
|
| 1811 |
"generators": 2300,
|
| 1812 |
+
"imports": 58445,
|
| 1813 |
+
"lambda": 4147,
|
| 1814 |
+
"loops": 25437,
|
| 1815 |
+
"simple_module": 1650
|
| 1816 |
},
|
| 1817 |
"filter_reasons": {
|
| 1818 |
+
"auto_generated": 5783,
|
| 1819 |
"compile_error:UnicodeEncodeError": 2,
|
| 1820 |
"skipped_path_pattern": 5768,
|
| 1821 |
"syntax_error:'(' was never closed": 289,
|
|
|
|
| 1842 |
"syntax_error:Generator expression must be parenthesized": 3,
|
| 1843 |
"syntax_error:Lambda expression parameters cannot be parenthesized": 52,
|
| 1844 |
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 45,
|
| 1845 |
+
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 11322,
|
| 1846 |
"syntax_error:bytes can only contain ASCII literal characters": 1,
|
| 1847 |
"syntax_error:can't use starred expression here": 1,
|
| 1848 |
"syntax_error:cannot assign to True": 3,
|
|
|
|
| 2018 |
"syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
|
| 2019 |
"syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
|
| 2020 |
"syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
|
| 2021 |
+
"too_large": 8291,
|
| 2022 |
"too_many_ast_nodes": 34,
|
| 2023 |
"too_many_lines": 570,
|
| 2024 |
"too_small": 2557
|
| 2025 |
},
|
| 2026 |
+
"filtered_candidates": 37050,
|
| 2027 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 2028 |
"languages": [
|
| 2029 |
"en",
|
|
|
|
| 2038 |
"resume_skipped_accepted_rows": 22350,
|
| 2039 |
"resume_start_shard": 447,
|
| 2040 |
"run_id": "run_20260530_075234_utc",
|
| 2041 |
+
"seen_candidates": 123620,
|
| 2042 |
+
"shards_completed": 1730,
|
| 2043 |
"source_label_counts": {
|
| 2044 |
+
"github_code_clean_python_mit_single": 64150
|
| 2045 |
},
|
| 2046 |
"source_specs": [
|
| 2047 |
{
|
|
|
|
| 2057 |
"started_utc": "2026-05-30T07:52:36+00:00",
|
| 2058 |
"strict_gate_failures": 1161,
|
| 2059 |
"target_accepted_rows": 100000,
|
| 2060 |
+
"updated_utc": "2026-05-30T10:32:52+00:00"
|
| 2061 |
}
|
| 2062 |
```
|
| 2063 |
|