CircularBalls commited on
Commit
b65c18c
·
verified ·
1 Parent(s): b32fe8a

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +24 -22
README.md CHANGED
@@ -67,7 +67,7 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 900,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
@@ -86,27 +86,29 @@ Each row contains:
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,
@@ -117,11 +119,11 @@ Each row contains:
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,10 +135,10 @@ Each row contains:
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,7 +154,7 @@ Each row contains:
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
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 950,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
 
86
  "train-00014.jsonl.gz",
87
  "train-00015.jsonl.gz",
88
  "train-00016.jsonl.gz",
89
+ "train-00017.jsonl.gz",
90
+ "train-00018.jsonl.gz"
91
  ],
92
  "duplicates": 0,
93
  "family_counts": {
94
  "async": 7,
95
+ "classes": 489,
96
+ "comprehensions": 153,
97
+ "context_managers": 109,
98
+ "exceptions": 236,
99
+ "functions": 712,
100
+ "generators": 47,
101
+ "imports": 873,
102
+ "lambda": 49,
103
+ "loops": 381,
104
+ "simple_module": 20
105
  },
106
  "filter_reasons": {
107
+ "auto_generated": 62,
108
+ "skipped_path_pattern": 59,
109
  "syntax_error:'(' was never closed": 3,
110
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 122,
111
+ "syntax_error:expected ':'": 1,
112
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
113
  "syntax_error:expected an indented block after class definition on line 5": 1,
114
  "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
 
119
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
120
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
121
  "syntax_error:unmatched ')'": 1,
122
+ "too_large": 95,
123
  "too_many_lines": 11,
124
+ "too_small": 26
125
  },
126
+ "filtered_candidates": 403,
127
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
128
  "languages": [
129
  "en",
 
135
  ],
136
  "projection_failures": 0,
137
  "run_id": "run_20260529_092955_utc",
138
+ "seen_candidates": 1355,
139
+ "shards_completed": 19,
140
  "source_label_counts": {
141
+ "github_code_clean_python_mit_single": 950
142
  },
143
  "source_specs": [
144
  {
 
154
  "started_utc": "2026-05-29T09:29:57+00:00",
155
  "strict_gate_failures": 0,
156
  "target_accepted_rows": 100000,
157
+ "updated_utc": "2026-05-29T09:32:24+00:00"
158
  }
159
  ```
160