CircularBalls commited on
Commit
3d3c23b
·
verified ·
1 Parent(s): 5b8981d

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +31 -9
manifest.json CHANGED
@@ -1,10 +1,29 @@
1
  {
2
- "accepted_rows": 0,
3
- "completed_shards": [],
 
 
4
  "duplicates": 0,
5
- "family_counts": {},
6
- "filter_reasons": {},
7
- "filtered_candidates": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
9
  "languages": [
10
  "en",
@@ -16,9 +35,11 @@
16
  ],
17
  "projection_failures": 0,
18
  "run_id": "run_20260529_092955_utc",
19
- "seen_candidates": 0,
20
- "shards_completed": 0,
21
- "source_label_counts": {},
 
 
22
  "source_specs": [
23
  {
24
  "config": "Python-mit",
@@ -32,5 +53,6 @@
32
  ],
33
  "started_utc": "2026-05-29T09:29:57+00:00",
34
  "strict_gate_failures": 0,
35
- "target_accepted_rows": 100000
 
36
  }
 
1
  {
2
+ "accepted_rows": 50,
3
+ "completed_shards": [
4
+ "train-00000.jsonl.gz"
5
+ ],
6
  "duplicates": 0,
7
+ "family_counts": {
8
+ "async": 1,
9
+ "classes": 29,
10
+ "comprehensions": 5,
11
+ "context_managers": 5,
12
+ "exceptions": 14,
13
+ "functions": 43,
14
+ "generators": 2,
15
+ "imports": 44,
16
+ "lambda": 2,
17
+ "loops": 20
18
+ },
19
+ "filter_reasons": {
20
+ "auto_generated": 5,
21
+ "skipped_path_pattern": 4,
22
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 5,
23
+ "too_large": 8,
24
+ "too_small": 2
25
+ },
26
+ "filtered_candidates": 24,
27
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
28
  "languages": [
29
  "en",
 
35
  ],
36
  "projection_failures": 0,
37
  "run_id": "run_20260529_092955_utc",
38
+ "seen_candidates": 76,
39
+ "shards_completed": 1,
40
+ "source_label_counts": {
41
+ "github_code_clean_python_mit_single": 50
42
+ },
43
  "source_specs": [
44
  {
45
  "config": "Python-mit",
 
53
  ],
54
  "started_utc": "2026-05-29T09:29:57+00:00",
55
  "strict_gate_failures": 0,
56
+ "target_accepted_rows": 100000,
57
+ "updated_utc": "2026-05-29T09:30:08+00:00"
58
  }