CircularBalls commited on
Commit
8d499d0
·
verified ·
1 Parent(s): 485b84f

Update Plaincode CNL dataset card

Browse files
Files changed (1) hide show
  1. README.md +24 -22
README.md CHANGED
@@ -67,35 +67,37 @@ Each row contains:
67
 
68
  ```json
69
  {
70
- "accepted_rows": 100,
71
  "completed_shards": [
72
  "train-00000.jsonl.gz",
73
- "train-00001.jsonl.gz"
 
74
  ],
75
  "duplicates": 0,
76
  "family_counts": {
77
- "async": 1,
78
- "classes": 53,
79
- "comprehensions": 13,
80
- "context_managers": 11,
81
- "exceptions": 28,
82
- "functions": 81,
83
- "generators": 5,
84
- "imports": 87,
85
- "lambda": 2,
86
- "loops": 39
 
87
  },
88
  "filter_reasons": {
89
- "auto_generated": 6,
90
- "skipped_path_pattern": 7,
91
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 18,
92
  "syntax_error:inconsistent use of tabs and spaces in indentation": 1,
93
  "syntax_error:invalid decimal literal": 1,
94
- "syntax_error:invalid syntax": 1,
95
- "too_large": 18,
96
  "too_small": 3
97
  },
98
- "filtered_candidates": 55,
99
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
100
  "languages": [
101
  "en",
@@ -107,10 +109,10 @@ Each row contains:
107
  ],
108
  "projection_failures": 0,
109
  "run_id": "run_20260529_092955_utc",
110
- "seen_candidates": 155,
111
- "shards_completed": 2,
112
  "source_label_counts": {
113
- "github_code_clean_python_mit_single": 100
114
  },
115
  "source_specs": [
116
  {
@@ -126,7 +128,7 @@ Each row contains:
126
  "started_utc": "2026-05-29T09:29:57+00:00",
127
  "strict_gate_failures": 0,
128
  "target_accepted_rows": 100000,
129
- "updated_utc": "2026-05-29T09:30:18+00:00"
130
  }
131
  ```
132
 
 
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
  ],
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
  "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