Update dataset_infos.json
Browse files- dataset_infos.json +1 -3
dataset_infos.json
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 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": "
|
| 12 |
}
|
| 13 |
}
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"CameraBench": {
|
|
|
|
|
|
|
| 3 |
"features": {
|
| 4 |
"video": { "_type": "Value", "dtype": "video" },
|
| 5 |
"labels": { "_type": "Sequence", "feature": { "_type": "Value", "dtype": "string" } },
|
| 6 |
"caption": { "_type": "Value", "dtype": "string" }
|
| 7 |
},
|
| 8 |
"splits": {
|
| 9 |
+
"test": { "name": "train", "numExamples": 1071 }
|
| 10 |
}
|
| 11 |
}
|
| 12 |
}
|