CircularBalls commited on
Commit
986a28d
·
verified ·
1 Parent(s): 9d6bbe7

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +31 -30
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1550,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -31,44 +31,45 @@
31
  "train-00027.jsonl.gz",
32
  "train-00028.jsonl.gz",
33
  "train-00029.jsonl.gz",
34
- "train-00030.jsonl.gz"
 
35
  ],
36
- "duplicates": 1815,
37
  "family_counts": {
38
  "async": 17,
39
- "classes": 822,
40
- "comprehensions": 269,
41
- "context_managers": 194,
42
- "exceptions": 441,
43
- "functions": 1200,
44
- "generators": 55,
45
- "imports": 1434,
46
- "lambda": 106,
47
- "loops": 604,
48
- "simple_module": 43
49
  },
50
  "filter_reasons": {
51
- "auto_generated": 167,
52
- "skipped_path_pattern": 223,
53
- "syntax_error:'(' was never closed": 22,
54
  "syntax_error:'u' and 'r' prefixes are incompatible": 6,
55
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
56
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
57
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 404,
58
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
59
  "syntax_error:expected an indented block after function definition on line 7": 1,
60
  "syntax_error:inconsistent use of tabs and spaces in indentation": 19,
61
  "syntax_error:invalid character '“' (U+201C)": 2,
62
  "syntax_error:invalid decimal literal": 7,
63
- "syntax_error:invalid syntax": 34,
64
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 7,
65
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
66
- "too_large": 461,
67
  "too_many_ast_nodes": 2,
68
  "too_many_lines": 36,
69
- "too_small": 60
70
  },
71
- "filtered_candidates": 1463,
72
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
73
  "languages": [
74
  "en",
@@ -80,15 +81,15 @@
80
  ],
81
  "projection_failures": 1,
82
  "run_id": "run_20260529_073950_utc",
83
- "seen_candidates": 4830,
84
- "shards_completed": 31,
85
  "source_label_counts": {
86
- "github_code_clean_python_apache_2_0": 270,
87
- "github_code_clean_python_bsd_2": 251,
88
- "github_code_clean_python_bsd_3": 252,
89
- "github_code_clean_python_cc0": 248,
90
- "github_code_clean_python_isc": 271,
91
- "github_code_clean_python_mit": 258
92
  },
93
  "source_specs": [
94
  {
@@ -149,5 +150,5 @@
149
  "started_utc": "2026-05-29T07:39:51+00:00",
150
  "strict_gate_failures": 0,
151
  "target_accepted_rows": 100000,
152
- "updated_utc": "2026-05-29T07:49:58+00:00"
153
  }
 
1
  {
2
+ "accepted_rows": 1600,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
31
  "train-00027.jsonl.gz",
32
  "train-00028.jsonl.gz",
33
  "train-00029.jsonl.gz",
34
+ "train-00030.jsonl.gz",
35
+ "train-00031.jsonl.gz"
36
  ],
37
+ "duplicates": 1874,
38
  "family_counts": {
39
  "async": 17,
40
+ "classes": 844,
41
+ "comprehensions": 274,
42
+ "context_managers": 198,
43
+ "exceptions": 455,
44
+ "functions": 1236,
45
+ "generators": 58,
46
+ "imports": 1479,
47
+ "lambda": 108,
48
+ "loops": 618,
49
+ "simple_module": 45
50
  },
51
  "filter_reasons": {
52
+ "auto_generated": 168,
53
+ "skipped_path_pattern": 238,
54
+ "syntax_error:'(' was never closed": 27,
55
  "syntax_error:'u' and 'r' prefixes are incompatible": 6,
56
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
57
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
58
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 407,
59
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
60
  "syntax_error:expected an indented block after function definition on line 7": 1,
61
  "syntax_error:inconsistent use of tabs and spaces in indentation": 19,
62
  "syntax_error:invalid character '“' (U+201C)": 2,
63
  "syntax_error:invalid decimal literal": 7,
64
+ "syntax_error:invalid syntax": 36,
65
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 7,
66
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
67
+ "too_large": 485,
68
  "too_many_ast_nodes": 2,
69
  "too_many_lines": 36,
70
+ "too_small": 63
71
  },
72
+ "filtered_candidates": 1516,
73
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
74
  "languages": [
75
  "en",
 
81
  ],
82
  "projection_failures": 1,
83
  "run_id": "run_20260529_073950_utc",
84
+ "seen_candidates": 4994,
85
+ "shards_completed": 32,
86
  "source_label_counts": {
87
+ "github_code_clean_python_apache_2_0": 279,
88
+ "github_code_clean_python_bsd_2": 257,
89
+ "github_code_clean_python_bsd_3": 260,
90
+ "github_code_clean_python_cc0": 258,
91
+ "github_code_clean_python_isc": 280,
92
+ "github_code_clean_python_mit": 266
93
  },
94
  "source_specs": [
95
  {
 
150
  "started_utc": "2026-05-29T07:39:51+00:00",
151
  "strict_gate_failures": 0,
152
  "target_accepted_rows": 100000,
153
+ "updated_utc": "2026-05-29T07:50:23+00:00"
154
  }