CircularBalls commited on
Commit
a0f979f
·
verified ·
1 Parent(s): 54f57c4

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +30 -28
README.md CHANGED
@@ -67,40 +67,42 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 200,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
74
  "train-00002.jsonl.gz",
75
- "train-00003.jsonl.gz"
 
76
  ],
77
- "duplicates": 234,
78
  "family_counts": {
79
  "async": 2,
80
- "classes": 102,
81
- "comprehensions": 29,
82
- "context_managers": 23,
83
- "exceptions": 59,
84
- "functions": 151,
85
- "generators": 5,
86
- "imports": 173,
87
- "lambda": 13,
88
- "loops": 70,
89
- "simple_module": 9
90
  },
91
  "filter_reasons": {
92
- "auto_generated": 33,
93
- "skipped_path_pattern": 21,
94
  "syntax_error:'(' was never closed": 2,
95
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
96
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 44,
97
  "syntax_error:expected an indented block after function definition on line 7": 1,
98
  "syntax_error:invalid syntax": 3,
99
- "too_large": 60,
 
100
  "too_many_lines": 1,
101
  "too_small": 11
102
  },
103
- "filtered_candidates": 179,
104
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
105
  "languages": [
106
  "en",
@@ -110,17 +112,17 @@ Each row contains:
110
  "zh",
111
  "hi"
112
  ],
113
- "projection_failures": 0,
114
  "run_id": "run_20260529_073950_utc",
115
- "seen_candidates": 613,
116
- "shards_completed": 4,
117
  "source_label_counts": {
118
- "github_code_clean_python_apache_2_0": 34,
119
- "github_code_clean_python_bsd_2": 35,
120
- "github_code_clean_python_bsd_3": 36,
121
- "github_code_clean_python_cc0": 31,
122
- "github_code_clean_python_isc": 32,
123
- "github_code_clean_python_mit": 32
124
  },
125
  "source_specs": [
126
  {
@@ -181,7 +183,7 @@ Each row contains:
181
  "started_utc": "2026-05-29T07:39:51+00:00",
182
  "strict_gate_failures": 0,
183
  "target_accepted_rows": 100000,
184
- "updated_utc": "2026-05-29T07:41:23+00:00"
185
  }
186
  ```
187
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 250,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
74
  "train-00002.jsonl.gz",
75
+ "train-00003.jsonl.gz",
76
+ "train-00004.jsonl.gz"
77
  ],
78
+ "duplicates": 288,
79
  "family_counts": {
80
  "async": 2,
81
+ "classes": 131,
82
+ "comprehensions": 36,
83
+ "context_managers": 31,
84
+ "exceptions": 74,
85
+ "functions": 189,
86
+ "generators": 9,
87
+ "imports": 221,
88
+ "lambda": 15,
89
+ "loops": 90,
90
+ "simple_module": 10
91
  },
92
  "filter_reasons": {
93
+ "auto_generated": 45,
94
+ "skipped_path_pattern": 24,
95
  "syntax_error:'(' was never closed": 2,
96
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
97
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 59,
98
  "syntax_error:expected an indented block after function definition on line 7": 1,
99
  "syntax_error:invalid syntax": 3,
100
+ "syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
101
+ "too_large": 79,
102
  "too_many_lines": 1,
103
  "too_small": 11
104
  },
105
+ "filtered_candidates": 229,
106
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
107
  "languages": [
108
  "en",
 
112
  "zh",
113
  "hi"
114
  ],
115
+ "projection_failures": 1,
116
  "run_id": "run_20260529_073950_utc",
117
+ "seen_candidates": 769,
118
+ "shards_completed": 5,
119
  "source_label_counts": {
120
+ "github_code_clean_python_apache_2_0": 43,
121
+ "github_code_clean_python_bsd_2": 42,
122
+ "github_code_clean_python_bsd_3": 46,
123
+ "github_code_clean_python_cc0": 39,
124
+ "github_code_clean_python_isc": 41,
125
+ "github_code_clean_python_mit": 39
126
  },
127
  "source_specs": [
128
  {
 
183
  "started_utc": "2026-05-29T07:39:51+00:00",
184
  "strict_gate_failures": 0,
185
  "target_accepted_rows": 100000,
186
+ "updated_utc": "2026-05-29T07:41:40+00:00"
187
  }
188
  ```
189