CircularBalls commited on
Commit
16fa511
·
verified ·
1 Parent(s): e7739fa

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +33 -32
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 1150,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -91,44 +91,45 @@ Each row contains:
91
  "train-00019.jsonl.gz",
92
  "train-00020.jsonl.gz",
93
  "train-00021.jsonl.gz",
94
- "train-00022.jsonl.gz"
 
95
  ],
96
- "duplicates": 1354,
97
  "family_counts": {
98
- "async": 12,
99
- "classes": 626,
100
- "comprehensions": 210,
101
- "context_managers": 148,
102
- "exceptions": 322,
103
- "functions": 905,
104
- "generators": 41,
105
- "imports": 1060,
106
- "lambda": 81,
107
- "loops": 444,
108
- "simple_module": 30
109
  },
110
  "filter_reasons": {
111
- "auto_generated": 122,
112
- "skipped_path_pattern": 137,
113
- "syntax_error:'(' was never closed": 11,
114
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
115
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
116
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
117
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 308,
118
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
119
  "syntax_error:expected an indented block after function definition on line 7": 1,
120
  "syntax_error:inconsistent use of tabs and spaces in indentation": 14,
121
  "syntax_error:invalid character '“' (U+201C)": 2,
122
  "syntax_error:invalid decimal literal": 7,
123
- "syntax_error:invalid syntax": 28,
124
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
125
- "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
126
- "too_large": 367,
127
  "too_many_ast_nodes": 2,
128
- "too_many_lines": 23,
129
  "too_small": 44
130
  },
131
- "filtered_candidates": 1085,
132
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
133
  "languages": [
134
  "en",
@@ -140,15 +141,15 @@ Each row contains:
140
  ],
141
  "projection_failures": 1,
142
  "run_id": "run_20260529_073950_utc",
143
- "seen_candidates": 3591,
144
- "shards_completed": 23,
145
  "source_label_counts": {
146
- "github_code_clean_python_apache_2_0": 207,
147
- "github_code_clean_python_bsd_2": 186,
148
- "github_code_clean_python_bsd_3": 187,
149
- "github_code_clean_python_cc0": 184,
150
- "github_code_clean_python_isc": 196,
151
- "github_code_clean_python_mit": 190
152
  },
153
  "source_specs": [
154
  {
@@ -209,7 +210,7 @@ Each row contains:
209
  "started_utc": "2026-05-29T07:39:51+00:00",
210
  "strict_gate_failures": 0,
211
  "target_accepted_rows": 100000,
212
- "updated_utc": "2026-05-29T07:47:28+00:00"
213
  }
214
  ```
215
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 1200,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
91
  "train-00019.jsonl.gz",
92
  "train-00020.jsonl.gz",
93
  "train-00021.jsonl.gz",
94
+ "train-00022.jsonl.gz",
95
+ "train-00023.jsonl.gz"
96
  ],
97
+ "duplicates": 1419,
98
  "family_counts": {
99
+ "async": 13,
100
+ "classes": 655,
101
+ "comprehensions": 217,
102
+ "context_managers": 150,
103
+ "exceptions": 333,
104
+ "functions": 941,
105
+ "generators": 42,
106
+ "imports": 1105,
107
+ "lambda": 84,
108
+ "loops": 467,
109
+ "simple_module": 31
110
  },
111
  "filter_reasons": {
112
+ "auto_generated": 123,
113
+ "skipped_path_pattern": 142,
114
+ "syntax_error:'(' was never closed": 12,
115
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
116
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
117
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
118
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 317,
119
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
120
  "syntax_error:expected an indented block after function definition on line 7": 1,
121
  "syntax_error:inconsistent use of tabs and spaces in indentation": 14,
122
  "syntax_error:invalid character '“' (U+201C)": 2,
123
  "syntax_error:invalid decimal literal": 7,
124
+ "syntax_error:invalid syntax": 30,
125
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
126
+ "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
127
+ "too_large": 371,
128
  "too_many_ast_nodes": 2,
129
+ "too_many_lines": 26,
130
  "too_small": 44
131
  },
132
+ "filtered_candidates": 1111,
133
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
134
  "languages": [
135
  "en",
 
141
  ],
142
  "projection_failures": 1,
143
  "run_id": "run_20260529_073950_utc",
144
+ "seen_candidates": 3734,
145
+ "shards_completed": 24,
146
  "source_label_counts": {
147
+ "github_code_clean_python_apache_2_0": 214,
148
+ "github_code_clean_python_bsd_2": 193,
149
+ "github_code_clean_python_bsd_3": 198,
150
+ "github_code_clean_python_cc0": 190,
151
+ "github_code_clean_python_isc": 205,
152
+ "github_code_clean_python_mit": 200
153
  },
154
  "source_specs": [
155
  {
 
210
  "started_utc": "2026-05-29T07:39:51+00:00",
211
  "strict_gate_failures": 0,
212
  "target_accepted_rows": 100000,
213
+ "updated_utc": "2026-05-29T07:47:40+00:00"
214
  }
215
  ```
216