CircularBalls commited on
Commit
945b2b2
·
verified ·
1 Parent(s): 254e3ee

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": 700,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -82,41 +82,42 @@ Each row contains:
82
  "train-00010.jsonl.gz",
83
  "train-00011.jsonl.gz",
84
  "train-00012.jsonl.gz",
85
- "train-00013.jsonl.gz"
 
86
  ],
87
- "duplicates": 822,
88
  "family_counts": {
89
- "async": 5,
90
- "classes": 372,
91
- "comprehensions": 124,
92
- "context_managers": 90,
93
- "exceptions": 185,
94
- "functions": 548,
95
- "generators": 25,
96
- "imports": 639,
97
- "lambda": 51,
98
- "loops": 268,
99
- "simple_module": 17
100
  },
101
  "filter_reasons": {
102
- "auto_generated": 80,
103
- "skipped_path_pattern": 86,
104
  "syntax_error:'(' was never closed": 4,
105
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
106
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
107
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 190,
108
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
109
  "syntax_error:expected an indented block after function definition on line 7": 1,
110
  "syntax_error:inconsistent use of tabs and spaces in indentation": 6,
111
  "syntax_error:invalid decimal literal": 6,
112
- "syntax_error:invalid syntax": 13,
113
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
114
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
115
- "too_large": 250,
116
  "too_many_lines": 14,
117
- "too_small": 23
118
  },
119
- "filtered_candidates": 686,
120
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
121
  "languages": [
122
  "en",
@@ -128,15 +129,15 @@ Each row contains:
128
  ],
129
  "projection_failures": 1,
130
  "run_id": "run_20260529_073950_utc",
131
- "seen_candidates": 2212,
132
- "shards_completed": 14,
133
  "source_label_counts": {
134
- "github_code_clean_python_apache_2_0": 125,
135
- "github_code_clean_python_bsd_2": 116,
136
- "github_code_clean_python_bsd_3": 116,
137
- "github_code_clean_python_cc0": 112,
138
- "github_code_clean_python_isc": 118,
139
- "github_code_clean_python_mit": 113
140
  },
141
  "source_specs": [
142
  {
@@ -197,7 +198,7 @@ Each row contains:
197
  "started_utc": "2026-05-29T07:39:51+00:00",
198
  "strict_gate_failures": 0,
199
  "target_accepted_rows": 100000,
200
- "updated_utc": "2026-05-29T07:44:19+00:00"
201
  }
202
  ```
203
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 750,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
82
  "train-00010.jsonl.gz",
83
  "train-00011.jsonl.gz",
84
  "train-00012.jsonl.gz",
85
+ "train-00013.jsonl.gz",
86
+ "train-00014.jsonl.gz"
87
  ],
88
+ "duplicates": 887,
89
  "family_counts": {
90
+ "async": 7,
91
+ "classes": 402,
92
+ "comprehensions": 130,
93
+ "context_managers": 97,
94
+ "exceptions": 198,
95
+ "functions": 585,
96
+ "generators": 27,
97
+ "imports": 687,
98
+ "lambda": 54,
99
+ "loops": 288,
100
+ "simple_module": 18
101
  },
102
  "filter_reasons": {
103
+ "auto_generated": 83,
104
+ "skipped_path_pattern": 92,
105
  "syntax_error:'(' was never closed": 4,
106
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
107
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
108
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 201,
109
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
110
  "syntax_error:expected an indented block after function definition on line 7": 1,
111
  "syntax_error:inconsistent use of tabs and spaces in indentation": 6,
112
  "syntax_error:invalid decimal literal": 6,
113
+ "syntax_error:invalid syntax": 17,
114
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
115
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
116
+ "too_large": 254,
117
  "too_many_lines": 14,
118
+ "too_small": 24
119
  },
120
+ "filtered_candidates": 715,
121
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
122
  "languages": [
123
  "en",
 
129
  ],
130
  "projection_failures": 1,
131
  "run_id": "run_20260529_073950_utc",
132
+ "seen_candidates": 2354,
133
+ "shards_completed": 15,
134
  "source_label_counts": {
135
+ "github_code_clean_python_apache_2_0": 134,
136
+ "github_code_clean_python_bsd_2": 125,
137
+ "github_code_clean_python_bsd_3": 125,
138
+ "github_code_clean_python_cc0": 118,
139
+ "github_code_clean_python_isc": 125,
140
+ "github_code_clean_python_mit": 123
141
  },
142
  "source_specs": [
143
  {
 
198
  "started_utc": "2026-05-29T07:39:51+00:00",
199
  "strict_gate_failures": 0,
200
  "target_accepted_rows": 100000,
201
+ "updated_utc": "2026-05-29T07:44:38+00:00"
202
  }
203
  ```
204