CircularBalls commited on
Commit
fbdf38b
·
verified ·
1 Parent(s): c2b473d

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": 1250,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -25,30 +25,31 @@
25
  "train-00021.jsonl.gz",
26
  "train-00022.jsonl.gz",
27
  "train-00023.jsonl.gz",
28
- "train-00024.jsonl.gz"
 
29
  ],
30
- "duplicates": 1474,
31
  "family_counts": {
32
  "async": 13,
33
- "classes": 675,
34
- "comprehensions": 221,
35
- "context_managers": 156,
36
- "exceptions": 346,
37
- "functions": 977,
38
- "generators": 42,
39
- "imports": 1152,
40
- "lambda": 90,
41
- "loops": 487,
42
- "simple_module": 33
43
  },
44
  "filter_reasons": {
45
- "auto_generated": 126,
46
- "skipped_path_pattern": 155,
47
- "syntax_error:'(' was never closed": 16,
48
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
49
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
50
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
51
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 331,
52
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
53
  "syntax_error:expected an indented block after function definition on line 7": 1,
54
  "syntax_error:inconsistent use of tabs and spaces in indentation": 14,
@@ -57,12 +58,12 @@
57
  "syntax_error:invalid syntax": 30,
58
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
59
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
60
- "too_large": 388,
61
  "too_many_ast_nodes": 2,
62
  "too_many_lines": 26,
63
- "too_small": 48
64
  },
65
- "filtered_candidates": 1166,
66
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
67
  "languages": [
68
  "en",
@@ -74,15 +75,15 @@
74
  ],
75
  "projection_failures": 1,
76
  "run_id": "run_20260529_073950_utc",
77
- "seen_candidates": 3892,
78
- "shards_completed": 25,
79
  "source_label_counts": {
80
- "github_code_clean_python_apache_2_0": 221,
81
- "github_code_clean_python_bsd_2": 203,
82
- "github_code_clean_python_bsd_3": 202,
83
- "github_code_clean_python_cc0": 197,
84
- "github_code_clean_python_isc": 217,
85
- "github_code_clean_python_mit": 210
86
  },
87
  "source_specs": [
88
  {
@@ -143,5 +144,5 @@
143
  "started_utc": "2026-05-29T07:39:51+00:00",
144
  "strict_gate_failures": 0,
145
  "target_accepted_rows": 100000,
146
- "updated_utc": "2026-05-29T07:47:59+00:00"
147
  }
 
1
  {
2
+ "accepted_rows": 1300,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
25
  "train-00021.jsonl.gz",
26
  "train-00022.jsonl.gz",
27
  "train-00023.jsonl.gz",
28
+ "train-00024.jsonl.gz",
29
+ "train-00025.jsonl.gz"
30
  ],
31
+ "duplicates": 1534,
32
  "family_counts": {
33
  "async": 13,
34
+ "classes": 706,
35
+ "comprehensions": 232,
36
+ "context_managers": 165,
37
+ "exceptions": 362,
38
+ "functions": 1021,
39
+ "generators": 45,
40
+ "imports": 1199,
41
+ "lambda": 93,
42
+ "loops": 506,
43
+ "simple_module": 34
44
  },
45
  "filter_reasons": {
46
+ "auto_generated": 129,
47
+ "skipped_path_pattern": 166,
48
+ "syntax_error:'(' was never closed": 20,
49
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
50
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
51
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
52
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 340,
53
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
54
  "syntax_error:expected an indented block after function definition on line 7": 1,
55
  "syntax_error:inconsistent use of tabs and spaces in indentation": 14,
 
58
  "syntax_error:invalid syntax": 30,
59
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
60
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
61
+ "too_large": 391,
62
  "too_many_ast_nodes": 2,
63
  "too_many_lines": 26,
64
+ "too_small": 51
65
  },
66
+ "filtered_candidates": 1199,
67
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
68
  "languages": [
69
  "en",
 
75
  ],
76
  "projection_failures": 1,
77
  "run_id": "run_20260529_073950_utc",
78
+ "seen_candidates": 4037,
79
+ "shards_completed": 26,
80
  "source_label_counts": {
81
+ "github_code_clean_python_apache_2_0": 228,
82
+ "github_code_clean_python_bsd_2": 213,
83
+ "github_code_clean_python_bsd_3": 209,
84
+ "github_code_clean_python_cc0": 205,
85
+ "github_code_clean_python_isc": 227,
86
+ "github_code_clean_python_mit": 218
87
  },
88
  "source_specs": [
89
  {
 
144
  "started_utc": "2026-05-29T07:39:51+00:00",
145
  "strict_gate_failures": 0,
146
  "target_accepted_rows": 100000,
147
+ "updated_utc": "2026-05-29T07:48:20+00:00"
148
  }