CircularBalls commited on
Commit
c1a4c11
·
verified ·
1 Parent(s): c4c5422

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +25 -24
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,50 +32,51 @@
32
  "train-00028.jsonl.gz",
33
  "train-00029.jsonl.gz",
34
  "train-00030.jsonl.gz",
35
- "train-00031.jsonl.gz"
 
36
  ],
37
  "duplicates": 0,
38
  "family_counts": {
39
- "async": 13,
40
- "classes": 834,
41
- "comprehensions": 266,
42
- "context_managers": 181,
43
- "exceptions": 410,
44
- "functions": 1228,
45
- "generators": 68,
46
- "imports": 1469,
47
- "lambda": 96,
48
- "loops": 629,
49
  "simple_module": 35
50
  },
51
  "filter_reasons": {
52
- "auto_generated": 97,
53
- "skipped_path_pattern": 108,
54
  "syntax_error:'(' was never closed": 5,
55
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
56
  "syntax_error:Function parameters cannot be parenthesized": 1,
57
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
58
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
59
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 205,
60
  "syntax_error:expected ':'": 2,
61
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
62
  "syntax_error:expected an indented block after class definition on line 5": 1,
63
  "syntax_error:expected an indented block after function definition on line 13": 1,
64
- "syntax_error:inconsistent use of tabs and spaces in indentation": 7,
65
  "syntax_error:invalid character '…' (U+2026)": 1,
66
  "syntax_error:invalid decimal literal": 3,
67
  "syntax_error:invalid hexadecimal literal": 2,
68
- "syntax_error:invalid syntax": 21,
69
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
70
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
71
  "syntax_error:unexpected indent": 1,
72
  "syntax_error:unmatched ')'": 2,
73
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
74
- "too_large": 150,
75
  "too_many_lines": 12,
76
- "too_small": 43
77
  },
78
- "filtered_candidates": 671,
79
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
80
  "languages": [
81
  "en",
@@ -87,10 +88,10 @@
87
  ],
88
  "projection_failures": 1,
89
  "run_id": "run_20260529_092955_utc",
90
- "seen_candidates": 2275,
91
- "shards_completed": 32,
92
  "source_label_counts": {
93
- "github_code_clean_python_mit_single": 1600
94
  },
95
  "source_specs": [
96
  {
@@ -106,5 +107,5 @@
106
  "started_utc": "2026-05-29T09:29:57+00:00",
107
  "strict_gate_failures": 0,
108
  "target_accepted_rows": 100000,
109
- "updated_utc": "2026-05-29T09:34:06+00:00"
110
  }
 
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": 0,
39
  "family_counts": {
40
+ "async": 14,
41
+ "classes": 860,
42
+ "comprehensions": 277,
43
+ "context_managers": 190,
44
+ "exceptions": 422,
45
+ "functions": 1269,
46
+ "generators": 70,
47
+ "imports": 1517,
48
+ "lambda": 98,
49
+ "loops": 651,
50
  "simple_module": 35
51
  },
52
  "filter_reasons": {
53
+ "auto_generated": 103,
54
+ "skipped_path_pattern": 109,
55
  "syntax_error:'(' was never closed": 5,
56
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
57
  "syntax_error:Function parameters cannot be parenthesized": 1,
58
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
59
  "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
60
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 210,
61
  "syntax_error:expected ':'": 2,
62
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
63
  "syntax_error:expected an indented block after class definition on line 5": 1,
64
  "syntax_error:expected an indented block after function definition on line 13": 1,
65
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 8,
66
  "syntax_error:invalid character '…' (U+2026)": 1,
67
  "syntax_error:invalid decimal literal": 3,
68
  "syntax_error:invalid hexadecimal literal": 2,
69
+ "syntax_error:invalid syntax": 22,
70
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
71
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
72
  "syntax_error:unexpected indent": 1,
73
  "syntax_error:unmatched ')'": 2,
74
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
75
+ "too_large": 155,
76
  "too_many_lines": 12,
77
+ "too_small": 46
78
  },
79
+ "filtered_candidates": 693,
80
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
81
  "languages": [
82
  "en",
 
88
  ],
89
  "projection_failures": 1,
90
  "run_id": "run_20260529_092955_utc",
91
+ "seen_candidates": 2345,
92
+ "shards_completed": 33,
93
  "source_label_counts": {
94
+ "github_code_clean_python_mit_single": 1650
95
  },
96
  "source_specs": [
97
  {
 
107
  "started_utc": "2026-05-29T09:29:57+00:00",
108
  "strict_gate_failures": 0,
109
  "target_accepted_rows": 100000,
110
+ "updated_utc": "2026-05-29T09:34:12+00:00"
111
  }