CircularBalls commited on
Commit
685107c
·
verified ·
1 Parent(s): 71bc10e

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +22 -21
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 86500,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -1798,26 +1798,27 @@ Each row contains:
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,
1822
  "syntax_error:':' expected after dictionary key": 1,
1823
  "syntax_error:'[' was never closed": 6,
@@ -1842,7 +1843,7 @@ Each row contains:
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,
@@ -1962,7 +1963,7 @@ Each row contains:
1962
  "syntax_error:unexpected character after line continuation character": 2,
1963
  "syntax_error:unexpected indent": 53,
1964
  "syntax_error:unindent does not match any outer indentation level": 21,
1965
- "syntax_error:unmatched ')'": 90,
1966
  "syntax_error:unmatched ']'": 1,
1967
  "syntax_error:unmatched '}'": 3,
1968
  "syntax_error:unterminated string literal (detected at line 10)": 3,
@@ -2018,12 +2019,12 @@ Each row contains:
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,10 +2039,10 @@ Each row contains:
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,7 +2058,7 @@ Each row contains:
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
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 86550,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
1798
  "train-01726.jsonl.gz",
1799
  "train-01727.jsonl.gz",
1800
  "train-01728.jsonl.gz",
1801
+ "train-01729.jsonl.gz",
1802
+ "train-01730.jsonl.gz"
1803
  ],
1804
  "duplicates": 0,
1805
  "family_counts": {
1806
  "async": 753,
1807
+ "classes": 33105,
1808
+ "comprehensions": 10930,
1809
+ "context_managers": 7958,
1810
+ "exceptions": 16771,
1811
+ "functions": 49297,
1812
+ "generators": 2305,
1813
+ "imports": 58493,
1814
+ "lambda": 4148,
1815
+ "loops": 25454,
1816
  "simple_module": 1650
1817
  },
1818
  "filter_reasons": {
1819
+ "auto_generated": 5788,
1820
  "compile_error:UnicodeEncodeError": 2,
1821
+ "skipped_path_pattern": 5774,
1822
  "syntax_error:'(' was never closed": 289,
1823
  "syntax_error:':' expected after dictionary key": 1,
1824
  "syntax_error:'[' was never closed": 6,
 
1843
  "syntax_error:Generator expression must be parenthesized": 3,
1844
  "syntax_error:Lambda expression parameters cannot be parenthesized": 52,
1845
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 45,
1846
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 11324,
1847
  "syntax_error:bytes can only contain ASCII literal characters": 1,
1848
  "syntax_error:can't use starred expression here": 1,
1849
  "syntax_error:cannot assign to True": 3,
 
1963
  "syntax_error:unexpected character after line continuation character": 2,
1964
  "syntax_error:unexpected indent": 53,
1965
  "syntax_error:unindent does not match any outer indentation level": 21,
1966
+ "syntax_error:unmatched ')'": 91,
1967
  "syntax_error:unmatched ']'": 1,
1968
  "syntax_error:unmatched '}'": 3,
1969
  "syntax_error:unterminated string literal (detected at line 10)": 3,
 
2019
  "syntax_error:unterminated triple-quoted string literal (detected at line 81)": 1,
2020
  "syntax_error:unterminated triple-quoted string literal (detected at line 90)": 1,
2021
  "syntax_error:unterminated triple-quoted string literal (detected at line 92)": 1,
2022
+ "too_large": 8294,
2023
  "too_many_ast_nodes": 34,
2024
  "too_many_lines": 570,
2025
  "too_small": 2557
2026
  },
2027
+ "filtered_candidates": 37067,
2028
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
2029
  "languages": [
2030
  "en",
 
2039
  "resume_skipped_accepted_rows": 22350,
2040
  "resume_start_shard": 447,
2041
  "run_id": "run_20260530_075234_utc",
2042
+ "seen_candidates": 123687,
2043
+ "shards_completed": 1731,
2044
  "source_label_counts": {
2045
+ "github_code_clean_python_mit_single": 64200
2046
  },
2047
  "source_specs": [
2048
  {
 
2058
  "started_utc": "2026-05-30T07:52:36+00:00",
2059
  "strict_gate_failures": 1161,
2060
  "target_accepted_rows": 100000,
2061
+ "updated_utc": "2026-05-30T10:32:58+00:00"
2062
  }
2063
  ```
2064