CircularBalls commited on
Commit
b8d0ed7
·
verified ·
1 Parent(s): c4e72ca

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +27 -24
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 650,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -13,38 +13,41 @@
13
  "train-00009.jsonl.gz",
14
  "train-00010.jsonl.gz",
15
  "train-00011.jsonl.gz",
16
- "train-00012.jsonl.gz"
 
17
  ],
18
  "duplicates": 0,
19
  "family_counts": {
20
  "async": 7,
21
- "classes": 327,
22
- "comprehensions": 104,
23
- "context_managers": 73,
24
- "exceptions": 167,
25
- "functions": 488,
26
- "generators": 31,
27
- "imports": 597,
28
- "lambda": 31,
29
- "loops": 255,
30
  "simple_module": 15
31
  },
32
  "filter_reasons": {
33
- "auto_generated": 40,
34
- "skipped_path_pattern": 45,
35
  "syntax_error:'(' was never closed": 1,
36
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 79,
37
- "syntax_error:inconsistent use of tabs and spaces in indentation": 3,
 
38
  "syntax_error:invalid character '…' (U+2026)": 1,
39
  "syntax_error:invalid decimal literal": 1,
40
- "syntax_error:invalid syntax": 7,
 
41
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
42
  "syntax_error:unmatched ')'": 1,
43
- "too_large": 64,
44
- "too_many_lines": 8,
45
- "too_small": 13
46
  },
47
- "filtered_candidates": 265,
48
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
49
  "languages": [
50
  "en",
@@ -56,10 +59,10 @@
56
  ],
57
  "projection_failures": 0,
58
  "run_id": "run_20260529_092955_utc",
59
- "seen_candidates": 917,
60
- "shards_completed": 13,
61
  "source_label_counts": {
62
- "github_code_clean_python_mit_single": 650
63
  },
64
  "source_specs": [
65
  {
@@ -75,5 +78,5 @@
75
  "started_utc": "2026-05-29T09:29:57+00:00",
76
  "strict_gate_failures": 0,
77
  "target_accepted_rows": 100000,
78
- "updated_utc": "2026-05-29T09:31:39+00:00"
79
  }
 
1
  {
2
+ "accepted_rows": 700,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
13
  "train-00009.jsonl.gz",
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,
41
  "syntax_error:invalid decimal literal": 1,
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
  ],
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
  "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
  }