Datasets:

Modalities:
Image
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
syCen commited on
Commit
362ff41
·
verified ·
1 Parent(s): edaf1d1

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. 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": "test", "numExamples": 1071 }
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
  }