CircularBalls commited on
Commit
b32fe8a
·
verified ·
1 Parent(s): fe8da84

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +24 -22
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "accepted_rows": 900,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
@@ -18,27 +18,29 @@
18
  "train-00014.jsonl.gz",
19
  "train-00015.jsonl.gz",
20
  "train-00016.jsonl.gz",
21
- "train-00017.jsonl.gz"
 
22
  ],
23
  "duplicates": 0,
24
  "family_counts": {
25
  "async": 7,
26
- "classes": 466,
27
- "comprehensions": 145,
28
- "context_managers": 104,
29
- "exceptions": 224,
30
- "functions": 674,
31
- "generators": 44,
32
- "imports": 828,
33
- "lambda": 46,
34
- "loops": 358,
35
- "simple_module": 19
36
  },
37
  "filter_reasons": {
38
- "auto_generated": 58,
39
- "skipped_path_pattern": 57,
40
  "syntax_error:'(' was never closed": 3,
41
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 111,
 
42
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
43
  "syntax_error:expected an indented block after class definition on line 5": 1,
44
  "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
@@ -49,11 +51,11 @@
49
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
50
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
51
  "syntax_error:unmatched ')'": 1,
52
- "too_large": 91,
53
  "too_many_lines": 11,
54
- "too_small": 25
55
  },
56
- "filtered_candidates": 380,
57
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
58
  "languages": [
59
  "en",
@@ -65,10 +67,10 @@
65
  ],
66
  "projection_failures": 0,
67
  "run_id": "run_20260529_092955_utc",
68
- "seen_candidates": 1280,
69
- "shards_completed": 18,
70
  "source_label_counts": {
71
- "github_code_clean_python_mit_single": 900
72
  },
73
  "source_specs": [
74
  {
@@ -84,5 +86,5 @@
84
  "started_utc": "2026-05-29T09:29:57+00:00",
85
  "strict_gate_failures": 0,
86
  "target_accepted_rows": 100000,
87
- "updated_utc": "2026-05-29T09:32:15+00:00"
88
  }
 
1
  {
2
+ "accepted_rows": 950,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
  "train-00001.jsonl.gz",
 
18
  "train-00014.jsonl.gz",
19
  "train-00015.jsonl.gz",
20
  "train-00016.jsonl.gz",
21
+ "train-00017.jsonl.gz",
22
+ "train-00018.jsonl.gz"
23
  ],
24
  "duplicates": 0,
25
  "family_counts": {
26
  "async": 7,
27
+ "classes": 489,
28
+ "comprehensions": 153,
29
+ "context_managers": 109,
30
+ "exceptions": 236,
31
+ "functions": 712,
32
+ "generators": 47,
33
+ "imports": 873,
34
+ "lambda": 49,
35
+ "loops": 381,
36
+ "simple_module": 20
37
  },
38
  "filter_reasons": {
39
+ "auto_generated": 62,
40
+ "skipped_path_pattern": 59,
41
  "syntax_error:'(' was never closed": 3,
42
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 122,
43
+ "syntax_error:expected ':'": 1,
44
  "syntax_error:expected an indented block after 'while' statement on line 12": 1,
45
  "syntax_error:expected an indented block after class definition on line 5": 1,
46
  "syntax_error:inconsistent use of tabs and spaces in indentation": 4,
 
51
  "syntax_error:invalid syntax. Perhaps you forgot a comma?": 2,
52
  "syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 1,
53
  "syntax_error:unmatched ')'": 1,
54
+ "too_large": 95,
55
  "too_many_lines": 11,
56
+ "too_small": 26
57
  },
58
+ "filtered_candidates": 403,
59
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
60
  "languages": [
61
  "en",
 
67
  ],
68
  "projection_failures": 0,
69
  "run_id": "run_20260529_092955_utc",
70
+ "seen_candidates": 1355,
71
+ "shards_completed": 19,
72
  "source_label_counts": {
73
+ "github_code_clean_python_mit_single": 950
74
  },
75
  "source_specs": [
76
  {
 
86
  "started_utc": "2026-05-29T09:29:57+00:00",
87
  "strict_gate_failures": 0,
88
  "target_accepted_rows": 100000,
89
+ "updated_utc": "2026-05-29T09:32:24+00:00"
90
  }