CircularBalls commited on
Commit
01be4ed
·
verified ·
1 Parent(s): 0467dc1

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -24
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 86350,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -1795,26 +1795,27 @@ Each row contains:
1795
  "train-01723.jsonl.gz",
1796
  "train-01724.jsonl.gz",
1797
  "train-01725.jsonl.gz",
1798
- "train-01726.jsonl.gz"
 
1799
  ],
1800
  "duplicates": 0,
1801
  "family_counts": {
1802
  "async": 753,
1803
- "classes": 33009,
1804
- "comprehensions": 10897,
1805
- "context_managers": 7920,
1806
- "exceptions": 16711,
1807
- "functions": 49137,
1808
- "generators": 2293,
1809
- "imports": 58311,
1810
- "lambda": 4140,
1811
- "loops": 25368,
1812
- "simple_module": 1642
1813
  },
1814
  "filter_reasons": {
1815
- "auto_generated": 5770,
1816
  "compile_error:UnicodeEncodeError": 2,
1817
- "skipped_path_pattern": 5761,
1818
  "syntax_error:'(' was never closed": 289,
1819
  "syntax_error:':' expected after dictionary key": 1,
1820
  "syntax_error:'[' was never closed": 6,
@@ -1839,7 +1840,7 @@ Each row contains:
1839
  "syntax_error:Generator expression must be parenthesized": 3,
1840
  "syntax_error:Lambda expression parameters cannot be parenthesized": 52,
1841
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 45,
1842
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 11308,
1843
  "syntax_error:bytes can only contain ASCII literal characters": 1,
1844
  "syntax_error:can't use starred expression here": 1,
1845
  "syntax_error:cannot assign to True": 3,
@@ -1930,7 +1931,7 @@ Each row contains:
1930
  "syntax_error:from __future__ imports must occur at the beginning of the file": 3,
1931
  "syntax_error:future feature relative_imports is not defined": 1,
1932
  "syntax_error:import * only allowed at module level": 5,
1933
- "syntax_error:inconsistent use of tabs and spaces in indentation": 480,
1934
  "syntax_error:invalid character '§' (U+00A7)": 1,
1935
  "syntax_error:invalid character '©' (U+00A9)": 1,
1936
  "syntax_error:invalid character '·' (U+00B7)": 2,
@@ -2015,12 +2016,12 @@ Each row contains:
2015
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
2016
  "syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
2017
  "syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
2018
- "too_large": 8280,
2019
  "too_many_ast_nodes": 34,
2020
- "too_many_lines": 569,
2021
- "too_small": 2553
2022
  },
2023
- "filtered_candidates": 36999,
2024
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
2025
  "languages": [
2026
  "en",
@@ -2035,10 +2036,10 @@ Each row contains:
2035
  "resume_skipped_accepted_rows": 22350,
2036
  "resume_start_shard": 447,
2037
  "run_id": "run_20260530_075234_utc",
2038
- "seen_candidates": 123419,
2039
- "shards_completed": 1727,
2040
  "source_label_counts": {
2041
- "github_code_clean_python_mit_single": 64000
2042
  },
2043
  "source_specs": [
2044
  {
@@ -2054,7 +2055,7 @@ Each row contains:
2054
  "started_utc": "2026-05-30T07:52:36+00:00",
2055
  "strict_gate_failures": 1161,
2056
  "target_accepted_rows": 100000,
2057
- "updated_utc": "2026-05-30T10:32:29+00:00"
2058
  }
2059
  ```
2060
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 86400,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
1795
  "train-01723.jsonl.gz",
1796
  "train-01724.jsonl.gz",
1797
  "train-01725.jsonl.gz",
1798
+ "train-01726.jsonl.gz",
1799
+ "train-01727.jsonl.gz"
1800
  ],
1801
  "duplicates": 0,
1802
  "family_counts": {
1803
  "async": 753,
1804
+ "classes": 33031,
1805
+ "comprehensions": 10905,
1806
+ "context_managers": 7929,
1807
+ "exceptions": 16727,
1808
+ "functions": 49179,
1809
+ "generators": 2295,
1810
+ "imports": 58354,
1811
+ "lambda": 4142,
1812
+ "loops": 25391,
1813
+ "simple_module": 1645
1814
  },
1815
  "filter_reasons": {
1816
+ "auto_generated": 5776,
1817
  "compile_error:UnicodeEncodeError": 2,
1818
+ "skipped_path_pattern": 5763,
1819
  "syntax_error:'(' was never closed": 289,
1820
  "syntax_error:':' expected after dictionary key": 1,
1821
  "syntax_error:'[' was never closed": 6,
 
1840
  "syntax_error:Generator expression must be parenthesized": 3,
1841
  "syntax_error:Lambda expression parameters cannot be parenthesized": 52,
1842
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 45,
1843
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 11313,
1844
  "syntax_error:bytes can only contain ASCII literal characters": 1,
1845
  "syntax_error:can't use starred expression here": 1,
1846
  "syntax_error:cannot assign to True": 3,
 
1931
  "syntax_error:from __future__ imports must occur at the beginning of the file": 3,
1932
  "syntax_error:future feature relative_imports is not defined": 1,
1933
  "syntax_error:import * only allowed at module level": 5,
1934
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 481,
1935
  "syntax_error:invalid character '§' (U+00A7)": 1,
1936
  "syntax_error:invalid character '©' (U+00A9)": 1,
1937
  "syntax_error:invalid character '·' (U+00B7)": 2,
 
2016
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
2017
  "syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
2018
  "syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
2019
+ "too_large": 8284,
2020
  "too_many_ast_nodes": 34,
2021
+ "too_many_lines": 570,
2022
+ "too_small": 2554
2023
  },
2024
+ "filtered_candidates": 37019,
2025
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
2026
  "languages": [
2027
  "en",
 
2036
  "resume_skipped_accepted_rows": 22350,
2037
  "resume_start_shard": 447,
2038
  "run_id": "run_20260530_075234_utc",
2039
+ "seen_candidates": 123489,
2040
+ "shards_completed": 1728,
2041
  "source_label_counts": {
2042
+ "github_code_clean_python_mit_single": 64050
2043
  },
2044
  "source_specs": [
2045
  {
 
2055
  "started_utc": "2026-05-30T07:52:36+00:00",
2056
  "strict_gate_failures": 1161,
2057
  "target_accepted_rows": 100000,
2058
+ "updated_utc": "2026-05-30T10:32:37+00:00"
2059
  }
2060
  ```
2061