CircularBalls commited on
Commit
3f3d0cf
·
verified ·
1 Parent(s): 3f23ba9

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +24 -23
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 1400,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -96,28 +96,29 @@ Each row contains:
96
  "train-00024.jsonl.gz",
97
  "train-00025.jsonl.gz",
98
  "train-00026.jsonl.gz",
99
- "train-00027.jsonl.gz"
 
100
  ],
101
  "duplicates": 0,
102
  "family_counts": {
103
- "async": 12,
104
- "classes": 726,
105
- "comprehensions": 229,
106
- "context_managers": 159,
107
- "exceptions": 358,
108
- "functions": 1071,
109
- "generators": 61,
110
- "imports": 1290,
111
  "lambda": 81,
112
- "loops": 556,
113
  "simple_module": 29
114
  },
115
  "filter_reasons": {
116
- "auto_generated": 91,
117
- "skipped_path_pattern": 90,
118
- "syntax_error:'(' was never closed": 4,
119
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
120
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 174,
121
  "syntax_error:expected ':'": 2,
122
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
123
  "syntax_error:expected an indented block after class definition on line 5": 1,
@@ -125,16 +126,16 @@ Each row contains:
125
  "syntax_error:invalid character '…' (U+2026)": 1,
126
  "syntax_error:invalid decimal literal": 3,
127
  "syntax_error:invalid hexadecimal literal": 2,
128
- "syntax_error:invalid syntax": 14,
129
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
130
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
131
  "syntax_error:unmatched ')'": 2,
132
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
133
- "too_large": 129,
134
  "too_many_lines": 12,
135
- "too_small": 39
136
  },
137
- "filtered_candidates": 576,
138
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
139
  "languages": [
140
  "en",
@@ -146,10 +147,10 @@ Each row contains:
146
  ],
147
  "projection_failures": 1,
148
  "run_id": "run_20260529_092955_utc",
149
- "seen_candidates": 1980,
150
- "shards_completed": 28,
151
  "source_label_counts": {
152
- "github_code_clean_python_mit_single": 1400
153
  },
154
  "source_specs": [
155
  {
@@ -165,7 +166,7 @@ Each row contains:
165
  "started_utc": "2026-05-29T09:29:57+00:00",
166
  "strict_gate_failures": 0,
167
  "target_accepted_rows": 100000,
168
- "updated_utc": "2026-05-29T09:33:32+00:00"
169
  }
170
  ```
171
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 1450,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
96
  "train-00024.jsonl.gz",
97
  "train-00025.jsonl.gz",
98
  "train-00026.jsonl.gz",
99
+ "train-00027.jsonl.gz",
100
+ "train-00028.jsonl.gz"
101
  ],
102
  "duplicates": 0,
103
  "family_counts": {
104
+ "async": 13,
105
+ "classes": 759,
106
+ "comprehensions": 239,
107
+ "context_managers": 164,
108
+ "exceptions": 372,
109
+ "functions": 1116,
110
+ "generators": 63,
111
+ "imports": 1336,
112
  "lambda": 81,
113
+ "loops": 575,
114
  "simple_module": 29
115
  },
116
  "filter_reasons": {
117
+ "auto_generated": 94,
118
+ "skipped_path_pattern": 97,
119
+ "syntax_error:'(' was never closed": 5,
120
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
121
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 184,
122
  "syntax_error:expected ':'": 2,
123
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
124
  "syntax_error:expected an indented block after class definition on line 5": 1,
 
126
  "syntax_error:invalid character '…' (U+2026)": 1,
127
  "syntax_error:invalid decimal literal": 3,
128
  "syntax_error:invalid hexadecimal literal": 2,
129
+ "syntax_error:invalid syntax": 15,
130
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
131
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
132
  "syntax_error:unmatched ')'": 2,
133
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
134
+ "too_large": 134,
135
  "too_many_lines": 12,
136
+ "too_small": 40
137
  },
138
+ "filtered_candidates": 604,
139
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
140
  "languages": [
141
  "en",
 
147
  ],
148
  "projection_failures": 1,
149
  "run_id": "run_20260529_092955_utc",
150
+ "seen_candidates": 2056,
151
+ "shards_completed": 29,
152
  "source_label_counts": {
153
+ "github_code_clean_python_mit_single": 1450
154
  },
155
  "source_specs": [
156
  {
 
166
  "started_utc": "2026-05-29T09:29:57+00:00",
167
  "strict_gate_failures": 0,
168
  "target_accepted_rows": 100000,
169
+ "updated_utc": "2026-05-29T09:33:41+00:00"
170
  }
171
  ```
172