CircularBalls commited on
Commit
db6cc6c
·
verified ·
1 Parent(s): c984cd9

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +30 -29
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1600,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -32,44 +32,45 @@
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,15 +82,15 @@
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,5 +151,5 @@
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
  }
 
1
  {
2
+ "accepted_rows": 1650,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
32
  "train-00028.jsonl.gz",
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
  ],
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
  "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
  }