jinghan23 commited on
Commit
d033e2c
·
verified ·
1 Parent(s): d84aa80

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -68
README.md CHANGED
@@ -1,68 +1,4 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: uid
5
- dtype: string
6
- - name: question
7
- dtype: string
8
- - name: answer
9
- dtype: string
10
- - name: question_type
11
- sequence: string
12
- - name: time_reference
13
- dtype: string
14
- - name: video_path
15
- dtype: string
16
- - name: video_info
17
- struct:
18
- - name: duration_minutes
19
- dtype: float64
20
- - name: fps
21
- dtype: float64
22
- - name: resolution
23
- struct:
24
- - name: height
25
- dtype: int64
26
- - name: width
27
- dtype: int64
28
- - name: key
29
- dtype: string
30
- - name: type
31
- dtype: string
32
- splits:
33
- - name: cartoon
34
- num_bytes: 84481
35
- num_examples: 283
36
- - name: documentary
37
- num_bytes: 61632
38
- num_examples: 197
39
- - name: live
40
- num_bytes: 76239
41
- num_examples: 262
42
- - name: selfmedia
43
- num_bytes: 94943
44
- num_examples: 317
45
- - name: sport
46
- num_bytes: 82412
47
- num_examples: 240
48
- - name: tv
49
- num_bytes: 77531
50
- num_examples: 250
51
- download_size: 211694
52
- dataset_size: 477238
53
- configs:
54
- - config_name: default
55
- data_files:
56
- - split: cartoon
57
- path: data/cartoon-*
58
- - split: documentary
59
- path: data/documentary-*
60
- - split: live
61
- path: data/live-*
62
- - split: selfmedia
63
- path: data/selfmedia-*
64
- - split: sport
65
- path: data/sport-*
66
- - split: tv
67
- path: data/tv-*
68
- ---
 
1
+ # LVBench Dataset
2
+
3
+ This is a video question-answering dataset with subsets: cartoon, documentary, live, selfmedia, sport, and tv.
4
+