CircularBalls commited on
Commit
6942885
·
verified ·
1 Parent(s): bd59736

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": 550,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -79,40 +79,41 @@ Each row contains:
79
  "train-00007.jsonl.gz",
80
  "train-00008.jsonl.gz",
81
  "train-00009.jsonl.gz",
82
- "train-00010.jsonl.gz"
 
83
  ],
84
- "duplicates": 631,
85
  "family_counts": {
86
  "async": 3,
87
- "classes": 292,
88
- "comprehensions": 97,
89
- "context_managers": 73,
90
- "exceptions": 152,
91
- "functions": 430,
92
- "generators": 20,
93
- "imports": 498,
94
- "lambda": 38,
95
- "loops": 215,
96
  "simple_module": 16
97
  },
98
  "filter_reasons": {
99
- "auto_generated": 55,
100
- "skipped_path_pattern": 71,
101
- "syntax_error:'(' was never closed": 2,
102
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
103
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 159,
104
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
105
  "syntax_error:expected an indented block after function definition on line 7": 1,
106
  "syntax_error:inconsistent use of tabs and spaces in indentation": 6,
107
  "syntax_error:invalid decimal literal": 6,
108
- "syntax_error:invalid syntax": 9,
109
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
110
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
111
- "too_large": 195,
112
  "too_many_lines": 14,
113
- "too_small": 18
114
  },
115
- "filtered_candidates": 547,
116
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
117
  "languages": [
118
  "en",
@@ -124,15 +125,15 @@ Each row contains:
124
  ],
125
  "projection_failures": 1,
126
  "run_id": "run_20260529_073950_utc",
127
- "seen_candidates": 1730,
128
- "shards_completed": 11,
129
  "source_label_counts": {
130
- "github_code_clean_python_apache_2_0": 98,
131
- "github_code_clean_python_bsd_2": 87,
132
- "github_code_clean_python_bsd_3": 96,
133
- "github_code_clean_python_cc0": 89,
134
- "github_code_clean_python_isc": 96,
135
- "github_code_clean_python_mit": 84
136
  },
137
  "source_specs": [
138
  {
@@ -193,7 +194,7 @@ Each row contains:
193
  "started_utc": "2026-05-29T07:39:51+00:00",
194
  "strict_gate_failures": 0,
195
  "target_accepted_rows": 100000,
196
- "updated_utc": "2026-05-29T07:43:25+00:00"
197
  }
198
  ```
199
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 600,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
79
  "train-00007.jsonl.gz",
80
  "train-00008.jsonl.gz",
81
  "train-00009.jsonl.gz",
82
+ "train-00010.jsonl.gz",
83
+ "train-00011.jsonl.gz"
84
  ],
85
+ "duplicates": 689,
86
  "family_counts": {
87
  "async": 3,
88
+ "classes": 318,
89
+ "comprehensions": 107,
90
+ "context_managers": 82,
91
+ "exceptions": 166,
92
+ "functions": 473,
93
+ "generators": 22,
94
+ "imports": 544,
95
+ "lambda": 41,
96
+ "loops": 237,
97
  "simple_module": 16
98
  },
99
  "filter_reasons": {
100
+ "auto_generated": 58,
101
+ "skipped_path_pattern": 73,
102
+ "syntax_error:'(' was never closed": 4,
103
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
104
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 178,
105
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
106
  "syntax_error:expected an indented block after function definition on line 7": 1,
107
  "syntax_error:inconsistent use of tabs and spaces in indentation": 6,
108
  "syntax_error:invalid decimal literal": 6,
109
+ "syntax_error:invalid syntax": 13,
110
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
111
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
112
+ "too_large": 222,
113
  "too_many_lines": 14,
114
+ "too_small": 20
115
  },
116
+ "filtered_candidates": 606,
117
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
118
  "languages": [
119
  "en",
 
125
  ],
126
  "projection_failures": 1,
127
  "run_id": "run_20260529_073950_utc",
128
+ "seen_candidates": 1899,
129
+ "shards_completed": 12,
130
  "source_label_counts": {
131
+ "github_code_clean_python_apache_2_0": 104,
132
+ "github_code_clean_python_bsd_2": 99,
133
+ "github_code_clean_python_bsd_3": 104,
134
+ "github_code_clean_python_cc0": 96,
135
+ "github_code_clean_python_isc": 105,
136
+ "github_code_clean_python_mit": 92
137
  },
138
  "source_specs": [
139
  {
 
194
  "started_utc": "2026-05-29T07:39:51+00:00",
195
  "strict_gate_failures": 0,
196
  "target_accepted_rows": 100000,
197
+ "updated_utc": "2026-05-29T07:43:44+00:00"
198
  }
199
  ```
200