Update Plaincode CNL manifest
Browse files- manifest.json +31 -27
manifest.json
CHANGED
|
@@ -1,31 +1,35 @@
|
|
| 1 |
{
|
| 2 |
-
"accepted_rows":
|
| 3 |
"completed_shards": [
|
| 4 |
"train-00000.jsonl.gz",
|
| 5 |
-
"train-00001.jsonl.gz"
|
|
|
|
| 6 |
],
|
| 7 |
-
"duplicates":
|
| 8 |
"family_counts": {
|
| 9 |
"async": 2,
|
| 10 |
-
"classes":
|
| 11 |
-
"comprehensions":
|
| 12 |
-
"context_managers":
|
| 13 |
-
"exceptions":
|
| 14 |
-
"functions":
|
| 15 |
-
"generators":
|
| 16 |
-
"imports":
|
| 17 |
-
"lambda":
|
| 18 |
-
"loops":
|
| 19 |
-
"simple_module":
|
| 20 |
},
|
| 21 |
"filter_reasons": {
|
| 22 |
-
"auto_generated":
|
| 23 |
-
"skipped_path_pattern":
|
| 24 |
-
"syntax_error:
|
| 25 |
-
"
|
|
|
|
|
|
|
|
|
|
| 26 |
"too_small": 4
|
| 27 |
},
|
| 28 |
-
"filtered_candidates":
|
| 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":
|
| 41 |
-
"shards_completed":
|
| 42 |
"source_label_counts": {
|
| 43 |
-
"github_code_clean_python_apache_2_0":
|
| 44 |
-
"github_code_clean_python_bsd_2":
|
| 45 |
-
"github_code_clean_python_bsd_3":
|
| 46 |
-
"github_code_clean_python_cc0":
|
| 47 |
-
"github_code_clean_python_isc":
|
| 48 |
-
"github_code_clean_python_mit":
|
| 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:
|
| 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 |
}
|