CircularBalls commited on
Commit
7e48dab
·
verified ·
1 Parent(s): 42ec385

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +29 -28
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1400,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -28,44 +28,45 @@
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,
58
  "syntax_error:invalid character '“' (U+201C)": 2,
59
  "syntax_error:invalid decimal literal": 7,
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,15 +78,15 @@
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,5 +147,5 @@
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
  }
 
1
  {
2
+ "accepted_rows": 1450,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
28
  "train-00024.jsonl.gz",
29
  "train-00025.jsonl.gz",
30
  "train-00026.jsonl.gz",
31
+ "train-00027.jsonl.gz",
32
+ "train-00028.jsonl.gz"
33
  ],
34
+ "duplicates": 1706,
35
  "family_counts": {
36
+ "async": 14,
37
+ "classes": 779,
38
+ "comprehensions": 256,
39
+ "context_managers": 185,
40
+ "exceptions": 414,
41
+ "functions": 1131,
42
  "generators": 49,
43
+ "imports": 1342,
44
+ "lambda": 102,
45
+ "loops": 569,
46
+ "simple_module": 38
47
  },
48
  "filter_reasons": {
49
+ "auto_generated": 154,
50
+ "skipped_path_pattern": 210,
51
  "syntax_error:'(' was never closed": 20,
52
  "syntax_error:'u' and 'r' prefixes are incompatible": 5,
53
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
54
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
55
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 385,
56
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
57
  "syntax_error:expected an indented block after function definition on line 7": 1,
58
  "syntax_error:inconsistent use of tabs and spaces in indentation": 17,
59
  "syntax_error:invalid character '“' (U+201C)": 2,
60
  "syntax_error:invalid decimal literal": 7,
61
+ "syntax_error:invalid syntax": 34,
62
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
63
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
64
+ "too_large": 434,
65
  "too_many_ast_nodes": 2,
66
  "too_many_lines": 34,
67
  "too_small": 52
68
  },
69
+ "filtered_candidates": 1374,
70
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
71
  "languages": [
72
  "en",
 
78
  ],
79
  "projection_failures": 1,
80
  "run_id": "run_20260529_073950_utc",
81
+ "seen_candidates": 4532,
82
+ "shards_completed": 29,
83
  "source_label_counts": {
84
+ "github_code_clean_python_apache_2_0": 256,
85
+ "github_code_clean_python_bsd_2": 236,
86
+ "github_code_clean_python_bsd_3": 234,
87
+ "github_code_clean_python_cc0": 229,
88
+ "github_code_clean_python_isc": 253,
89
+ "github_code_clean_python_mit": 242
90
  },
91
  "source_specs": [
92
  {
 
147
  "started_utc": "2026-05-29T07:39:51+00:00",
148
  "strict_gate_failures": 0,
149
  "target_accepted_rows": 100000,
150
+ "updated_utc": "2026-05-29T07:49:21+00:00"
151
  }