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