CircularBalls commited on
Commit
dd20093
·
verified ·
1 Parent(s): a30f2c2

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +30 -28
manifest.json CHANGED
@@ -1,42 +1,44 @@
1
  {
2
- "accepted_rows": 300,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
6
  "train-00002.jsonl.gz",
7
  "train-00003.jsonl.gz",
8
  "train-00004.jsonl.gz",
9
- "train-00005.jsonl.gz"
 
10
  ],
11
- "duplicates": 349,
12
  "family_counts": {
13
  "async": 2,
14
- "classes": 152,
15
- "comprehensions": 43,
16
- "context_managers": 34,
17
- "exceptions": 85,
18
- "functions": 229,
19
- "generators": 9,
20
- "imports": 268,
21
- "lambda": 21,
22
- "loops": 112,
23
  "simple_module": 10
24
  },
25
  "filter_reasons": {
26
- "auto_generated": 46,
27
- "skipped_path_pattern": 30,
28
  "syntax_error:'(' was never closed": 2,
29
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
30
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 68,
31
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
32
  "syntax_error:expected an indented block after function definition on line 7": 1,
33
- "syntax_error:invalid syntax": 3,
 
34
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
35
- "too_large": 89,
36
- "too_many_lines": 1,
37
  "too_small": 13
38
  },
39
- "filtered_candidates": 260,
40
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
41
  "languages": [
42
  "en",
@@ -48,15 +50,15 @@
48
  ],
49
  "projection_failures": 1,
50
  "run_id": "run_20260529_073950_utc",
51
- "seen_candidates": 913,
52
- "shards_completed": 6,
53
  "source_label_counts": {
54
- "github_code_clean_python_apache_2_0": 51,
55
- "github_code_clean_python_bsd_2": 50,
56
- "github_code_clean_python_bsd_3": 53,
57
- "github_code_clean_python_cc0": 48,
58
- "github_code_clean_python_isc": 50,
59
- "github_code_clean_python_mit": 48
60
  },
61
  "source_specs": [
62
  {
@@ -117,5 +119,5 @@
117
  "started_utc": "2026-05-29T07:39:51+00:00",
118
  "strict_gate_failures": 0,
119
  "target_accepted_rows": 100000,
120
- "updated_utc": "2026-05-29T07:42:01+00:00"
121
  }
 
1
  {
2
+ "accepted_rows": 350,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
6
  "train-00002.jsonl.gz",
7
  "train-00003.jsonl.gz",
8
  "train-00004.jsonl.gz",
9
+ "train-00005.jsonl.gz",
10
+ "train-00006.jsonl.gz"
11
  ],
12
+ "duplicates": 407,
13
  "family_counts": {
14
  "async": 2,
15
+ "classes": 181,
16
+ "comprehensions": 56,
17
+ "context_managers": 44,
18
+ "exceptions": 99,
19
+ "functions": 269,
20
+ "generators": 12,
21
+ "imports": 315,
22
+ "lambda": 25,
23
+ "loops": 135,
24
  "simple_module": 10
25
  },
26
  "filter_reasons": {
27
+ "auto_generated": 49,
28
+ "skipped_path_pattern": 41,
29
  "syntax_error:'(' was never closed": 2,
30
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
31
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 80,
32
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
33
  "syntax_error:expected an indented block after function definition on line 7": 1,
34
+ "syntax_error:inconsistent use of tabs and spaces in indentation": 5,
35
+ "syntax_error:invalid syntax": 4,
36
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
37
+ "too_large": 104,
38
+ "too_many_lines": 3,
39
  "too_small": 13
40
  },
41
+ "filtered_candidates": 309,
42
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
43
  "languages": [
44
  "en",
 
50
  ],
51
  "projection_failures": 1,
52
  "run_id": "run_20260529_073950_utc",
53
+ "seen_candidates": 1068,
54
+ "shards_completed": 7,
55
  "source_label_counts": {
56
+ "github_code_clean_python_apache_2_0": 60,
57
+ "github_code_clean_python_bsd_2": 57,
58
+ "github_code_clean_python_bsd_3": 62,
59
+ "github_code_clean_python_cc0": 55,
60
+ "github_code_clean_python_isc": 59,
61
+ "github_code_clean_python_mit": 57
62
  },
63
  "source_specs": [
64
  {
 
119
  "started_utc": "2026-05-29T07:39:51+00:00",
120
  "strict_gate_failures": 0,
121
  "target_accepted_rows": 100000,
122
+ "updated_utc": "2026-05-29T07:42:23+00:00"
123
  }