CircularBalls commited on
Commit
0800e30
·
verified ·
1 Parent(s): 65a4b14

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -24
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 800,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -84,42 +84,43 @@ Each row contains:
84
  "train-00012.jsonl.gz",
85
  "train-00013.jsonl.gz",
86
  "train-00014.jsonl.gz",
87
- "train-00015.jsonl.gz"
 
88
  ],
89
  "duplicates": 0,
90
  "family_counts": {
91
  "async": 7,
92
- "classes": 411,
93
- "comprehensions": 132,
94
- "context_managers": 93,
95
- "exceptions": 201,
96
- "functions": 603,
97
- "generators": 39,
98
- "imports": 733,
99
- "lambda": 42,
100
- "loops": 324,
101
- "simple_module": 18
102
  },
103
  "filter_reasons": {
104
- "auto_generated": 50,
105
- "skipped_path_pattern": 50,
106
- "syntax_error:'(' was never closed": 2,
107
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 100,
108
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
109
  "syntax_error:expected an indented block after class definition on line 5": 1,
110
  "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
111
  "syntax_error:invalid character '…' (U+2026)": 1,
112
  "syntax_error:invalid decimal literal": 1,
113
  "syntax_error:invalid hexadecimal literal": 2,
114
- "syntax_error:invalid syntax": 8,
115
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
116
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
117
  "syntax_error:unmatched ')'": 1,
118
- "too_large": 78,
119
  "too_many_lines": 11,
120
- "too_small": 20
121
  },
122
- "filtered_candidates": 333,
123
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
124
  "languages": [
125
  "en",
@@ -131,10 +132,10 @@ Each row contains:
131
  ],
132
  "projection_failures": 0,
133
  "run_id": "run_20260529_092955_utc",
134
- "seen_candidates": 1133,
135
- "shards_completed": 16,
136
  "source_label_counts": {
137
- "github_code_clean_python_mit_single": 800
138
  },
139
  "source_specs": [
140
  {
@@ -150,7 +151,7 @@ Each row contains:
150
  "started_utc": "2026-05-29T09:29:57+00:00",
151
  "strict_gate_failures": 0,
152
  "target_accepted_rows": 100000,
153
- "updated_utc": "2026-05-29T09:32:02+00:00"
154
  }
155
  ```
156
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 850,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
84
  "train-00012.jsonl.gz",
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
  ],
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
  "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