Upload build manifest
Browse files- metadata/build_manifest.json +58 -0
metadata/build_manifest.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"release_phase": "phase4",
|
| 3 |
+
"format": "jsonl",
|
| 4 |
+
"num_examples_per_config": 1250,
|
| 5 |
+
"seed": 19,
|
| 6 |
+
"configs": {
|
| 7 |
+
"form_easy": {
|
| 8 |
+
"schema_id": "form_easy_reimbursement_v1",
|
| 9 |
+
"domain": "reimbursement_request",
|
| 10 |
+
"difficulty": "easy",
|
| 11 |
+
"summary": {
|
| 12 |
+
"total_rows": 2500,
|
| 13 |
+
"task_counts": {
|
| 14 |
+
"generation": 1250,
|
| 15 |
+
"repair": 1250
|
| 16 |
+
},
|
| 17 |
+
"split_counts": {
|
| 18 |
+
"test_in_domain": 250,
|
| 19 |
+
"test_ood": 250,
|
| 20 |
+
"train": 1500,
|
| 21 |
+
"validation": 500
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
+
"qa_passed": true,
|
| 25 |
+
"qa_failing_rows": 0,
|
| 26 |
+
"paths": {
|
| 27 |
+
"data_dir": "data/release/form_easy",
|
| 28 |
+
"qa_report": "reports/phase4/form_easy_qa_report.json",
|
| 29 |
+
"schema": "schemas/form_easy_reimbursement_v1.json"
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"workflow_hard": {
|
| 33 |
+
"schema_id": "workflow_hard_approval_v1",
|
| 34 |
+
"domain": "approval_workflow",
|
| 35 |
+
"difficulty": "hard",
|
| 36 |
+
"summary": {
|
| 37 |
+
"total_rows": 2500,
|
| 38 |
+
"task_counts": {
|
| 39 |
+
"generation": 1250,
|
| 40 |
+
"repair": 1250
|
| 41 |
+
},
|
| 42 |
+
"split_counts": {
|
| 43 |
+
"test_in_domain": 250,
|
| 44 |
+
"test_ood": 250,
|
| 45 |
+
"train": 1500,
|
| 46 |
+
"validation": 500
|
| 47 |
+
}
|
| 48 |
+
},
|
| 49 |
+
"qa_passed": true,
|
| 50 |
+
"qa_failing_rows": 0,
|
| 51 |
+
"paths": {
|
| 52 |
+
"data_dir": "data/release/workflow_hard",
|
| 53 |
+
"qa_report": "reports/phase4/workflow_hard_qa_report.json",
|
| 54 |
+
"schema": "schemas/workflow_hard_approval_v1.json"
|
| 55 |
+
}
|
| 56 |
+
}
|
| 57 |
+
}
|
| 58 |
+
}
|