CircularBalls commited on
Commit
485b84f
·
verified ·
1 Parent(s): d0d9f4a

Update Plaincode CNL manifest

Browse files
Files changed (1) hide show
  1. manifest.json +24 -22
manifest.json CHANGED
@@ -1,33 +1,35 @@
1
  {
2
- "accepted_rows": 100,
3
  "completed_shards": [
4
  "train-00000.jsonl.gz",
5
- "train-00001.jsonl.gz"
 
6
  ],
7
  "duplicates": 0,
8
  "family_counts": {
9
- "async": 1,
10
- "classes": 53,
11
- "comprehensions": 13,
12
- "context_managers": 11,
13
- "exceptions": 28,
14
- "functions": 81,
15
- "generators": 5,
16
- "imports": 87,
17
- "lambda": 2,
18
- "loops": 39
 
19
  },
20
  "filter_reasons": {
21
- "auto_generated": 6,
22
- "skipped_path_pattern": 7,
23
- "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 18,
24
  "syntax_error:inconsistent use of tabs and spaces in indentation": 1,
25
  "syntax_error:invalid decimal literal": 1,
26
- "syntax_error:invalid syntax": 1,
27
- "too_large": 18,
28
  "too_small": 3
29
  },
30
- "filtered_candidates": 55,
31
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
32
  "languages": [
33
  "en",
@@ -39,10 +41,10 @@
39
  ],
40
  "projection_failures": 0,
41
  "run_id": "run_20260529_092955_utc",
42
- "seen_candidates": 155,
43
- "shards_completed": 2,
44
  "source_label_counts": {
45
- "github_code_clean_python_mit_single": 100
46
  },
47
  "source_specs": [
48
  {
@@ -58,5 +60,5 @@
58
  "started_utc": "2026-05-29T09:29:57+00:00",
59
  "strict_gate_failures": 0,
60
  "target_accepted_rows": 100000,
61
- "updated_utc": "2026-05-29T09:30:18+00:00"
62
  }
 
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": 0,
9
  "family_counts": {
10
+ "async": 2,
11
+ "classes": 84,
12
+ "comprehensions": 22,
13
+ "context_managers": 17,
14
+ "exceptions": 39,
15
+ "functions": 118,
16
+ "generators": 7,
17
+ "imports": 130,
18
+ "lambda": 7,
19
+ "loops": 61,
20
+ "simple_module": 3
21
  },
22
  "filter_reasons": {
23
+ "auto_generated": 10,
24
+ "skipped_path_pattern": 8,
25
+ "syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 24,
26
  "syntax_error:inconsistent use of tabs and spaces in indentation": 1,
27
  "syntax_error:invalid decimal literal": 1,
28
+ "syntax_error:invalid syntax": 2,
29
+ "too_large": 22,
30
  "too_small": 3
31
  },
32
+ "filtered_candidates": 71,
33
  "hf_repo_id": "CircularBalls/plaincode-cnl-100k",
34
  "languages": [
35
  "en",
 
41
  ],
42
  "projection_failures": 0,
43
  "run_id": "run_20260529_092955_utc",
44
+ "seen_candidates": 223,
45
+ "shards_completed": 3,
46
  "source_label_counts": {
47
+ "github_code_clean_python_mit_single": 150
48
  },
49
  "source_specs": [
50
  {
 
60
  "started_utc": "2026-05-29T09:29:57+00:00",
61
  "strict_gate_failures": 0,
62
  "target_accepted_rows": 100000,
63
+ "updated_utc": "2026-05-29T09:30:26+00:00"
64
  }