CircularBalls commited on
Commit
093b35c
·
verified ·
1 Parent(s): f0ddf3d

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +38 -10
manifest.json CHANGED
@@ -1,10 +1,30 @@
1
  {
2
- "accepted_rows": 0,
3
- "completed_shards": [],
4
- "duplicates": 0,
5
- "family_counts": {},
6
- "filter_reasons": {},
7
- "filtered_candidates": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
9
  "languages": [
10
  "en",
@@ -16,9 +36,16 @@
16
  ],
17
  "projection_failures": 0,
18
  "run_id": "run_20260529_073950_utc",
19
- "seen_candidates": 0,
20
- "shards_completed": 0,
21
- "source_label_counts": {},
 
 
 
 
 
 
 
22
  "source_specs": [
23
  {
24
  "config": "Python-mit",
@@ -77,5 +104,6 @@
77
  ],
78
  "started_utc": "2026-05-29T07:39:51+00:00",
79
  "strict_gate_failures": 0,
80
- "target_accepted_rows": 100000
 
81
  }
 
1
  {
2
+ "accepted_rows": 50,
3
+ "completed_shards": [
4
+ "train-00000.jsonl.gz"
5
+ ],
6
+ "duplicates": 58,
7
+ "family_counts": {
8
+ "async": 1,
9
+ "classes": 28,
10
+ "comprehensions": 8,
11
+ "context_managers": 4,
12
+ "exceptions": 20,
13
+ "functions": 36,
14
+ "generators": 2,
15
+ "imports": 46,
16
+ "lambda": 6,
17
+ "loops": 20,
18
+ "simple_module": 2
19
+ },
20
+ "filter_reasons": {
21
+ "auto_generated": 4,
22
+ "skipped_path_pattern": 2,
23
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 12,
24
+ "too_large": 16,
25
+ "too_small": 4
26
+ },
27
+ "filtered_candidates": 38,
28
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
29
  "languages": [
30
  "en",
 
36
  ],
37
  "projection_failures": 0,
38
  "run_id": "run_20260529_073950_utc",
39
+ "seen_candidates": 148,
40
+ "shards_completed": 1,
41
+ "source_label_counts": {
42
+ "github_code_clean_python_apache_2_0": 11,
43
+ "github_code_clean_python_bsd_2": 9,
44
+ "github_code_clean_python_bsd_3": 6,
45
+ "github_code_clean_python_cc0": 9,
46
+ "github_code_clean_python_isc": 8,
47
+ "github_code_clean_python_mit": 7
48
+ },
49
  "source_specs": [
50
  {
51
  "config": "Python-mit",
 
104
  ],
105
  "started_utc": "2026-05-29T07:39:51+00:00",
106
  "strict_gate_failures": 0,
107
+ "target_accepted_rows": 100000,
108
+ "updated_utc": "2026-05-29T07:40:31+00:00"
109
  }