CircularBalls commited on
Commit
1d503c3
·
verified ·
1 Parent(s): 714ae95

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +28 -26
manifest.json CHANGED
@@ -1,40 +1,42 @@
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",
@@ -46,15 +48,15 @@
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,5 +117,5 @@
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
  }
 
1
  {
2
+ "accepted_rows": 300,
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
+ "train-00005.jsonl.gz"
10
  ],
11
+ "duplicates": 349,
12
  "family_counts": {
13
  "async": 2,
14
+ "classes": 152,
15
+ "comprehensions": 43,
16
+ "context_managers": 34,
17
+ "exceptions": 85,
18
+ "functions": 229,
19
  "generators": 9,
20
+ "imports": 268,
21
+ "lambda": 21,
22
+ "loops": 112,
23
  "simple_module": 10
24
  },
25
  "filter_reasons": {
26
+ "auto_generated": 46,
27
+ "skipped_path_pattern": 30,
28
  "syntax_error:'(' was never closed": 2,
29
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
30
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 68,
31
+ "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
32
  "syntax_error:expected an indented block after function definition on line 7": 1,
33
  "syntax_error:invalid syntax": 3,
34
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
35
+ "too_large": 89,
36
  "too_many_lines": 1,
37
+ "too_small": 13
38
  },
39
+ "filtered_candidates": 260,
40
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
41
  "languages": [
42
  "en",
 
48
  ],
49
  "projection_failures": 1,
50
  "run_id": "run_20260529_073950_utc",
51
+ "seen_candidates": 913,
52
+ "shards_completed": 6,
53
  "source_label_counts": {
54
+ "github_code_clean_python_apache_2_0": 51,
55
+ "github_code_clean_python_bsd_2": 50,
56
+ "github_code_clean_python_bsd_3": 53,
57
+ "github_code_clean_python_cc0": 48,
58
+ "github_code_clean_python_isc": 50,
59
+ "github_code_clean_python_mit": 48
60
  },
61
  "source_specs": [
62
  {
 
117
  "started_utc": "2026-05-29T07:39:51+00:00",
118
  "strict_gate_failures": 0,
119
  "target_accepted_rows": 100000,
120
+ "updated_utc": "2026-05-29T07:42:01+00:00"
121
  }