CircularBalls commited on
Commit
6ca08c6
·
verified ·
1 Parent(s): 93cb152

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +21 -20
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1800,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -36,36 +36,37 @@
36
  "train-00032.jsonl.gz",
37
  "train-00033.jsonl.gz",
38
  "train-00034.jsonl.gz",
39
- "train-00035.jsonl.gz"
 
40
  ],
41
  "duplicates": 0,
42
  "family_counts": {
43
  "async": 18,
44
- "classes": 944,
45
- "comprehensions": 302,
46
- "context_managers": 203,
47
- "exceptions": 462,
48
- "functions": 1390,
49
  "generators": 77,
50
- "imports": 1655,
51
- "lambda": 109,
52
- "loops": 709,
53
  "simple_module": 36
54
  },
55
  "filter_reasons": {
56
- "auto_generated": 109,
57
- "skipped_path_pattern": 119,
58
  "syntax_error:'(' was never closed": 8,
59
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
60
  "syntax_error:Function parameters cannot be parenthesized": 1,
61
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
62
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
63
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 225,
64
  "syntax_error:expected ':'": 2,
65
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
66
  "syntax_error:expected an indented block after class definition on line 5": 1,
67
  "syntax_error:expected an indented block after function definition on line 13": 1,
68
- "syntax_error:inconsistent use of tabs and spaces in indentation": 8,
69
  "syntax_error:invalid character '…' (U+2026)": 1,
70
  "syntax_error:invalid decimal literal": 3,
71
  "syntax_error:invalid hexadecimal literal": 2,
@@ -75,12 +76,12 @@
75
  "syntax_error:unexpected indent": 1,
76
  "syntax_error:unmatched ')'": 2,
77
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
78
- "too_large": 168,
79
  "too_many_ast_nodes": 1,
80
  "too_many_lines": 12,
81
  "too_small": 47
82
  },
83
- "filtered_candidates": 745,
84
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
85
  "languages": [
86
  "en",
@@ -92,10 +93,10 @@
92
  ],
93
  "projection_failures": 1,
94
  "run_id": "run_20260529_092955_utc",
95
- "seen_candidates": 2549,
96
- "shards_completed": 36,
97
  "source_label_counts": {
98
- "github_code_clean_python_mit_single": 1800
99
  },
100
  "source_specs": [
101
  {
@@ -111,5 +112,5 @@
111
  "started_utc": "2026-05-29T09:29:57+00:00",
112
  "strict_gate_failures": 0,
113
  "target_accepted_rows": 100000,
114
- "updated_utc": "2026-05-29T09:34:39+00:00"
115
  }
 
1
  {
2
+ "accepted_rows": 1850,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
36
  "train-00032.jsonl.gz",
37
  "train-00033.jsonl.gz",
38
  "train-00034.jsonl.gz",
39
+ "train-00035.jsonl.gz",
40
+ "train-00036.jsonl.gz"
41
  ],
42
  "duplicates": 0,
43
  "family_counts": {
44
  "async": 18,
45
+ "classes": 965,
46
+ "comprehensions": 309,
47
+ "context_managers": 212,
48
+ "exceptions": 475,
49
+ "functions": 1432,
50
  "generators": 77,
51
+ "imports": 1704,
52
+ "lambda": 111,
53
+ "loops": 726,
54
  "simple_module": 36
55
  },
56
  "filter_reasons": {
57
+ "auto_generated": 112,
58
+ "skipped_path_pattern": 122,
59
  "syntax_error:'(' was never closed": 8,
60
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
61
  "syntax_error:Function parameters cannot be parenthesized": 1,
62
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
63
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
64
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 231,
65
  "syntax_error:expected ':'": 2,
66
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
67
  "syntax_error:expected an indented block after class definition on line 5": 1,
68
  "syntax_error:expected an indented block after function definition on line 13": 1,
69
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 9,
70
  "syntax_error:invalid character '…' (U+2026)": 1,
71
  "syntax_error:invalid decimal literal": 3,
72
  "syntax_error:invalid hexadecimal literal": 2,
 
76
  "syntax_error:unexpected indent": 1,
77
  "syntax_error:unmatched ')'": 2,
78
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
79
+ "too_large": 171,
80
  "too_many_ast_nodes": 1,
81
  "too_many_lines": 12,
82
  "too_small": 47
83
  },
84
+ "filtered_candidates": 761,
85
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
86
  "languages": [
87
  "en",
 
93
  ],
94
  "projection_failures": 1,
95
  "run_id": "run_20260529_092955_utc",
96
+ "seen_candidates": 2613,
97
+ "shards_completed": 37,
98
  "source_label_counts": {
99
+ "github_code_clean_python_mit_single": 1850
100
  },
101
  "source_specs": [
102
  {
 
112
  "started_utc": "2026-05-29T09:29:57+00:00",
113
  "strict_gate_failures": 0,
114
  "target_accepted_rows": 100000,
115
+ "updated_utc": "2026-05-29T09:34:46+00:00"
116
  }