CircularBalls commited on
Commit
220f747
·
verified ·
1 Parent(s): 1b6fe20

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +28 -27
README.md CHANGED
@@ -67,32 +67,33 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 50,
71
  "completed_shards": [
72
- "train-00000.jsonl.gz"
 
73
  ],
74
- "duplicates": 58,
75
  "family_counts": {
76
- "async": 1,
77
- "classes": 28,
78
- "comprehensions": 8,
79
- "context_managers": 4,
80
- "exceptions": 20,
81
- "functions": 36,
82
  "generators": 2,
83
- "imports": 46,
84
- "lambda": 6,
85
- "loops": 20,
86
- "simple_module": 2
87
  },
88
  "filter_reasons": {
89
- "auto_generated": 4,
90
- "skipped_path_pattern": 2,
91
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 12,
92
- "too_large": 16,
93
  "too_small": 4
94
  },
95
- "filtered_candidates": 38,
96
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
97
  "languages": [
98
  "en",
@@ -104,15 +105,15 @@ Each row contains:
104
  ],
105
  "projection_failures": 0,
106
  "run_id": "run_20260529_073950_utc",
107
- "seen_candidates": 148,
108
- "shards_completed": 1,
109
  "source_label_counts": {
110
- "github_code_clean_python_apache_2_0": 11,
111
- "github_code_clean_python_bsd_2": 9,
112
- "github_code_clean_python_bsd_3": 6,
113
- "github_code_clean_python_cc0": 9,
114
- "github_code_clean_python_isc": 8,
115
- "github_code_clean_python_mit": 7
116
  },
117
  "source_specs": [
118
  {
@@ -173,7 +174,7 @@ Each row contains:
173
  "started_utc": "2026-05-29T07:39:51+00:00",
174
  "strict_gate_failures": 0,
175
  "target_accepted_rows": 100000,
176
- "updated_utc": "2026-05-29T07:40:31+00:00"
177
  }
178
  ```
179
 
 
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
  ],
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
  "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