CircularBalls commited on
Commit
2c946c4
·
verified ·
1 Parent(s): dc38076

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +23 -22
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,32 +91,33 @@ 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": 0,
97
  "family_counts": {
98
- "async": 7,
99
- "classes": 598,
100
- "comprehensions": 186,
101
- "context_managers": 129,
102
- "exceptions": 295,
103
- "functions": 875,
104
- "generators": 56,
105
- "imports": 1058,
106
- "lambda": 63,
107
- "loops": 459,
108
  "simple_module": 24
109
  },
110
  "filter_reasons": {
111
- "auto_generated": 74,
112
  "skipped_path_pattern": 73,
113
  "syntax_error:'(' was never closed": 4,
114
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
115
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 146,
116
  "syntax_error:expected ':'": 1,
117
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
118
  "syntax_error:expected an indented block after class definition on line 5": 1,
119
- "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
120
  "syntax_error:invalid character '…' (U+2026)": 1,
121
  "syntax_error:invalid decimal literal": 2,
122
  "syntax_error:invalid hexadecimal literal": 2,
@@ -124,11 +125,11 @@ Each row contains:
124
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
125
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
126
  "syntax_error:unmatched ')'": 2,
127
- "too_large": 108,
128
  "too_many_lines": 12,
129
  "too_small": 36
130
  },
131
- "filtered_candidates": 482,
132
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
133
  "languages": [
134
  "en",
@@ -138,12 +139,12 @@ Each row contains:
138
  "zh",
139
  "hi"
140
  ],
141
- "projection_failures": 0,
142
  "run_id": "run_20260529_092955_utc",
143
- "seen_candidates": 1634,
144
- "shards_completed": 23,
145
  "source_label_counts": {
146
- "github_code_clean_python_mit_single": 1150
147
  },
148
  "source_specs": [
149
  {
@@ -159,7 +160,7 @@ Each row contains:
159
  "started_utc": "2026-05-29T09:29:57+00:00",
160
  "strict_gate_failures": 0,
161
  "target_accepted_rows": 100000,
162
- "updated_utc": "2026-05-29T09:32:53+00:00"
163
  }
164
  ```
165
 
 
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": 0,
98
  "family_counts": {
99
+ "async": 8,
100
+ "classes": 628,
101
+ "comprehensions": 194,
102
+ "context_managers": 133,
103
+ "exceptions": 310,
104
+ "functions": 918,
105
+ "generators": 59,
106
+ "imports": 1106,
107
+ "lambda": 69,
108
+ "loops": 482,
109
  "simple_module": 24
110
  },
111
  "filter_reasons": {
112
+ "auto_generated": 77,
113
  "skipped_path_pattern": 73,
114
  "syntax_error:'(' was never closed": 4,
115
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
116
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 151,
117
  "syntax_error:expected ':'": 1,
118
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
119
  "syntax_error:expected an indented block after class definition on line 5": 1,
120
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 5,
121
  "syntax_error:invalid character '…' (U+2026)": 1,
122
  "syntax_error:invalid decimal literal": 2,
123
  "syntax_error:invalid hexadecimal literal": 2,
 
125
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
126
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
127
  "syntax_error:unmatched ')'": 2,
128
+ "too_large": 111,
129
  "too_many_lines": 12,
130
  "too_small": 36
131
  },
132
+ "filtered_candidates": 494,
133
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
134
  "languages": [
135
  "en",
 
139
  "zh",
140
  "hi"
141
  ],
142
+ "projection_failures": 1,
143
  "run_id": "run_20260529_092955_utc",
144
+ "seen_candidates": 1698,
145
+ "shards_completed": 24,
146
  "source_label_counts": {
147
+ "github_code_clean_python_mit_single": 1200
148
  },
149
  "source_specs": [
150
  {
 
160
  "started_utc": "2026-05-29T09:29:57+00:00",
161
  "strict_gate_failures": 0,
162
  "target_accepted_rows": 100000,
163
+ "updated_utc": "2026-05-29T09:33:01+00:00"
164
  }
165
  ```
166