CircularBalls commited on
Commit
eca370e
·
verified ·
1 Parent(s): c0a5fca

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +28 -26
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 600,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -12,28 +12,30 @@
12
  "train-00008.jsonl.gz",
13
  "train-00009.jsonl.gz",
14
  "train-00010.jsonl.gz",
15
- "train-00011.jsonl.gz"
 
16
  ],
17
- "duplicates": 689,
18
  "family_counts": {
19
  "async": 3,
20
- "classes": 318,
21
- "comprehensions": 107,
22
- "context_managers": 82,
23
- "exceptions": 166,
24
- "functions": 473,
25
- "generators": 22,
26
- "imports": 544,
27
- "lambda": 41,
28
- "loops": 237,
29
  "simple_module": 16
30
  },
31
  "filter_reasons": {
32
- "auto_generated": 58,
33
- "skipped_path_pattern": 73,
34
  "syntax_error:'(' was never closed": 4,
35
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
36
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 178,
 
37
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
38
  "syntax_error:expected an indented block after function definition on line 7": 1,
39
  "syntax_error:inconsistent use of tabs and spaces in indentation": 6,
@@ -41,11 +43,11 @@
41
  "syntax_error:invalid syntax": 13,
42
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
43
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
44
- "too_large": 222,
45
  "too_many_lines": 14,
46
  "too_small": 20
47
  },
48
- "filtered_candidates": 606,
49
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
50
  "languages": [
51
  "en",
@@ -57,15 +59,15 @@
57
  ],
58
  "projection_failures": 1,
59
  "run_id": "run_20260529_073950_utc",
60
- "seen_candidates": 1899,
61
- "shards_completed": 12,
62
  "source_label_counts": {
63
- "github_code_clean_python_apache_2_0": 104,
64
- "github_code_clean_python_bsd_2": 99,
65
- "github_code_clean_python_bsd_3": 104,
66
- "github_code_clean_python_cc0": 96,
67
- "github_code_clean_python_isc": 105,
68
- "github_code_clean_python_mit": 92
69
  },
70
  "source_specs": [
71
  {
@@ -126,5 +128,5 @@
126
  "started_utc": "2026-05-29T07:39:51+00:00",
127
  "strict_gate_failures": 0,
128
  "target_accepted_rows": 100000,
129
- "updated_utc": "2026-05-29T07:43:44+00:00"
130
  }
 
1
  {
2
+ "accepted_rows": 650,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
12
  "train-00008.jsonl.gz",
13
  "train-00009.jsonl.gz",
14
  "train-00010.jsonl.gz",
15
+ "train-00011.jsonl.gz",
16
+ "train-00012.jsonl.gz"
17
  ],
18
+ "duplicates": 757,
19
  "family_counts": {
20
  "async": 3,
21
+ "classes": 341,
22
+ "comprehensions": 115,
23
+ "context_managers": 85,
24
+ "exceptions": 175,
25
+ "functions": 507,
26
+ "generators": 24,
27
+ "imports": 593,
28
+ "lambda": 46,
29
+ "loops": 252,
30
  "simple_module": 16
31
  },
32
  "filter_reasons": {
33
+ "auto_generated": 67,
34
+ "skipped_path_pattern": 82,
35
  "syntax_error:'(' was never closed": 4,
36
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
37
+ "syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 2,
38
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 186,
39
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
40
  "syntax_error:expected an indented block after function definition on line 7": 1,
41
  "syntax_error:inconsistent use of tabs and spaces in indentation": 6,
 
43
  "syntax_error:invalid syntax": 13,
44
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
45
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 3,
46
+ "too_large": 236,
47
  "too_many_lines": 14,
48
  "too_small": 20
49
  },
50
+ "filtered_candidates": 648,
51
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
52
  "languages": [
53
  "en",
 
59
  ],
60
  "projection_failures": 1,
61
  "run_id": "run_20260529_073950_utc",
62
+ "seen_candidates": 2057,
63
+ "shards_completed": 13,
64
  "source_label_counts": {
65
+ "github_code_clean_python_apache_2_0": 117,
66
+ "github_code_clean_python_bsd_2": 107,
67
+ "github_code_clean_python_bsd_3": 108,
68
+ "github_code_clean_python_cc0": 104,
69
+ "github_code_clean_python_isc": 110,
70
+ "github_code_clean_python_mit": 104
71
  },
72
  "source_specs": [
73
  {
 
128
  "started_utc": "2026-05-29T07:39:51+00:00",
129
  "strict_gate_failures": 0,
130
  "target_accepted_rows": 100000,
131
+ "updated_utc": "2026-05-29T07:44:00+00:00"
132
  }