CircularBalls commited on
Commit
910e747
·
verified ·
1 Parent(s): 1781d42

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +31 -30
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 850,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -85,42 +85,43 @@ Each row contains:
85
  "train-00013.jsonl.gz",
86
  "train-00014.jsonl.gz",
87
  "train-00015.jsonl.gz",
88
- "train-00016.jsonl.gz"
 
89
  ],
90
- "duplicates": 1003,
91
  "family_counts": {
92
- "async": 7,
93
- "classes": 458,
94
- "comprehensions": 147,
95
- "context_managers": 109,
96
- "exceptions": 224,
97
- "functions": 666,
98
- "generators": 31,
99
- "imports": 779,
100
- "lambda": 60,
101
- "loops": 320,
102
- "simple_module": 22
103
  },
104
  "filter_reasons": {
105
- "auto_generated": 92,
106
- "skipped_path_pattern": 104,
107
  "syntax_error:'(' was never closed": 7,
108
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
109
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
110
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 225,
111
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
112
  "syntax_error:expected an indented block after function definition on line 7": 1,
113
  "syntax_error:inconsistent use of tabs and spaces in indentation": 6,
114
- "syntax_error:invalid decimal literal": 6,
115
  "syntax_error:invalid syntax": 19,
116
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
117
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
118
- "too_large": 281,
119
  "too_many_ast_nodes": 2,
120
  "too_many_lines": 14,
121
- "too_small": 29
122
  },
123
- "filtered_candidates": 799,
124
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
125
  "languages": [
126
  "en",
@@ -132,15 +133,15 @@ Each row contains:
132
  ],
133
  "projection_failures": 1,
134
  "run_id": "run_20260529_073950_utc",
135
- "seen_candidates": 2654,
136
- "shards_completed": 17,
137
  "source_label_counts": {
138
- "github_code_clean_python_apache_2_0": 152,
139
- "github_code_clean_python_bsd_2": 142,
140
- "github_code_clean_python_bsd_3": 140,
141
- "github_code_clean_python_cc0": 136,
142
- "github_code_clean_python_isc": 141,
143
- "github_code_clean_python_mit": 139
144
  },
145
  "source_specs": [
146
  {
@@ -201,7 +202,7 @@ Each row contains:
201
  "started_utc": "2026-05-29T07:39:51+00:00",
202
  "strict_gate_failures": 0,
203
  "target_accepted_rows": 100000,
204
- "updated_utc": "2026-05-29T07:45:15+00:00"
205
  }
206
  ```
207
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 900,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
85
  "train-00013.jsonl.gz",
86
  "train-00014.jsonl.gz",
87
  "train-00015.jsonl.gz",
88
+ "train-00016.jsonl.gz",
89
+ "train-00017.jsonl.gz"
90
  ],
91
+ "duplicates": 1059,
92
  "family_counts": {
93
+ "async": 8,
94
+ "classes": 489,
95
+ "comprehensions": 162,
96
+ "context_managers": 115,
97
+ "exceptions": 246,
98
+ "functions": 709,
99
+ "generators": 33,
100
+ "imports": 827,
101
+ "lambda": 61,
102
+ "loops": 346,
103
+ "simple_module": 23
104
  },
105
  "filter_reasons": {
106
+ "auto_generated": 101,
107
+ "skipped_path_pattern": 110,
108
  "syntax_error:'(' was never closed": 7,
109
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
110
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
111
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 244,
112
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
113
  "syntax_error:expected an indented block after function definition on line 7": 1,
114
  "syntax_error:inconsistent use of tabs and spaces in indentation": 6,
115
+ "syntax_error:invalid decimal literal": 7,
116
  "syntax_error:invalid syntax": 19,
117
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
118
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
119
+ "too_large": 290,
120
  "too_many_ast_nodes": 2,
121
  "too_many_lines": 14,
122
+ "too_small": 34
123
  },
124
+ "filtered_candidates": 848,
125
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
126
  "languages": [
127
  "en",
 
133
  ],
134
  "projection_failures": 1,
135
  "run_id": "run_20260529_073950_utc",
136
+ "seen_candidates": 2811,
137
+ "shards_completed": 18,
138
  "source_label_counts": {
139
+ "github_code_clean_python_apache_2_0": 163,
140
+ "github_code_clean_python_bsd_2": 149,
141
+ "github_code_clean_python_bsd_3": 149,
142
+ "github_code_clean_python_cc0": 144,
143
+ "github_code_clean_python_isc": 150,
144
+ "github_code_clean_python_mit": 145
145
  },
146
  "source_specs": [
147
  {
 
202
  "started_utc": "2026-05-29T07:39:51+00:00",
203
  "strict_gate_failures": 0,
204
  "target_accepted_rows": 100000,
205
+ "updated_utc": "2026-05-29T07:45:33+00:00"
206
  }
207
  ```
208