CircularBalls commited on
Commit
980331c
·
verified ·
1 Parent(s): b8d0ed7

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +27 -24
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 650,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -81,38 +81,41 @@ Each row contains:
81
  "train-00009.jsonl.gz",
82
  "train-00010.jsonl.gz",
83
  "train-00011.jsonl.gz",
84
- "train-00012.jsonl.gz"
 
85
  ],
86
  "duplicates": 0,
87
  "family_counts": {
88
  "async": 7,
89
- "classes": 327,
90
- "comprehensions": 104,
91
- "context_managers": 73,
92
- "exceptions": 167,
93
- "functions": 488,
94
- "generators": 31,
95
- "imports": 597,
96
- "lambda": 31,
97
- "loops": 255,
98
  "simple_module": 15
99
  },
100
  "filter_reasons": {
101
- "auto_generated": 40,
102
- "skipped_path_pattern": 45,
103
  "syntax_error:'(' was never closed": 1,
104
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 79,
105
- "syntax_error:inconsistent use of tabs and spaces in indentation": 3,
 
106
  "syntax_error:invalid character '…' (U+2026)": 1,
107
  "syntax_error:invalid decimal literal": 1,
108
- "syntax_error:invalid syntax": 7,
 
109
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
110
  "syntax_error:unmatched ')'": 1,
111
- "too_large": 64,
112
- "too_many_lines": 8,
113
- "too_small": 13
114
  },
115
- "filtered_candidates": 265,
116
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
117
  "languages": [
118
  "en",
@@ -124,10 +127,10 @@ Each row contains:
124
  ],
125
  "projection_failures": 0,
126
  "run_id": "run_20260529_092955_utc",
127
- "seen_candidates": 917,
128
- "shards_completed": 13,
129
  "source_label_counts": {
130
- "github_code_clean_python_mit_single": 650
131
  },
132
  "source_specs": [
133
  {
@@ -143,7 +146,7 @@ Each row contains:
143
  "started_utc": "2026-05-29T09:29:57+00:00",
144
  "strict_gate_failures": 0,
145
  "target_accepted_rows": 100000,
146
- "updated_utc": "2026-05-29T09:31:39+00:00"
147
  }
148
  ```
149
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 700,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
81
  "train-00009.jsonl.gz",
82
  "train-00010.jsonl.gz",
83
  "train-00011.jsonl.gz",
84
+ "train-00012.jsonl.gz",
85
+ "train-00013.jsonl.gz"
86
  ],
87
  "duplicates": 0,
88
  "family_counts": {
89
  "async": 7,
90
+ "classes": 356,
91
+ "comprehensions": 117,
92
+ "context_managers": 82,
93
+ "exceptions": 183,
94
+ "functions": 531,
95
+ "generators": 35,
96
+ "imports": 642,
97
+ "lambda": 36,
98
+ "loops": 281,
99
  "simple_module": 15
100
  },
101
  "filter_reasons": {
102
+ "auto_generated": 45,
103
+ "skipped_path_pattern": 46,
104
  "syntax_error:'(' was never closed": 1,
105
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 90,
106
+ "syntax_error:expected an indented block after 'while' statement on line 12": 1,
107
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
108
  "syntax_error:invalid character '…' (U+2026)": 1,
109
  "syntax_error:invalid decimal literal": 1,
110
+ "syntax_error:invalid hexadecimal literal": 1,
111
+ "syntax_error:invalid syntax": 8,
112
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
113
  "syntax_error:unmatched ')'": 1,
114
+ "too_large": 73,
115
+ "too_many_lines": 9,
116
+ "too_small": 16
117
  },
118
+ "filtered_candidates": 299,
119
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
120
  "languages": [
121
  "en",
 
127
  ],
128
  "projection_failures": 0,
129
  "run_id": "run_20260529_092955_utc",
130
+ "seen_candidates": 999,
131
+ "shards_completed": 14,
132
  "source_label_counts": {
133
+ "github_code_clean_python_mit_single": 700
134
  },
135
  "source_specs": [
136
  {
 
146
  "started_utc": "2026-05-29T09:29:57+00:00",
147
  "strict_gate_failures": 0,
148
  "target_accepted_rows": 100000,
149
+ "updated_utc": "2026-05-29T09:31:48+00:00"
150
  }
151
  ```
152