CircularBalls commited on
Commit
d57db39
·
verified ·
1 Parent(s): fbdf38b

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +30 -29
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 1250,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -93,30 +93,31 @@ Each row contains:
93
  "train-00021.jsonl.gz",
94
  "train-00022.jsonl.gz",
95
  "train-00023.jsonl.gz",
96
- "train-00024.jsonl.gz"
 
97
  ],
98
- "duplicates": 1474,
99
  "family_counts": {
100
  "async": 13,
101
- "classes": 675,
102
- "comprehensions": 221,
103
- "context_managers": 156,
104
- "exceptions": 346,
105
- "functions": 977,
106
- "generators": 42,
107
- "imports": 1152,
108
- "lambda": 90,
109
- "loops": 487,
110
- "simple_module": 33
111
  },
112
  "filter_reasons": {
113
- "auto_generated": 126,
114
- "skipped_path_pattern": 155,
115
- "syntax_error:'(' was never closed": 16,
116
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
117
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
118
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
119
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 331,
120
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
121
  "syntax_error:expected an indented block after function definition on line 7": 1,
122
  "syntax_error:inconsistent use of tabs and spaces in indentation": 14,
@@ -125,12 +126,12 @@ Each row contains:
125
  "syntax_error:invalid syntax": 30,
126
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
127
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
128
- "too_large": 388,
129
  "too_many_ast_nodes": 2,
130
  "too_many_lines": 26,
131
- "too_small": 48
132
  },
133
- "filtered_candidates": 1166,
134
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
135
  "languages": [
136
  "en",
@@ -142,15 +143,15 @@ Each row contains:
142
  ],
143
  "projection_failures": 1,
144
  "run_id": "run_20260529_073950_utc",
145
- "seen_candidates": 3892,
146
- "shards_completed": 25,
147
  "source_label_counts": {
148
- "github_code_clean_python_apache_2_0": 221,
149
- "github_code_clean_python_bsd_2": 203,
150
- "github_code_clean_python_bsd_3": 202,
151
- "github_code_clean_python_cc0": 197,
152
- "github_code_clean_python_isc": 217,
153
- "github_code_clean_python_mit": 210
154
  },
155
  "source_specs": [
156
  {
@@ -211,7 +212,7 @@ Each row contains:
211
  "started_utc": "2026-05-29T07:39:51+00:00",
212
  "strict_gate_failures": 0,
213
  "target_accepted_rows": 100000,
214
- "updated_utc": "2026-05-29T07:47:59+00:00"
215
  }
216
  ```
217
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 1300,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
93
  "train-00021.jsonl.gz",
94
  "train-00022.jsonl.gz",
95
  "train-00023.jsonl.gz",
96
+ "train-00024.jsonl.gz",
97
+ "train-00025.jsonl.gz"
98
  ],
99
+ "duplicates": 1534,
100
  "family_counts": {
101
  "async": 13,
102
+ "classes": 706,
103
+ "comprehensions": 232,
104
+ "context_managers": 165,
105
+ "exceptions": 362,
106
+ "functions": 1021,
107
+ "generators": 45,
108
+ "imports": 1199,
109
+ "lambda": 93,
110
+ "loops": 506,
111
+ "simple_module": 34
112
  },
113
  "filter_reasons": {
114
+ "auto_generated": 129,
115
+ "skipped_path_pattern": 166,
116
+ "syntax_error:'(' was never closed": 20,
117
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
118
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
119
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
120
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 340,
121
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
122
  "syntax_error:expected an indented block after function definition on line 7": 1,
123
  "syntax_error:inconsistent use of tabs and spaces in indentation": 14,
 
126
  "syntax_error:invalid syntax": 30,
127
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
128
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
129
+ "too_large": 391,
130
  "too_many_ast_nodes": 2,
131
  "too_many_lines": 26,
132
+ "too_small": 51
133
  },
134
+ "filtered_candidates": 1199,
135
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
136
  "languages": [
137
  "en",
 
143
  ],
144
  "projection_failures": 1,
145
  "run_id": "run_20260529_073950_utc",
146
+ "seen_candidates": 4037,
147
+ "shards_completed": 26,
148
  "source_label_counts": {
149
+ "github_code_clean_python_apache_2_0": 228,
150
+ "github_code_clean_python_bsd_2": 213,
151
+ "github_code_clean_python_bsd_3": 209,
152
+ "github_code_clean_python_cc0": 205,
153
+ "github_code_clean_python_isc": 227,
154
+ "github_code_clean_python_mit": 218
155
  },
156
  "source_specs": [
157
  {
 
212
  "started_utc": "2026-05-29T07:39:51+00:00",
213
  "strict_gate_failures": 0,
214
  "target_accepted_rows": 100000,
215
+ "updated_utc": "2026-05-29T07:48:20+00:00"
216
  }
217
  ```
218