CircularBalls commited on
Commit
16e916b
·
verified ·
1 Parent(s): 91bc100

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +22 -21
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 850,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -85,42 +85,43 @@ Each row contains:
85
  "train-00013.jsonl.gz",
86
  "train-00014.jsonl.gz",
87
  "train-00015.jsonl.gz",
88
- "train-00016.jsonl.gz"
 
89
  ],
90
  "duplicates": 0,
91
  "family_counts": {
92
  "async": 7,
93
- "classes": 438,
94
- "comprehensions": 139,
95
- "context_managers": 99,
96
- "exceptions": 212,
97
- "functions": 638,
98
- "generators": 40,
99
- "imports": 780,
100
- "lambda": 45,
101
- "loops": 339,
102
  "simple_module": 19
103
  },
104
  "filter_reasons": {
105
- "auto_generated": 53,
106
  "skipped_path_pattern": 57,
107
  "syntax_error:'(' was never closed": 3,
108
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 104,
109
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
110
  "syntax_error:expected an indented block after class definition on line 5": 1,
111
  "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
112
  "syntax_error:invalid character '…' (U+2026)": 1,
113
  "syntax_error:invalid decimal literal": 1,
114
  "syntax_error:invalid hexadecimal literal": 2,
115
- "syntax_error:invalid syntax": 9,
116
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
117
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
118
  "syntax_error:unmatched ')'": 1,
119
- "too_large": 86,
120
  "too_many_lines": 11,
121
- "too_small": 23
122
  },
123
- "filtered_candidates": 360,
124
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
125
  "languages": [
126
  "en",
@@ -132,10 +133,10 @@ Each row contains:
132
  ],
133
  "projection_failures": 0,
134
  "run_id": "run_20260529_092955_utc",
135
- "seen_candidates": 1212,
136
- "shards_completed": 17,
137
  "source_label_counts": {
138
- "github_code_clean_python_mit_single": 850
139
  },
140
  "source_specs": [
141
  {
@@ -151,7 +152,7 @@ Each row contains:
151
  "started_utc": "2026-05-29T09:29:57+00:00",
152
  "strict_gate_failures": 0,
153
  "target_accepted_rows": 100000,
154
- "updated_utc": "2026-05-29T09:32:08+00:00"
155
  }
156
  ```
157
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 900,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
85
  "train-00013.jsonl.gz",
86
  "train-00014.jsonl.gz",
87
  "train-00015.jsonl.gz",
88
+ "train-00016.jsonl.gz",
89
+ "train-00017.jsonl.gz"
90
  ],
91
  "duplicates": 0,
92
  "family_counts": {
93
  "async": 7,
94
+ "classes": 466,
95
+ "comprehensions": 145,
96
+ "context_managers": 104,
97
+ "exceptions": 224,
98
+ "functions": 674,
99
+ "generators": 44,
100
+ "imports": 828,
101
+ "lambda": 46,
102
+ "loops": 358,
103
  "simple_module": 19
104
  },
105
  "filter_reasons": {
106
+ "auto_generated": 58,
107
  "skipped_path_pattern": 57,
108
  "syntax_error:'(' was never closed": 3,
109
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 111,
110
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
111
  "syntax_error:expected an indented block after class definition on line 5": 1,
112
  "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
113
  "syntax_error:invalid character '…' (U+2026)": 1,
114
  "syntax_error:invalid decimal literal": 1,
115
  "syntax_error:invalid hexadecimal literal": 2,
116
+ "syntax_error:invalid syntax": 10,
117
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
118
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
119
  "syntax_error:unmatched ')'": 1,
120
+ "too_large": 91,
121
  "too_many_lines": 11,
122
+ "too_small": 25
123
  },
124
+ "filtered_candidates": 380,
125
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
126
  "languages": [
127
  "en",
 
133
  ],
134
  "projection_failures": 0,
135
  "run_id": "run_20260529_092955_utc",
136
+ "seen_candidates": 1280,
137
+ "shards_completed": 18,
138
  "source_label_counts": {
139
+ "github_code_clean_python_mit_single": 900
140
  },
141
  "source_specs": [
142
  {
 
152
  "started_utc": "2026-05-29T09:29:57+00:00",
153
  "strict_gate_failures": 0,
154
  "target_accepted_rows": 100000,
155
+ "updated_utc": "2026-05-29T09:32:15+00:00"
156
  }
157
  ```
158