CircularBalls commited on
Commit
e7739fa
·
verified ·
1 Parent(s): 8ffb24b

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +33 -32
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1150,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -23,44 +23,45 @@
23
  "train-00019.jsonl.gz",
24
  "train-00020.jsonl.gz",
25
  "train-00021.jsonl.gz",
26
- "train-00022.jsonl.gz"
 
27
  ],
28
- "duplicates": 1354,
29
  "family_counts": {
30
- "async": 12,
31
- "classes": 626,
32
- "comprehensions": 210,
33
- "context_managers": 148,
34
- "exceptions": 322,
35
- "functions": 905,
36
- "generators": 41,
37
- "imports": 1060,
38
- "lambda": 81,
39
- "loops": 444,
40
- "simple_module": 30
41
  },
42
  "filter_reasons": {
43
- "auto_generated": 122,
44
- "skipped_path_pattern": 137,
45
- "syntax_error:'(' was never closed": 11,
46
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
47
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
48
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
49
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 308,
50
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
51
  "syntax_error:expected an indented block after function definition on line 7": 1,
52
  "syntax_error:inconsistent use of tabs and spaces in indentation": 14,
53
  "syntax_error:invalid character '“' (U+201C)": 2,
54
  "syntax_error:invalid decimal literal": 7,
55
- "syntax_error:invalid syntax": 28,
56
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
57
- "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
58
- "too_large": 367,
59
  "too_many_ast_nodes": 2,
60
- "too_many_lines": 23,
61
  "too_small": 44
62
  },
63
- "filtered_candidates": 1085,
64
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
65
  "languages": [
66
  "en",
@@ -72,15 +73,15 @@
72
  ],
73
  "projection_failures": 1,
74
  "run_id": "run_20260529_073950_utc",
75
- "seen_candidates": 3591,
76
- "shards_completed": 23,
77
  "source_label_counts": {
78
- "github_code_clean_python_apache_2_0": 207,
79
- "github_code_clean_python_bsd_2": 186,
80
- "github_code_clean_python_bsd_3": 187,
81
- "github_code_clean_python_cc0": 184,
82
- "github_code_clean_python_isc": 196,
83
- "github_code_clean_python_mit": 190
84
  },
85
  "source_specs": [
86
  {
@@ -141,5 +142,5 @@
141
  "started_utc": "2026-05-29T07:39:51+00:00",
142
  "strict_gate_failures": 0,
143
  "target_accepted_rows": 100000,
144
- "updated_utc": "2026-05-29T07:47:28+00:00"
145
  }
 
1
  {
2
+ "accepted_rows": 1200,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
23
  "train-00019.jsonl.gz",
24
  "train-00020.jsonl.gz",
25
  "train-00021.jsonl.gz",
26
+ "train-00022.jsonl.gz",
27
+ "train-00023.jsonl.gz"
28
  ],
29
+ "duplicates": 1419,
30
  "family_counts": {
31
+ "async": 13,
32
+ "classes": 655,
33
+ "comprehensions": 217,
34
+ "context_managers": 150,
35
+ "exceptions": 333,
36
+ "functions": 941,
37
+ "generators": 42,
38
+ "imports": 1105,
39
+ "lambda": 84,
40
+ "loops": 467,
41
+ "simple_module": 31
42
  },
43
  "filter_reasons": {
44
+ "auto_generated": 123,
45
+ "skipped_path_pattern": 142,
46
+ "syntax_error:'(' was never closed": 12,
47
  "syntax_error:'u' and 'r' prefixes are incompatible": 3,
48
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
49
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
50
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 317,
51
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
52
  "syntax_error:expected an indented block after function definition on line 7": 1,
53
  "syntax_error:inconsistent use of tabs and spaces in indentation": 14,
54
  "syntax_error:invalid character '“' (U+201C)": 2,
55
  "syntax_error:invalid decimal literal": 7,
56
+ "syntax_error:invalid syntax": 30,
57
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 5,
58
+ "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 4,
59
+ "too_large": 371,
60
  "too_many_ast_nodes": 2,
61
+ "too_many_lines": 26,
62
  "too_small": 44
63
  },
64
+ "filtered_candidates": 1111,
65
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
66
  "languages": [
67
  "en",
 
73
  ],
74
  "projection_failures": 1,
75
  "run_id": "run_20260529_073950_utc",
76
+ "seen_candidates": 3734,
77
+ "shards_completed": 24,
78
  "source_label_counts": {
79
+ "github_code_clean_python_apache_2_0": 214,
80
+ "github_code_clean_python_bsd_2": 193,
81
+ "github_code_clean_python_bsd_3": 198,
82
+ "github_code_clean_python_cc0": 190,
83
+ "github_code_clean_python_isc": 205,
84
+ "github_code_clean_python_mit": 200
85
  },
86
  "source_specs": [
87
  {
 
142
  "started_utc": "2026-05-29T07:39:51+00:00",
143
  "strict_gate_failures": 0,
144
  "target_accepted_rows": 100000,
145
+ "updated_utc": "2026-05-29T07:47:40+00:00"
146
  }