CircularBalls commited on
Commit
1ef7435
·
verified ·
1 Parent(s): cb79993

Update Plaincode CNL manifest

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