CircularBalls commited on
Commit
6519704
·
verified ·
1 Parent(s): 0f02fbd

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +32 -30
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1650,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -33,44 +33,46 @@
33
  "train-00029.jsonl.gz",
34
  "train-00030.jsonl.gz",
35
  "train-00031.jsonl.gz",
36
- "train-00032.jsonl.gz"
 
37
  ],
38
- "duplicates": 1934,
39
  "family_counts": {
40
- "async": 17,
41
- "classes": 868,
42
- "comprehensions": 282,
43
- "context_managers": 204,
44
- "exceptions": 468,
45
- "functions": 1268,
46
  "generators": 60,
47
- "imports": 1523,
48
  "lambda": 109,
49
- "loops": 634,
50
- "simple_module": 48
51
  },
52
  "filter_reasons": {
53
- "auto_generated": 170,
54
- "skipped_path_pattern": 246,
55
  "syntax_error:'(' was never closed": 27,
56
  "syntax_error:'u' and 'r' prefixes are incompatible": 6,
57
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
58
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
59
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 418,
60
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
61
  "syntax_error:expected an indented block after function definition on line 7": 1,
62
  "syntax_error:inconsistent use of tabs and spaces in indentation": 19,
63
  "syntax_error:invalid character '“' (U+201C)": 2,
64
  "syntax_error:invalid decimal literal": 7,
65
- "syntax_error:invalid syntax": 38,
66
- "syntax_error:invalid syntax. Perhaps you forgot a comma?": 7,
67
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
68
- "too_large": 499,
 
69
  "too_many_ast_nodes": 2,
70
- "too_many_lines": 37,
71
- "too_small": 63
72
  },
73
- "filtered_candidates": 1554,
74
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
75
  "languages": [
76
  "en",
@@ -82,15 +84,15 @@
82
  ],
83
  "projection_failures": 1,
84
  "run_id": "run_20260529_073950_utc",
85
- "seen_candidates": 5140,
86
- "shards_completed": 33,
87
  "source_label_counts": {
88
- "github_code_clean_python_apache_2_0": 288,
89
- "github_code_clean_python_bsd_2": 267,
90
- "github_code_clean_python_bsd_3": 266,
91
- "github_code_clean_python_cc0": 265,
92
- "github_code_clean_python_isc": 288,
93
- "github_code_clean_python_mit": 276
94
  },
95
  "source_specs": [
96
  {
@@ -151,5 +153,5 @@
151
  "started_utc": "2026-05-29T07:39:51+00:00",
152
  "strict_gate_failures": 0,
153
  "target_accepted_rows": 100000,
154
- "updated_utc": "2026-05-29T07:50:49+00:00"
155
  }
 
1
  {
2
+ "accepted_rows": 1700,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
33
  "train-00029.jsonl.gz",
34
  "train-00030.jsonl.gz",
35
  "train-00031.jsonl.gz",
36
+ "train-00032.jsonl.gz",
37
+ "train-00033.jsonl.gz"
38
  ],
39
+ "duplicates": 1998,
40
  "family_counts": {
41
+ "async": 18,
42
+ "classes": 896,
43
+ "comprehensions": 291,
44
+ "context_managers": 210,
45
+ "exceptions": 479,
46
+ "functions": 1305,
47
  "generators": 60,
48
+ "imports": 1571,
49
  "lambda": 109,
50
+ "loops": 654,
51
+ "simple_module": 50
52
  },
53
  "filter_reasons": {
54
+ "auto_generated": 176,
55
+ "skipped_path_pattern": 252,
56
  "syntax_error:'(' was never closed": 27,
57
  "syntax_error:'u' and 'r' prefixes are incompatible": 6,
58
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
59
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
60
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 429,
61
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
62
  "syntax_error:expected an indented block after function definition on line 7": 1,
63
  "syntax_error:inconsistent use of tabs and spaces in indentation": 19,
64
  "syntax_error:invalid character '“' (U+201C)": 2,
65
  "syntax_error:invalid decimal literal": 7,
66
+ "syntax_error:invalid syntax": 39,
67
+ "syntax_error:invalid syntax. Perhaps you forgot a comma?": 11,
68
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
69
+ "syntax_error:unexpected indent": 3,
70
+ "too_large": 514,
71
  "too_many_ast_nodes": 2,
72
+ "too_many_lines": 40,
73
+ "too_small": 65
74
  },
75
+ "filtered_candidates": 1605,
76
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
77
  "languages": [
78
  "en",
 
84
  ],
85
  "projection_failures": 1,
86
  "run_id": "run_20260529_073950_utc",
87
+ "seen_candidates": 5307,
88
+ "shards_completed": 34,
89
  "source_label_counts": {
90
+ "github_code_clean_python_apache_2_0": 295,
91
+ "github_code_clean_python_bsd_2": 275,
92
+ "github_code_clean_python_bsd_3": 277,
93
+ "github_code_clean_python_cc0": 272,
94
+ "github_code_clean_python_isc": 296,
95
+ "github_code_clean_python_mit": 285
96
  },
97
  "source_specs": [
98
  {
 
153
  "started_utc": "2026-05-29T07:39:51+00:00",
154
  "strict_gate_failures": 0,
155
  "target_accepted_rows": 100000,
156
+ "updated_utc": "2026-05-29T07:51:10+00:00"
157
  }