Update dataset_infos.json
Browse files- dataset_infos.json +6 -20
dataset_infos.json
CHANGED
|
@@ -1,28 +1,14 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"name": "CameraBench",
|
| 3 |
"version": "1.0.0",
|
| 4 |
"features": {
|
| 5 |
-
"video":
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
},
|
| 9 |
-
"labels": {
|
| 10 |
-
"_type": "Sequence",
|
| 11 |
-
"feature": {
|
| 12 |
-
"_type": "Value",
|
| 13 |
-
"dtype": "string"
|
| 14 |
-
}
|
| 15 |
-
},
|
| 16 |
-
"caption": {
|
| 17 |
-
"_type": "Value",
|
| 18 |
-
"dtype": "string"
|
| 19 |
-
}
|
| 20 |
},
|
| 21 |
"splits": {
|
| 22 |
-
"test": {
|
| 23 |
-
"name": "test",
|
| 24 |
-
"numExamples": 1071
|
| 25 |
-
}
|
| 26 |
}
|
| 27 |
}
|
| 28 |
-
|
|
|
|
| 1 |
{
|
| 2 |
+
"CameraBench": {
|
| 3 |
"name": "CameraBench",
|
| 4 |
"version": "1.0.0",
|
| 5 |
"features": {
|
| 6 |
+
"video": { "_type": "Value", "dtype": "video" },
|
| 7 |
+
"labels": { "_type": "Sequence", "feature": { "_type": "Value", "dtype": "string" } },
|
| 8 |
+
"caption": { "_type": "Value", "dtype": "string" }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
},
|
| 10 |
"splits": {
|
| 11 |
+
"test": { "name": "test", "numExamples": 1071 }
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
}
|
| 14 |
+
}
|