CircularBalls commited on
Commit
eda21b4
·
verified ·
1 Parent(s): ef5cf77

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": 1750,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -35,45 +35,46 @@
35
  "train-00031.jsonl.gz",
36
  "train-00032.jsonl.gz",
37
  "train-00033.jsonl.gz",
38
- "train-00034.jsonl.gz"
 
39
  ],
40
- "duplicates": 2058,
41
  "family_counts": {
42
- "async": 18,
43
- "classes": 928,
44
- "comprehensions": 295,
45
- "context_managers": 218,
46
- "exceptions": 493,
47
- "functions": 1349,
48
- "generators": 61,
49
- "imports": 1617,
50
- "lambda": 112,
51
- "loops": 674,
52
- "simple_module": 51
53
  },
54
  "filter_reasons": {
55
- "auto_generated": 184,
56
- "skipped_path_pattern": 259,
57
  "syntax_error:'(' was never closed": 27,
58
  "syntax_error:'u' and 'r' prefixes are incompatible": 6,
59
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
60
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
61
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 438,
62
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
63
  "syntax_error:expected an indented block after function definition on line 7": 1,
64
  "syntax_error:inconsistent use of tabs and spaces in indentation": 21,
65
  "syntax_error:invalid character '“' (U+201C)": 2,
66
  "syntax_error:invalid decimal literal": 7,
67
- "syntax_error:invalid syntax": 41,
68
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
69
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
70
  "syntax_error:unexpected indent": 3,
71
- "too_large": 522,
72
  "too_many_ast_nodes": 2,
73
  "too_many_lines": 40,
74
- "too_small": 68
75
  },
76
- "filtered_candidates": 1644,
77
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
78
  "languages": [
79
  "en",
@@ -85,15 +86,15 @@
85
  ],
86
  "projection_failures": 1,
87
  "run_id": "run_20260529_073950_utc",
88
- "seen_candidates": 5454,
89
- "shards_completed": 35,
90
  "source_label_counts": {
91
- "github_code_clean_python_apache_2_0": 304,
92
- "github_code_clean_python_bsd_2": 284,
93
- "github_code_clean_python_bsd_3": 284,
94
- "github_code_clean_python_cc0": 278,
95
- "github_code_clean_python_isc": 306,
96
- "github_code_clean_python_mit": 294
97
  },
98
  "source_specs": [
99
  {
@@ -154,5 +155,5 @@
154
  "started_utc": "2026-05-29T07:39:51+00:00",
155
  "strict_gate_failures": 0,
156
  "target_accepted_rows": 100000,
157
- "updated_utc": "2026-05-29T07:51:33+00:00"
158
  }
 
1
  {
2
+ "accepted_rows": 1800,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
35
  "train-00031.jsonl.gz",
36
  "train-00032.jsonl.gz",
37
  "train-00033.jsonl.gz",
38
+ "train-00034.jsonl.gz",
39
+ "train-00035.jsonl.gz"
40
  ],
41
+ "duplicates": 2126,
42
  "family_counts": {
43
+ "async": 20,
44
+ "classes": 955,
45
+ "comprehensions": 301,
46
+ "context_managers": 226,
47
+ "exceptions": 507,
48
+ "functions": 1389,
49
+ "generators": 62,
50
+ "imports": 1662,
51
+ "lambda": 120,
52
+ "loops": 696,
53
+ "simple_module": 52
54
  },
55
  "filter_reasons": {
56
+ "auto_generated": 187,
57
+ "skipped_path_pattern": 272,
58
  "syntax_error:'(' was never closed": 27,
59
  "syntax_error:'u' and 'r' prefixes are incompatible": 6,
60
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
61
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
62
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 444,
63
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
64
  "syntax_error:expected an indented block after function definition on line 7": 1,
65
  "syntax_error:inconsistent use of tabs and spaces in indentation": 21,
66
  "syntax_error:invalid character '“' (U+201C)": 2,
67
  "syntax_error:invalid decimal literal": 7,
68
+ "syntax_error:invalid syntax": 42,
69
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
70
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
71
  "syntax_error:unexpected indent": 3,
72
+ "too_large": 534,
73
  "too_many_ast_nodes": 2,
74
  "too_many_lines": 40,
75
+ "too_small": 76
76
  },
77
+ "filtered_candidates": 1687,
78
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
79
  "languages": [
80
  "en",
 
86
  ],
87
  "projection_failures": 1,
88
  "run_id": "run_20260529_073950_utc",
89
+ "seen_candidates": 5617,
90
+ "shards_completed": 36,
91
  "source_label_counts": {
92
+ "github_code_clean_python_apache_2_0": 314,
93
+ "github_code_clean_python_bsd_2": 293,
94
+ "github_code_clean_python_bsd_3": 290,
95
+ "github_code_clean_python_cc0": 284,
96
+ "github_code_clean_python_isc": 315,
97
+ "github_code_clean_python_mit": 304
98
  },
99
  "source_specs": [
100
  {
 
155
  "started_utc": "2026-05-29T07:39:51+00:00",
156
  "strict_gate_failures": 0,
157
  "target_accepted_rows": 100000,
158
+ "updated_utc": "2026-05-29T07:51:53+00:00"
159
  }