CircularBalls commited on
Commit
748e611
·
verified ·
1 Parent(s): 8009d1d

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -23
README.md CHANGED
@@ -67,37 +67,39 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 150,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
74
- "train-00002.jsonl.gz"
 
75
  ],
76
  "duplicates": 0,
77
  "family_counts": {
78
  "async": 2,
79
- "classes": 84,
80
- "comprehensions": 22,
81
- "context_managers": 17,
82
- "exceptions": 39,
83
- "functions": 118,
84
- "generators": 7,
85
- "imports": 130,
86
- "lambda": 7,
87
- "loops": 61,
88
  "simple_module": 3
89
  },
90
  "filter_reasons": {
91
- "auto_generated": 10,
92
- "skipped_path_pattern": 8,
93
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 24,
94
- "syntax_error:inconsistent use of tabs and spaces in indentation": 1,
95
  "syntax_error:invalid decimal literal": 1,
96
- "syntax_error:invalid syntax": 2,
97
- "too_large": 22,
98
- "too_small": 3
 
99
  },
100
- "filtered_candidates": 71,
101
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
102
  "languages": [
103
  "en",
@@ -109,10 +111,10 @@ Each row contains:
109
  ],
110
  "projection_failures": 0,
111
  "run_id": "run_20260529_092955_utc",
112
- "seen_candidates": 223,
113
- "shards_completed": 3,
114
  "source_label_counts": {
115
- "github_code_clean_python_mit_single": 150
116
  },
117
  "source_specs": [
118
  {
@@ -128,7 +130,7 @@ Each row contains:
128
  "started_utc": "2026-05-29T09:29:57+00:00",
129
  "strict_gate_failures": 0,
130
  "target_accepted_rows": 100000,
131
- "updated_utc": "2026-05-29T09:30:26+00:00"
132
  }
133
  ```
134
 
 
67
 
68
  ```json
69
  {
70
+ "accepted_rows": 200,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
  "train-00001.jsonl.gz",
74
+ "train-00002.jsonl.gz",
75
+ "train-00003.jsonl.gz"
76
  ],
77
  "duplicates": 0,
78
  "family_counts": {
79
  "async": 2,
80
+ "classes": 114,
81
+ "comprehensions": 29,
82
+ "context_managers": 19,
83
+ "exceptions": 52,
84
+ "functions": 153,
85
+ "generators": 8,
86
+ "imports": 179,
87
+ "lambda": 9,
88
+ "loops": 80,
89
  "simple_module": 3
90
  },
91
  "filter_reasons": {
92
+ "auto_generated": 13,
93
+ "skipped_path_pattern": 10,
94
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 28,
95
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 2,
96
  "syntax_error:invalid decimal literal": 1,
97
+ "syntax_error:invalid syntax": 3,
98
+ "too_large": 24,
99
+ "too_many_lines": 2,
100
+ "too_small": 4
101
  },
102
+ "filtered_candidates": 87,
103
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
104
  "languages": [
105
  "en",
 
111
  ],
112
  "projection_failures": 0,
113
  "run_id": "run_20260529_092955_utc",
114
+ "seen_candidates": 287,
115
+ "shards_completed": 4,
116
  "source_label_counts": {
117
+ "github_code_clean_python_mit_single": 200
118
  },
119
  "source_specs": [
120
  {
 
130
  "started_utc": "2026-05-29T09:29:57+00:00",
131
  "strict_gate_failures": 0,
132
  "target_accepted_rows": 100000,
133
+ "updated_utc": "2026-05-29T09:30:33+00:00"
134
  }
135
  ```
136