CircularBalls commited on
Commit
5d38f42
·
verified ·
1 Parent(s): f4fbac8

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +31 -29
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 350,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -7,38 +7,40 @@
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,15 +52,15 @@
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,5 +121,5 @@
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
  }
 
1
  {
2
+ "accepted_rows": 400,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
7
  "train-00003.jsonl.gz",
8
  "train-00004.jsonl.gz",
9
  "train-00005.jsonl.gz",
10
+ "train-00006.jsonl.gz",
11
+ "train-00007.jsonl.gz"
12
  ],
13
+ "duplicates": 461,
14
  "family_counts": {
15
+ "async": 3,
16
+ "classes": 202,
17
+ "comprehensions": 68,
18
+ "context_managers": 53,
19
+ "exceptions": 120,
20
+ "functions": 311,
21
+ "generators": 13,
22
+ "imports": 362,
23
+ "lambda": 28,
24
+ "loops": 158,
25
+ "simple_module": 11
26
  },
27
  "filter_reasons": {
28
+ "auto_generated": 51,
29
+ "skipped_path_pattern": 48,
30
  "syntax_error:'(' was never closed": 2,
31
  "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
32
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 93,
33
  "syntax_error:closing parenthesis '}' does not match opening parenthesis '(' on line 67": 3,
34
  "syntax_error:expected an indented block after function definition on line 7": 1,
35
  "syntax_error:inconsistent use of tabs and spaces in indentation": 5,
36
+ "syntax_error:invalid decimal literal": 4,
37
  "syntax_error:invalid syntax": 4,
38
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 1,
39
+ "too_large": 122,
40
+ "too_many_lines": 10,
41
  "too_small": 13
42
  },
43
+ "filtered_candidates": 360,
44
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
45
  "languages": [
46
  "en",
 
52
  ],
53
  "projection_failures": 1,
54
  "run_id": "run_20260529_073950_utc",
55
+ "seen_candidates": 1225,
56
+ "shards_completed": 8,
57
  "source_label_counts": {
58
+ "github_code_clean_python_apache_2_0": 69,
59
+ "github_code_clean_python_bsd_2": 64,
60
+ "github_code_clean_python_bsd_3": 70,
61
+ "github_code_clean_python_cc0": 65,
62
+ "github_code_clean_python_isc": 69,
63
+ "github_code_clean_python_mit": 63
64
  },
65
  "source_specs": [
66
  {
 
121
  "started_utc": "2026-05-29T07:39:51+00:00",
122
  "strict_gate_failures": 0,
123
  "target_accepted_rows": 100000,
124
+ "updated_utc": "2026-05-29T07:42:38+00:00"
125
  }