CircularBalls commited on
Commit
6ed3361
·
verified ·
1 Parent(s): eb0ad79

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +25 -22
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 1500,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -30,30 +30,32 @@
30
  "train-00026.jsonl.gz",
31
  "train-00027.jsonl.gz",
32
  "train-00028.jsonl.gz",
33
- "train-00029.jsonl.gz"
 
34
  ],
35
  "duplicates": 0,
36
  "family_counts": {
37
  "async": 13,
38
- "classes": 783,
39
- "comprehensions": 247,
40
- "context_managers": 169,
41
- "exceptions": 384,
42
- "functions": 1151,
43
- "generators": 65,
44
- "imports": 1382,
45
- "lambda": 87,
46
- "loops": 597,
47
- "simple_module": 31
48
  },
49
  "filter_reasons": {
50
- "auto_generated": 95,
51
- "skipped_path_pattern": 102,
52
  "syntax_error:'(' was never closed": 5,
53
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
54
  "syntax_error:Function parameters cannot be parenthesized": 1,
55
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
56
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 190,
 
57
  "syntax_error:expected ':'": 2,
58
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
59
  "syntax_error:expected an indented block after class definition on line 5": 1,
@@ -61,16 +63,17 @@
61
  "syntax_error:invalid character '…' (U+2026)": 1,
62
  "syntax_error:invalid decimal literal": 3,
63
  "syntax_error:invalid hexadecimal literal": 2,
64
- "syntax_error:invalid syntax": 16,
65
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
66
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
 
67
  "syntax_error:unmatched ')'": 2,
68
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
69
- "too_large": 141,
70
  "too_many_lines": 12,
71
  "too_small": 41
72
  },
73
- "filtered_candidates": 628,
74
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
75
  "languages": [
76
  "en",
@@ -82,10 +85,10 @@
82
  ],
83
  "projection_failures": 1,
84
  "run_id": "run_20260529_092955_utc",
85
- "seen_candidates": 2132,
86
- "shards_completed": 30,
87
  "source_label_counts": {
88
- "github_code_clean_python_mit_single": 1500
89
  },
90
  "source_specs": [
91
  {
@@ -101,5 +104,5 @@
101
  "started_utc": "2026-05-29T09:29:57+00:00",
102
  "strict_gate_failures": 0,
103
  "target_accepted_rows": 100000,
104
- "updated_utc": "2026-05-29T09:33:49+00:00"
105
  }
 
1
  {
2
+ "accepted_rows": 1550,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
30
  "train-00026.jsonl.gz",
31
  "train-00027.jsonl.gz",
32
  "train-00028.jsonl.gz",
33
+ "train-00029.jsonl.gz",
34
+ "train-00030.jsonl.gz"
35
  ],
36
  "duplicates": 0,
37
  "family_counts": {
38
  "async": 13,
39
+ "classes": 811,
40
+ "comprehensions": 259,
41
+ "context_managers": 174,
42
+ "exceptions": 398,
43
+ "functions": 1193,
44
+ "generators": 66,
45
+ "imports": 1426,
46
+ "lambda": 91,
47
+ "loops": 613,
48
+ "simple_module": 32
49
  },
50
  "filter_reasons": {
51
+ "auto_generated": 96,
52
+ "skipped_path_pattern": 105,
53
  "syntax_error:'(' was never closed": 5,
54
  "syntax_error:'u' and 'r' prefixes are incompatible": 1,
55
  "syntax_error:Function parameters cannot be parenthesized": 1,
56
  "syntax_error:Lambda expression parameters cannot be parenthesized": 1,
57
+ "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
58
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 193,
59
  "syntax_error:expected ':'": 2,
60
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
61
  "syntax_error:expected an indented block after class definition on line 5": 1,
 
63
  "syntax_error:invalid character '…' (U+2026)": 1,
64
  "syntax_error:invalid decimal literal": 3,
65
  "syntax_error:invalid hexadecimal literal": 2,
66
+ "syntax_error:invalid syntax": 18,
67
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
68
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
69
+ "syntax_error:unexpected indent": 1,
70
  "syntax_error:unmatched ')'": 2,
71
  "syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
72
+ "too_large": 144,
73
  "too_many_lines": 12,
74
  "too_small": 41
75
  },
76
+ "filtered_candidates": 642,
77
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
78
  "languages": [
79
  "en",
 
85
  ],
86
  "projection_failures": 1,
87
  "run_id": "run_20260529_092955_utc",
88
+ "seen_candidates": 2194,
89
+ "shards_completed": 31,
90
  "source_label_counts": {
91
+ "github_code_clean_python_mit_single": 1550
92
  },
93
  "source_specs": [
94
  {
 
104
  "started_utc": "2026-05-29T09:29:57+00:00",
105
  "strict_gate_failures": 0,
106
  "target_accepted_rows": 100000,
107
+ "updated_utc": "2026-05-29T09:33:58+00:00"
108
  }