CircularBalls commited on
Commit
4fa1287
·
verified ·
1 Parent(s): 5d38f42

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +31 -29
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 350,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -75,38 +75,40 @@ Each row contains:
75
  "train-00003.jsonl.gz",
76
  "train-00004.jsonl.gz",
77
  "train-00005.jsonl.gz",
78
- "train-00006.jsonl.gz"
 
79
  ],
80
- "duplicates": 407,
81
  "family_counts": {
82
- "async": 2,
83
- "classes": 181,
84
- "comprehensions": 56,
85
- "context_managers": 44,
86
- "exceptions": 99,
87
- "functions": 269,
88
- "generators": 12,
89
- "imports": 315,
90
- "lambda": 25,
91
- "loops": 135,
92
- "simple_module": 10
93
  },
94
  "filter_reasons": {
95
- "auto_generated": 49,
96
- "skipped_path_pattern": 41,
97
  "syntax_error:'(' was never closed": 2,
98
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
99
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 80,
100
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
101
  "syntax_error:expected an indented block after function definition on line 7": 1,
102
  "syntax_error:inconsistent use of tabs and spaces in indentation": 5,
 
103
  "syntax_error:invalid syntax": 4,
104
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
105
- "too_large": 104,
106
- "too_many_lines": 3,
107
  "too_small": 13
108
  },
109
- "filtered_candidates": 309,
110
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
111
  "languages": [
112
  "en",
@@ -118,15 +120,15 @@ Each row contains:
118
  ],
119
  "projection_failures": 1,
120
  "run_id": "run_20260529_073950_utc",
121
- "seen_candidates": 1068,
122
- "shards_completed": 7,
123
  "source_label_counts": {
124
- "github_code_clean_python_apache_2_0": 60,
125
- "github_code_clean_python_bsd_2": 57,
126
- "github_code_clean_python_bsd_3": 62,
127
- "github_code_clean_python_cc0": 55,
128
- "github_code_clean_python_isc": 59,
129
- "github_code_clean_python_mit": 57
130
  },
131
  "source_specs": [
132
  {
@@ -187,7 +189,7 @@ Each row contains:
187
  "started_utc": "2026-05-29T07:39:51+00:00",
188
  "strict_gate_failures": 0,
189
  "target_accepted_rows": 100000,
190
- "updated_utc": "2026-05-29T07:42:23+00:00"
191
  }
192
  ```
193
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 400,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
75
  "train-00003.jsonl.gz",
76
  "train-00004.jsonl.gz",
77
  "train-00005.jsonl.gz",
78
+ "train-00006.jsonl.gz",
79
+ "train-00007.jsonl.gz"
80
  ],
81
+ "duplicates": 461,
82
  "family_counts": {
83
+ "async": 3,
84
+ "classes": 202,
85
+ "comprehensions": 68,
86
+ "context_managers": 53,
87
+ "exceptions": 120,
88
+ "functions": 311,
89
+ "generators": 13,
90
+ "imports": 362,
91
+ "lambda": 28,
92
+ "loops": 158,
93
+ "simple_module": 11
94
  },
95
  "filter_reasons": {
96
+ "auto_generated": 51,
97
+ "skipped_path_pattern": 48,
98
  "syntax_error:'(' was never closed": 2,
99
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
100
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 93,
101
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
102
  "syntax_error:expected an indented block after function definition on line 7": 1,
103
  "syntax_error:inconsistent use of tabs and spaces in indentation": 5,
104
+ "syntax_error:invalid decimal literal": 4,
105
  "syntax_error:invalid syntax": 4,
106
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
107
+ "too_large": 122,
108
+ "too_many_lines": 10,
109
  "too_small": 13
110
  },
111
+ "filtered_candidates": 360,
112
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
113
  "languages": [
114
  "en",
 
120
  ],
121
  "projection_failures": 1,
122
  "run_id": "run_20260529_073950_utc",
123
+ "seen_candidates": 1225,
124
+ "shards_completed": 8,
125
  "source_label_counts": {
126
+ "github_code_clean_python_apache_2_0": 69,
127
+ "github_code_clean_python_bsd_2": 64,
128
+ "github_code_clean_python_bsd_3": 70,
129
+ "github_code_clean_python_cc0": 65,
130
+ "github_code_clean_python_isc": 69,
131
+ "github_code_clean_python_mit": 63
132
  },
133
  "source_specs": [
134
  {
 
189
  "started_utc": "2026-05-29T07:39:51+00:00",
190
  "strict_gate_failures": 0,
191
  "target_accepted_rows": 100000,
192
+ "updated_utc": "2026-05-29T07:42:38+00:00"
193
  }
194
  ```
195