CircularBalls commited on
Commit
15aa359
·
verified ·
1 Parent(s): 4003b71

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +26 -24
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 700,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -14,27 +14,28 @@
14
  "train-00010.jsonl.gz",
15
  "train-00011.jsonl.gz",
16
  "train-00012.jsonl.gz",
17
- "train-00013.jsonl.gz"
 
18
  ],
19
  "duplicates": 0,
20
  "family_counts": {
21
  "async": 7,
22
- "classes": 356,
23
- "comprehensions": 117,
24
- "context_managers": 82,
25
- "exceptions": 183,
26
- "functions": 531,
27
- "generators": 35,
28
- "imports": 642,
29
- "lambda": 36,
30
- "loops": 281,
31
- "simple_module": 15
32
  },
33
  "filter_reasons": {
34
- "auto_generated": 45,
35
- "skipped_path_pattern": 46,
36
- "syntax_error:'(' was never closed": 1,
37
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 90,
38
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
39
  "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
40
  "syntax_error:invalid character '…' (U+2026)": 1,
@@ -42,12 +43,13 @@
42
  "syntax_error:invalid hexadecimal literal": 1,
43
  "syntax_error:invalid syntax": 8,
44
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
 
45
  "syntax_error:unmatched ')'": 1,
46
- "too_large": 73,
47
- "too_many_lines": 9,
48
- "too_small": 16
49
  },
50
- "filtered_candidates": 299,
51
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
52
  "languages": [
53
  "en",
@@ -59,10 +61,10 @@
59
  ],
60
  "projection_failures": 0,
61
  "run_id": "run_20260529_092955_utc",
62
- "seen_candidates": 999,
63
- "shards_completed": 14,
64
  "source_label_counts": {
65
- "github_code_clean_python_mit_single": 700
66
  },
67
  "source_specs": [
68
  {
@@ -78,5 +80,5 @@
78
  "started_utc": "2026-05-29T09:29:57+00:00",
79
  "strict_gate_failures": 0,
80
  "target_accepted_rows": 100000,
81
- "updated_utc": "2026-05-29T09:31:48+00:00"
82
  }
 
1
  {
2
+ "accepted_rows": 750,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
14
  "train-00010.jsonl.gz",
15
  "train-00011.jsonl.gz",
16
  "train-00012.jsonl.gz",
17
+ "train-00013.jsonl.gz",
18
+ "train-00014.jsonl.gz"
19
  ],
20
  "duplicates": 0,
21
  "family_counts": {
22
  "async": 7,
23
+ "classes": 383,
24
+ "comprehensions": 122,
25
+ "context_managers": 89,
26
+ "exceptions": 192,
27
+ "functions": 565,
28
+ "generators": 39,
29
+ "imports": 688,
30
+ "lambda": 40,
31
+ "loops": 305,
32
+ "simple_module": 17
33
  },
34
  "filter_reasons": {
35
+ "auto_generated": 48,
36
+ "skipped_path_pattern": 47,
37
+ "syntax_error:'(' was never closed": 2,
38
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 95,
39
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
40
  "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
41
  "syntax_error:invalid character '…' (U+2026)": 1,
 
43
  "syntax_error:invalid hexadecimal literal": 1,
44
  "syntax_error:invalid syntax": 8,
45
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
46
+ "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
47
  "syntax_error:unmatched ')'": 1,
48
+ "too_large": 77,
49
+ "too_many_lines": 10,
50
+ "too_small": 19
51
  },
52
+ "filtered_candidates": 318,
53
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
54
  "languages": [
55
  "en",
 
61
  ],
62
  "projection_failures": 0,
63
  "run_id": "run_20260529_092955_utc",
64
+ "seen_candidates": 1070,
65
+ "shards_completed": 15,
66
  "source_label_counts": {
67
+ "github_code_clean_python_mit_single": 750
68
  },
69
  "source_specs": [
70
  {
 
80
  "started_utc": "2026-05-29T09:29:57+00:00",
81
  "strict_gate_failures": 0,
82
  "target_accepted_rows": 100000,
83
+ "updated_utc": "2026-05-29T09:31:55+00:00"
84
  }