CircularBalls commited on
Commit
ff20471
·
verified ·
1 Parent(s): ea0636c

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +29 -28
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1050,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -21,30 +21,31 @@
21
  "train-00017.jsonl.gz",
22
  "train-00018.jsonl.gz",
23
  "train-00019.jsonl.gz",
24
- "train-00020.jsonl.gz"
 
25
  ],
26
- "duplicates": 1229,
27
  "family_counts": {
28
- "async": 9,
29
- "classes": 573,
30
- "comprehensions": 188,
31
- "context_managers": 134,
32
- "exceptions": 287,
33
- "functions": 828,
34
- "generators": 38,
35
- "imports": 965,
36
- "lambda": 75,
37
- "loops": 408,
38
- "simple_module": 26
39
  },
40
  "filter_reasons": {
41
- "auto_generated": 111,
42
- "skipped_path_pattern": 124,
43
  "syntax_error:'(' was never closed": 11,
44
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
45
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
46
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
47
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 273,
48
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
49
  "syntax_error:expected an indented block after function definition on line 7": 1,
50
  "syntax_error:inconsistent use of tabs and spaces in indentation": 12,
@@ -52,12 +53,12 @@
52
  "syntax_error:invalid syntax": 27,
53
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
54
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
55
- "too_large": 339,
56
  "too_many_ast_nodes": 2,
57
  "too_many_lines": 22,
58
  "too_small": 37
59
  },
60
- "filtered_candidates": 985,
61
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
62
  "languages": [
63
  "en",
@@ -69,15 +70,15 @@
69
  ],
70
  "projection_failures": 1,
71
  "run_id": "run_20260529_073950_utc",
72
- "seen_candidates": 3266,
73
- "shards_completed": 21,
74
  "source_label_counts": {
75
- "github_code_clean_python_apache_2_0": 187,
76
- "github_code_clean_python_bsd_2": 173,
77
- "github_code_clean_python_bsd_3": 169,
78
- "github_code_clean_python_cc0": 173,
79
- "github_code_clean_python_isc": 176,
80
- "github_code_clean_python_mit": 172
81
  },
82
  "source_specs": [
83
  {
@@ -138,5 +139,5 @@
138
  "started_utc": "2026-05-29T07:39:51+00:00",
139
  "strict_gate_failures": 0,
140
  "target_accepted_rows": 100000,
141
- "updated_utc": "2026-05-29T07:46:48+00:00"
142
  }
 
1
  {
2
+ "accepted_rows": 1100,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
21
  "train-00017.jsonl.gz",
22
  "train-00018.jsonl.gz",
23
  "train-00019.jsonl.gz",
24
+ "train-00020.jsonl.gz",
25
+ "train-00021.jsonl.gz"
26
  ],
27
+ "duplicates": 1292,
28
  "family_counts": {
29
+ "async": 11,
30
+ "classes": 600,
31
+ "comprehensions": 201,
32
+ "context_managers": 141,
33
+ "exceptions": 299,
34
+ "functions": 866,
35
+ "generators": 39,
36
+ "imports": 1012,
37
+ "lambda": 79,
38
+ "loops": 422,
39
+ "simple_module": 28
40
  },
41
  "filter_reasons": {
42
+ "auto_generated": 120,
43
+ "skipped_path_pattern": 133,
44
  "syntax_error:'(' was never closed": 11,
45
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
46
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
47
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
48
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 289,
49
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
50
  "syntax_error:expected an indented block after function definition on line 7": 1,
51
  "syntax_error:inconsistent use of tabs and spaces in indentation": 12,
 
53
  "syntax_error:invalid syntax": 27,
54
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
55
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
56
+ "too_large": 350,
57
  "too_many_ast_nodes": 2,
58
  "too_many_lines": 22,
59
  "too_small": 37
60
  },
61
+ "filtered_candidates": 1030,
62
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
63
  "languages": [
64
  "en",
 
70
  ],
71
  "projection_failures": 1,
72
  "run_id": "run_20260529_073950_utc",
73
+ "seen_candidates": 3426,
74
+ "shards_completed": 22,
75
  "source_label_counts": {
76
+ "github_code_clean_python_apache_2_0": 198,
77
+ "github_code_clean_python_bsd_2": 178,
78
+ "github_code_clean_python_bsd_3": 180,
79
+ "github_code_clean_python_cc0": 178,
80
+ "github_code_clean_python_isc": 187,
81
+ "github_code_clean_python_mit": 179
82
  },
83
  "source_specs": [
84
  {
 
139
  "started_utc": "2026-05-29T07:39:51+00:00",
140
  "strict_gate_failures": 0,
141
  "target_accepted_rows": 100000,
142
+ "updated_utc": "2026-05-29T07:47:07+00:00"
143
  }