Initialize Plaincode CNL manifest
Browse files- manifest.json +42 -0
manifest.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"accepted_python_sources": 22350,
|
| 3 |
+
"accepted_rows": 22350,
|
| 4 |
+
"completed_shards": [],
|
| 5 |
+
"duplicates": 0,
|
| 6 |
+
"emitted_language_rows": 134100,
|
| 7 |
+
"family_counts": {},
|
| 8 |
+
"filter_reasons": {},
|
| 9 |
+
"filtered_candidates": 0,
|
| 10 |
+
"hf_repo_id": "CircularBalls/plaincode-cnl-100k-by-language",
|
| 11 |
+
"languages": [
|
| 12 |
+
"en",
|
| 13 |
+
"es",
|
| 14 |
+
"fr",
|
| 15 |
+
"pt",
|
| 16 |
+
"zh",
|
| 17 |
+
"hi"
|
| 18 |
+
],
|
| 19 |
+
"projection_failures": 0,
|
| 20 |
+
"resume_accepted_rows": 22350,
|
| 21 |
+
"resume_skipped_accepted_rows": 0,
|
| 22 |
+
"resume_start_shard": 447,
|
| 23 |
+
"row_schema": "one-language-per-row",
|
| 24 |
+
"run_id": "run_20260530_103908_utc",
|
| 25 |
+
"seen_candidates": 0,
|
| 26 |
+
"shards_completed": 0,
|
| 27 |
+
"source_label_counts": {},
|
| 28 |
+
"source_specs": [
|
| 29 |
+
{
|
| 30 |
+
"config": "Python-mit",
|
| 31 |
+
"dataset": "codeparrot/github-code-clean",
|
| 32 |
+
"enabled": true,
|
| 33 |
+
"label": "github_code_clean_python_mit_single",
|
| 34 |
+
"split": "train",
|
| 35 |
+
"trust_remote_code": false,
|
| 36 |
+
"weight": 1
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"started_utc": "2026-05-30T10:39:10+00:00",
|
| 40 |
+
"strict_gate_failures": 0,
|
| 41 |
+
"target_accepted_rows": 100000
|
| 42 |
+
}
|