CircularBalls commited on
Commit
54f57c4
·
verified ·
1 Parent(s): e70a396

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +30 -28
manifest.json CHANGED
@@ -1,38 +1,40 @@
1
  {
2
- "accepted_rows": 200,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
6
  "train-00002.jsonl.gz",
7
- "train-00003.jsonl.gz"
 
8
  ],
9
- "duplicates": 234,
10
  "family_counts": {
11
  "async": 2,
12
- "classes": 102,
13
- "comprehensions": 29,
14
- "context_managers": 23,
15
- "exceptions": 59,
16
- "functions": 151,
17
- "generators": 5,
18
- "imports": 173,
19
- "lambda": 13,
20
- "loops": 70,
21
- "simple_module": 9
22
  },
23
  "filter_reasons": {
24
- "auto_generated": 33,
25
- "skipped_path_pattern": 21,
26
  "syntax_error:'(' was never closed": 2,
27
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
28
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 44,
29
  "syntax_error:expected an indented block after function definition on line 7": 1,
30
  "syntax_error:invalid syntax": 3,
31
- "too_large": 60,
 
32
  "too_many_lines": 1,
33
  "too_small": 11
34
  },
35
- "filtered_candidates": 179,
36
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
37
  "languages": [
38
  "en",
@@ -42,17 +44,17 @@
42
  "zh",
43
  "hi"
44
  ],
45
- "projection_failures": 0,
46
  "run_id": "run_20260529_073950_utc",
47
- "seen_candidates": 613,
48
- "shards_completed": 4,
49
  "source_label_counts": {
50
- "github_code_clean_python_apache_2_0": 34,
51
- "github_code_clean_python_bsd_2": 35,
52
- "github_code_clean_python_bsd_3": 36,
53
- "github_code_clean_python_cc0": 31,
54
- "github_code_clean_python_isc": 32,
55
- "github_code_clean_python_mit": 32
56
  },
57
  "source_specs": [
58
  {
@@ -113,5 +115,5 @@
113
  "started_utc": "2026-05-29T07:39:51+00:00",
114
  "strict_gate_failures": 0,
115
  "target_accepted_rows": 100000,
116
- "updated_utc": "2026-05-29T07:41:23+00:00"
117
  }
 
1
  {
2
+ "accepted_rows": 250,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
6
  "train-00002.jsonl.gz",
7
+ "train-00003.jsonl.gz",
8
+ "train-00004.jsonl.gz"
9
  ],
10
+ "duplicates": 288,
11
  "family_counts": {
12
  "async": 2,
13
+ "classes": 131,
14
+ "comprehensions": 36,
15
+ "context_managers": 31,
16
+ "exceptions": 74,
17
+ "functions": 189,
18
+ "generators": 9,
19
+ "imports": 221,
20
+ "lambda": 15,
21
+ "loops": 90,
22
+ "simple_module": 10
23
  },
24
  "filter_reasons": {
25
+ "auto_generated": 45,
26
+ "skipped_path_pattern": 24,
27
  "syntax_error:'(' was never closed": 2,
28
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
29
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 59,
30
  "syntax_error:expected an indented block after function definition on line 7": 1,
31
  "syntax_error:invalid syntax": 3,
32
+ "syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
33
+ "too_large": 79,
34
  "too_many_lines": 1,
35
  "too_small": 11
36
  },
37
+ "filtered_candidates": 229,
38
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
39
  "languages": [
40
  "en",
 
44
  "zh",
45
  "hi"
46
  ],
47
+ "projection_failures": 1,
48
  "run_id": "run_20260529_073950_utc",
49
+ "seen_candidates": 769,
50
+ "shards_completed": 5,
51
  "source_label_counts": {
52
+ "github_code_clean_python_apache_2_0": 43,
53
+ "github_code_clean_python_bsd_2": 42,
54
+ "github_code_clean_python_bsd_3": 46,
55
+ "github_code_clean_python_cc0": 39,
56
+ "github_code_clean_python_isc": 41,
57
+ "github_code_clean_python_mit": 39
58
  },
59
  "source_specs": [
60
  {
 
115
  "started_utc": "2026-05-29T07:39:51+00:00",
116
  "strict_gate_failures": 0,
117
  "target_accepted_rows": 100000,
118
+ "updated_utc": "2026-05-29T07:41:40+00:00"
119
  }