CircularBalls commited on
Commit
099ff87
·
verified ·
1 Parent(s): c16fdf6

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +30 -27
manifest.json CHANGED
@@ -1,35 +1,38 @@
1
  {
2
- "accepted_rows": 150,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
6
- "train-00002.jsonl.gz"
 
7
  ],
8
- "duplicates": 177,
9
  "family_counts": {
10
  "async": 2,
11
- "classes": 81,
12
- "comprehensions": 20,
13
- "context_managers": 19,
14
- "exceptions": 50,
15
- "functions": 112,
16
  "generators": 5,
17
- "imports": 131,
18
- "lambda": 10,
19
- "loops": 55,
20
- "simple_module": 7
21
  },
22
  "filter_reasons": {
23
- "auto_generated": 22,
24
- "skipped_path_pattern": 6,
25
  "syntax_error:'(' was never closed": 2,
26
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
27
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 34,
28
  "syntax_error:expected an indented block after function definition on line 7": 1,
29
- "too_large": 46,
30
- "too_small": 4
 
 
31
  },
32
- "filtered_candidates": 118,
33
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
34
  "languages": [
35
  "en",
@@ -41,15 +44,15 @@
41
  ],
42
  "projection_failures": 0,
43
  "run_id": "run_20260529_073950_utc",
44
- "seen_candidates": 447,
45
- "shards_completed": 3,
46
  "source_label_counts": {
47
- "github_code_clean_python_apache_2_0": 26,
48
- "github_code_clean_python_bsd_2": 27,
49
- "github_code_clean_python_bsd_3": 25,
50
- "github_code_clean_python_cc0": 23,
51
- "github_code_clean_python_isc": 24,
52
- "github_code_clean_python_mit": 25
53
  },
54
  "source_specs": [
55
  {
@@ -110,5 +113,5 @@
110
  "started_utc": "2026-05-29T07:39:51+00:00",
111
  "strict_gate_failures": 0,
112
  "target_accepted_rows": 100000,
113
- "updated_utc": "2026-05-29T07:41:04+00:00"
114
  }
 
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",
 
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
  "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
  }