CircularBalls commited on
Commit
1b6fe20
·
verified ·
1 Parent(s): 072e407

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +28 -27
manifest.json CHANGED
@@ -1,30 +1,31 @@
1
  {
2
- "accepted_rows": 50,
3
  "completed_shards": [
4
- "train-00000.jsonl.gz"
 
5
  ],
6
- "duplicates": 58,
7
  "family_counts": {
8
- "async": 1,
9
- "classes": 28,
10
- "comprehensions": 8,
11
- "context_managers": 4,
12
- "exceptions": 20,
13
- "functions": 36,
14
  "generators": 2,
15
- "imports": 46,
16
- "lambda": 6,
17
- "loops": 20,
18
- "simple_module": 2
19
  },
20
  "filter_reasons": {
21
- "auto_generated": 4,
22
- "skipped_path_pattern": 2,
23
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 12,
24
- "too_large": 16,
25
  "too_small": 4
26
  },
27
- "filtered_candidates": 38,
28
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
29
  "languages": [
30
  "en",
@@ -36,15 +37,15 @@
36
  ],
37
  "projection_failures": 0,
38
  "run_id": "run_20260529_073950_utc",
39
- "seen_candidates": 148,
40
- "shards_completed": 1,
41
  "source_label_counts": {
42
- "github_code_clean_python_apache_2_0": 11,
43
- "github_code_clean_python_bsd_2": 9,
44
- "github_code_clean_python_bsd_3": 6,
45
- "github_code_clean_python_cc0": 9,
46
- "github_code_clean_python_isc": 8,
47
- "github_code_clean_python_mit": 7
48
  },
49
  "source_specs": [
50
  {
@@ -105,5 +106,5 @@
105
  "started_utc": "2026-05-29T07:39:51+00:00",
106
  "strict_gate_failures": 0,
107
  "target_accepted_rows": 100000,
108
- "updated_utc": "2026-05-29T07:40:31+00:00"
109
  }
 
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
  ],
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
  "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
  }