CircularBalls commited on
Commit
61630d1
·
verified ·
1 Parent(s): c6fe542

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +30 -29
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1350,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -27,30 +27,31 @@
27
  "train-00023.jsonl.gz",
28
  "train-00024.jsonl.gz",
29
  "train-00025.jsonl.gz",
30
- "train-00026.jsonl.gz"
 
31
  ],
32
- "duplicates": 1595,
33
  "family_counts": {
34
  "async": 13,
35
- "classes": 729,
36
- "comprehensions": 241,
37
- "context_managers": 169,
38
- "exceptions": 382,
39
- "functions": 1058,
40
- "generators": 46,
41
- "imports": 1247,
42
- "lambda": 95,
43
- "loops": 529,
44
- "simple_module": 35
45
  },
46
  "filter_reasons": {
47
- "auto_generated": 135,
48
- "skipped_path_pattern": 180,
49
  "syntax_error:'(' was never closed": 20,
50
  "syntax_error:'u' and 'r' prefixes are incompatible": 5,
51
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
52
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
53
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 362,
54
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
55
  "syntax_error:expected an indented block after function definition on line 7": 1,
56
  "syntax_error:inconsistent use of tabs and spaces in indentation": 17,
@@ -59,12 +60,12 @@
59
  "syntax_error:invalid syntax": 32,
60
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
61
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
62
- "too_large": 405,
63
  "too_many_ast_nodes": 2,
64
- "too_many_lines": 30,
65
- "too_small": 51
66
  },
67
- "filtered_candidates": 1266,
68
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
69
  "languages": [
70
  "en",
@@ -76,15 +77,15 @@
76
  ],
77
  "projection_failures": 1,
78
  "run_id": "run_20260529_073950_utc",
79
- "seen_candidates": 4213,
80
- "shards_completed": 27,
81
  "source_label_counts": {
82
- "github_code_clean_python_apache_2_0": 240,
83
- "github_code_clean_python_bsd_2": 219,
84
- "github_code_clean_python_bsd_3": 218,
85
- "github_code_clean_python_cc0": 212,
86
- "github_code_clean_python_isc": 235,
87
- "github_code_clean_python_mit": 226
88
  },
89
  "source_specs": [
90
  {
@@ -145,5 +146,5 @@
145
  "started_utc": "2026-05-29T07:39:51+00:00",
146
  "strict_gate_failures": 0,
147
  "target_accepted_rows": 100000,
148
- "updated_utc": "2026-05-29T07:48:42+00:00"
149
  }
 
1
  {
2
+ "accepted_rows": 1400,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
27
  "train-00023.jsonl.gz",
28
  "train-00024.jsonl.gz",
29
  "train-00025.jsonl.gz",
30
+ "train-00026.jsonl.gz",
31
+ "train-00027.jsonl.gz"
32
  ],
33
+ "duplicates": 1650,
34
  "family_counts": {
35
  "async": 13,
36
+ "classes": 757,
37
+ "comprehensions": 253,
38
+ "context_managers": 179,
39
+ "exceptions": 401,
40
+ "functions": 1095,
41
+ "generators": 49,
42
+ "imports": 1294,
43
+ "lambda": 98,
44
+ "loops": 554,
45
+ "simple_module": 36
46
  },
47
  "filter_reasons": {
48
+ "auto_generated": 147,
49
+ "skipped_path_pattern": 189,
50
  "syntax_error:'(' was never closed": 20,
51
  "syntax_error:'u' and 'r' prefixes are incompatible": 5,
52
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
53
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
54
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 371,
55
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
56
  "syntax_error:expected an indented block after function definition on line 7": 1,
57
  "syntax_error:inconsistent use of tabs and spaces in indentation": 17,
 
60
  "syntax_error:invalid syntax": 32,
61
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
62
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
63
+ "too_large": 420,
64
  "too_many_ast_nodes": 2,
65
+ "too_many_lines": 34,
66
+ "too_small": 52
67
  },
68
+ "filtered_candidates": 1316,
69
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
70
  "languages": [
71
  "en",
 
77
  ],
78
  "projection_failures": 1,
79
  "run_id": "run_20260529_073950_utc",
80
+ "seen_candidates": 4370,
81
+ "shards_completed": 28,
82
  "source_label_counts": {
83
+ "github_code_clean_python_apache_2_0": 249,
84
+ "github_code_clean_python_bsd_2": 227,
85
+ "github_code_clean_python_bsd_3": 225,
86
+ "github_code_clean_python_cc0": 223,
87
+ "github_code_clean_python_isc": 243,
88
+ "github_code_clean_python_mit": 233
89
  },
90
  "source_specs": [
91
  {
 
146
  "started_utc": "2026-05-29T07:39:51+00:00",
147
  "strict_gate_failures": 0,
148
  "target_accepted_rows": 100000,
149
+ "updated_utc": "2026-05-29T07:49:00+00:00"
150
  }