CircularBalls commited on
Commit
7fdcb81
·
verified ·
1 Parent(s): c1a4c11

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": 1600,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -100,50 +100,51 @@ Each row contains:
100
  "train-00028.jsonl.gz",
101
  "train-00029.jsonl.gz",
102
  "train-00030.jsonl.gz",
103
- "train-00031.jsonl.gz"
 
104
  ],
105
  "duplicates": 0,
106
  "family_counts": {
107
- "async": 13,
108
- "classes": 834,
109
- "comprehensions": 266,
110
- "context_managers": 181,
111
- "exceptions": 410,
112
- "functions": 1228,
113
- "generators": 68,
114
- "imports": 1469,
115
- "lambda": 96,
116
- "loops": 629,
117
  "simple_module": 35
118
  },
119
  "filter_reasons": {
120
- "auto_generated": 97,
121
- "skipped_path_pattern": 108,
122
  "syntax_error:'(' was never closed": 5,
123
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
124
  "syntax_error:Function parameters cannot be parenthesized": 1,
125
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
126
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
127
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 205,
128
  "syntax_error:expected ':'": 2,
129
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
130
  "syntax_error:expected an indented block after class definition on line 5": 1,
131
  "syntax_error:expected an indented block after function definition on line 13": 1,
132
- "syntax_error:inconsistent use of tabs and spaces in indentation": 7,
133
  "syntax_error:invalid character '…' (U+2026)": 1,
134
  "syntax_error:invalid decimal literal": 3,
135
  "syntax_error:invalid hexadecimal literal": 2,
136
- "syntax_error:invalid syntax": 21,
137
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
138
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
139
  "syntax_error:unexpected indent": 1,
140
  "syntax_error:unmatched ')'": 2,
141
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
142
- "too_large": 150,
143
  "too_many_lines": 12,
144
- "too_small": 43
145
  },
146
- "filtered_candidates": 671,
147
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
148
  "languages": [
149
  "en",
@@ -155,10 +156,10 @@ Each row contains:
155
  ],
156
  "projection_failures": 1,
157
  "run_id": "run_20260529_092955_utc",
158
- "seen_candidates": 2275,
159
- "shards_completed": 32,
160
  "source_label_counts": {
161
- "github_code_clean_python_mit_single": 1600
162
  },
163
  "source_specs": [
164
  {
@@ -174,7 +175,7 @@ Each row contains:
174
  "started_utc": "2026-05-29T09:29:57+00:00",
175
  "strict_gate_failures": 0,
176
  "target_accepted_rows": 100000,
177
- "updated_utc": "2026-05-29T09:34:06+00:00"
178
  }
179
  ```
180
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 1650,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
100
  "train-00028.jsonl.gz",
101
  "train-00029.jsonl.gz",
102
  "train-00030.jsonl.gz",
103
+ "train-00031.jsonl.gz",
104
+ "train-00032.jsonl.gz"
105
  ],
106
  "duplicates": 0,
107
  "family_counts": {
108
+ "async": 14,
109
+ "classes": 860,
110
+ "comprehensions": 277,
111
+ "context_managers": 190,
112
+ "exceptions": 422,
113
+ "functions": 1269,
114
+ "generators": 70,
115
+ "imports": 1517,
116
+ "lambda": 98,
117
+ "loops": 651,
118
  "simple_module": 35
119
  },
120
  "filter_reasons": {
121
+ "auto_generated": 103,
122
+ "skipped_path_pattern": 109,
123
  "syntax_error:'(' was never closed": 5,
124
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
125
  "syntax_error:Function parameters cannot be parenthesized": 1,
126
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
127
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
128
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 210,
129
  "syntax_error:expected ':'": 2,
130
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
131
  "syntax_error:expected an indented block after class definition on line 5": 1,
132
  "syntax_error:expected an indented block after function definition on line 13": 1,
133
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 8,
134
  "syntax_error:invalid character '…' (U+2026)": 1,
135
  "syntax_error:invalid decimal literal": 3,
136
  "syntax_error:invalid hexadecimal literal": 2,
137
+ "syntax_error:invalid syntax": 22,
138
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
139
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
140
  "syntax_error:unexpected indent": 1,
141
  "syntax_error:unmatched ')'": 2,
142
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
143
+ "too_large": 155,
144
  "too_many_lines": 12,
145
+ "too_small": 46
146
  },
147
+ "filtered_candidates": 693,
148
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
149
  "languages": [
150
  "en",
 
156
  ],
157
  "projection_failures": 1,
158
  "run_id": "run_20260529_092955_utc",
159
+ "seen_candidates": 2345,
160
+ "shards_completed": 33,
161
  "source_label_counts": {
162
+ "github_code_clean_python_mit_single": 1650
163
  },
164
  "source_specs": [
165
  {
 
175
  "started_utc": "2026-05-29T09:29:57+00:00",
176
  "strict_gate_failures": 0,
177
  "target_accepted_rows": 100000,
178
+ "updated_utc": "2026-05-29T09:34:12+00:00"
179
  }
180
  ```
181