Upload data/dataset_info.json with huggingface_hub
Browse files- data/dataset_info.json +36 -0
data/dataset_info.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"image": {
|
| 6 |
+
"_type": "Image"
|
| 7 |
+
},
|
| 8 |
+
"prompt": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"groundtruth": {
|
| 13 |
+
"feature": {
|
| 14 |
+
"absolute": {
|
| 15 |
+
"feature": {
|
| 16 |
+
"dtype": "float32",
|
| 17 |
+
"_type": "Value"
|
| 18 |
+
},
|
| 19 |
+
"length": 4,
|
| 20 |
+
"_type": "Sequence"
|
| 21 |
+
},
|
| 22 |
+
"relative": {
|
| 23 |
+
"feature": {
|
| 24 |
+
"dtype": "float32",
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
},
|
| 27 |
+
"length": 4,
|
| 28 |
+
"_type": "Sequence"
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"_type": "Sequence"
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"homepage": "",
|
| 35 |
+
"license": ""
|
| 36 |
+
}
|