Datasets:

Modalities:
Image
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
syCen commited on
Commit
180e82f
·
verified ·
1 Parent(s): d20a609

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +31 -0
dataset_infos.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test": {
3
+ "description": "",
4
+ "features": {
5
+ "video": {
6
+ "_type": "Video"
7
+ },
8
+ "labels": {
9
+ "_type": "Sequence",
10
+ "feature": {
11
+ "_type": "Value",
12
+ "dtype": "string"
13
+ }
14
+ },
15
+ "caption": {
16
+ "_type": "Value",
17
+ "dtype": "string"
18
+ }
19
+ },
20
+ "splits": {
21
+ "test": {
22
+ "name": "test",
23
+ "num_bytes": 0,
24
+ "num_examples": 0,
25
+ "dataset_name": "CameraBench"
26
+ }
27
+ },
28
+ "download_size": 0,
29
+ "dataset_size": 0
30
+ }
31
+ }