CircularBalls commited on
Commit
add381f
·
verified ·
1 Parent(s): eb2df5d

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +31 -27
README.md CHANGED
@@ -67,33 +67,37 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 100,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
- "train-00001.jsonl.gz"
 
74
  ],
75
- "duplicates": 116,
76
  "family_counts": {
77
  "async": 2,
78
- "classes": 53,
79
- "comprehensions": 11,
80
- "context_managers": 13,
81
- "exceptions": 36,
82
- "functions": 76,
83
- "generators": 2,
84
- "imports": 90,
85
- "lambda": 7,
86
- "loops": 37,
87
- "simple_module": 4
88
  },
89
  "filter_reasons": {
90
- "auto_generated": 16,
91
- "skipped_path_pattern": 5,
92
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 20,
93
- "too_large": 26,
 
 
 
94
  "too_small": 4
95
  },
96
- "filtered_candidates": 71,
97
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
98
  "languages": [
99
  "en",
@@ -105,15 +109,15 @@ Each row contains:
105
  ],
106
  "projection_failures": 0,
107
  "run_id": "run_20260529_073950_utc",
108
- "seen_candidates": 287,
109
- "shards_completed": 2,
110
  "source_label_counts": {
111
- "github_code_clean_python_apache_2_0": 20,
112
- "github_code_clean_python_bsd_2": 19,
113
- "github_code_clean_python_bsd_3": 15,
114
- "github_code_clean_python_cc0": 16,
115
- "github_code_clean_python_isc": 15,
116
- "github_code_clean_python_mit": 15
117
  },
118
  "source_specs": [
119
  {
@@ -174,7 +178,7 @@ Each row contains:
174
  "started_utc": "2026-05-29T07:39:51+00:00",
175
  "strict_gate_failures": 0,
176
  "target_accepted_rows": 100000,
177
- "updated_utc": "2026-05-29T07:40:44+00:00"
178
  }
179
  ```
180
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 150,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
+ "train-00001.jsonl.gz",
74
+ "train-00002.jsonl.gz"
75
  ],
76
+ "duplicates": 177,
77
  "family_counts": {
78
  "async": 2,
79
+ "classes": 81,
80
+ "comprehensions": 20,
81
+ "context_managers": 19,
82
+ "exceptions": 50,
83
+ "functions": 112,
84
+ "generators": 5,
85
+ "imports": 131,
86
+ "lambda": 10,
87
+ "loops": 55,
88
+ "simple_module": 7
89
  },
90
  "filter_reasons": {
91
+ "auto_generated": 22,
92
+ "skipped_path_pattern": 6,
93
+ "syntax_error:'(' was never closed": 2,
94
+ "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
95
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 34,
96
+ "syntax_error:expected an indented block after function definition on line 7": 1,
97
+ "too_large": 46,
98
  "too_small": 4
99
  },
100
+ "filtered_candidates": 118,
101
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
102
  "languages": [
103
  "en",
 
109
  ],
110
  "projection_failures": 0,
111
  "run_id": "run_20260529_073950_utc",
112
+ "seen_candidates": 447,
113
+ "shards_completed": 3,
114
  "source_label_counts": {
115
+ "github_code_clean_python_apache_2_0": 26,
116
+ "github_code_clean_python_bsd_2": 27,
117
+ "github_code_clean_python_bsd_3": 25,
118
+ "github_code_clean_python_cc0": 23,
119
+ "github_code_clean_python_isc": 24,
120
+ "github_code_clean_python_mit": 25
121
  },
122
  "source_specs": [
123
  {
 
178
  "started_utc": "2026-05-29T07:39:51+00:00",
179
  "strict_gate_failures": 0,
180
  "target_accepted_rows": 100000,
181
+ "updated_utc": "2026-05-29T07:41:04+00:00"
182
  }
183
  ```
184