CircularBalls commited on
Commit
eb2df5d
·
verified ·
1 Parent(s): 5ffe0d0

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +31 -27
manifest.json CHANGED
@@ -1,31 +1,35 @@
1
  {
2
- "accepted_rows": 100,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
- "train-00001.jsonl.gz"
 
6
  ],
7
- "duplicates": 116,
8
  "family_counts": {
9
  "async": 2,
10
- "classes": 53,
11
- "comprehensions": 11,
12
- "context_managers": 13,
13
- "exceptions": 36,
14
- "functions": 76,
15
- "generators": 2,
16
- "imports": 90,
17
- "lambda": 7,
18
- "loops": 37,
19
- "simple_module": 4
20
  },
21
  "filter_reasons": {
22
- "auto_generated": 16,
23
- "skipped_path_pattern": 5,
24
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 20,
25
- "too_large": 26,
 
 
 
26
  "too_small": 4
27
  },
28
- "filtered_candidates": 71,
29
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
30
  "languages": [
31
  "en",
@@ -37,15 +41,15 @@
37
  ],
38
  "projection_failures": 0,
39
  "run_id": "run_20260529_073950_utc",
40
- "seen_candidates": 287,
41
- "shards_completed": 2,
42
  "source_label_counts": {
43
- "github_code_clean_python_apache_2_0": 20,
44
- "github_code_clean_python_bsd_2": 19,
45
- "github_code_clean_python_bsd_3": 15,
46
- "github_code_clean_python_cc0": 16,
47
- "github_code_clean_python_isc": 15,
48
- "github_code_clean_python_mit": 15
49
  },
50
  "source_specs": [
51
  {
@@ -106,5 +110,5 @@
106
  "started_utc": "2026-05-29T07:39:51+00:00",
107
  "strict_gate_failures": 0,
108
  "target_accepted_rows": 100000,
109
- "updated_utc": "2026-05-29T07:40:44+00:00"
110
  }
 
1
  {
2
+ "accepted_rows": 150,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
+ "train-00001.jsonl.gz",
6
+ "train-00002.jsonl.gz"
7
  ],
8
+ "duplicates": 177,
9
  "family_counts": {
10
  "async": 2,
11
+ "classes": 81,
12
+ "comprehensions": 20,
13
+ "context_managers": 19,
14
+ "exceptions": 50,
15
+ "functions": 112,
16
+ "generators": 5,
17
+ "imports": 131,
18
+ "lambda": 10,
19
+ "loops": 55,
20
+ "simple_module": 7
21
  },
22
  "filter_reasons": {
23
+ "auto_generated": 22,
24
+ "skipped_path_pattern": 6,
25
+ "syntax_error:'(' was never closed": 2,
26
+ "syntax_error:Lambda expression parameters cannot be parenthesized": 3,
27
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 34,
28
+ "syntax_error:expected an indented block after function definition on line 7": 1,
29
+ "too_large": 46,
30
  "too_small": 4
31
  },
32
+ "filtered_candidates": 118,
33
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
34
  "languages": [
35
  "en",
 
41
  ],
42
  "projection_failures": 0,
43
  "run_id": "run_20260529_073950_utc",
44
+ "seen_candidates": 447,
45
+ "shards_completed": 3,
46
  "source_label_counts": {
47
+ "github_code_clean_python_apache_2_0": 26,
48
+ "github_code_clean_python_bsd_2": 27,
49
+ "github_code_clean_python_bsd_3": 25,
50
+ "github_code_clean_python_cc0": 23,
51
+ "github_code_clean_python_isc": 24,
52
+ "github_code_clean_python_mit": 25
53
  },
54
  "source_specs": [
55
  {
 
110
  "started_utc": "2026-05-29T07:39:51+00:00",
111
  "strict_gate_failures": 0,
112
  "target_accepted_rows": 100000,
113
+ "updated_utc": "2026-05-29T07:41:04+00:00"
114
  }