Datasets:
Upload manifest.json with huggingface_hub
Browse files- manifest.json +16 -0
manifest.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "caseforge-manifest-v1",
|
| 3 |
+
"splits": {
|
| 4 |
+
"train": 8000,
|
| 5 |
+
"validation": 1000,
|
| 6 |
+
"test": 1000
|
| 7 |
+
},
|
| 8 |
+
"columns": [
|
| 9 |
+
"case_type",
|
| 10 |
+
"gold",
|
| 11 |
+
"id",
|
| 12 |
+
"question",
|
| 13 |
+
"run_id",
|
| 14 |
+
"seed"
|
| 15 |
+
]
|
| 16 |
+
}
|