CircularBalls commited on
Commit
39d4bf1
·
verified ·
1 Parent(s): 87e9a77

Update Plaincode CNL manifest

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