fesvhtr commited on
Commit
769ce5c
1 Parent(s): 6e2b0ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: test_id
6
+ dtype: string
7
+ - name: video_name
8
+ dtype: string
9
+ - name: question
10
+ dtype: string
11
+ - name: answer
12
+ dtype: string
13
+ - name: task
14
+ dtype: string
15
+ splits:
16
+ - name: test
17
+ num_bytes: 300442
18
+ num_examples: 1190
19
+ download_size: 123263
20
+ dataset_size: 300442
21
+ ---