mjuicem commited on
Commit
fe8a474
·
verified ·
1 Parent(s): e848ecd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -5,4 +5,63 @@ language:
5
  - en
6
  size_categories:
7
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
 
5
  - en
6
  size_categories:
7
  - 1K<n<10K
8
+
9
+
10
+ dataset_info:
11
+ - config_name: StreamingBench
12
+ features:
13
+ - name: question_id
14
+ dtype: string
15
+ - name: time
16
+ dtype: string
17
+ - name: task_type
18
+ dtype: string
19
+ - name: question
20
+ dtype: string
21
+ - name: time_stamp
22
+ dtype: string
23
+ - name: answer
24
+ dtype: string
25
+ - name: options
26
+ dtype: string
27
+ - name: clue_start_time
28
+ dtype: string
29
+ - name: clue_end_time
30
+ dtype: string
31
+ - name: frames_required
32
+ dtype: string
33
+ - name: temporal_clue_type
34
+ dtype: string
35
+ splits:
36
+ - name: Real-Time Visual Understanding
37
+ num_bytes: 1261703785
38
+ num_examples: 2500
39
+ - name: Omni-Source Understanding
40
+ num_bytes: 57732412
41
+ num_examples: 1000
42
+ - name: Contextual Understanding
43
+ num_bytes: 49925732
44
+ num_examples: 500
45
+ - name: Proactive Output
46
+ num_bytes: 49925732
47
+ num_examples: 250
48
+ - name: Sequential Question Answering
49
+ num_bytes: 49925732
50
+ num_examples: 250
51
+ download_size: 836927248
52
+ dataset_size: 1369361929
53
+
54
+ configs:
55
+ - config_name: StreamingBench
56
+ data_files:
57
+ - split: Real-Time Visual Understanding
58
+ path: StreamingBench/Real-Time Visual Understanding-*
59
+ - split: Omni-Source Understanding
60
+ path: StreamingBench/Omni-Source Understanding-*
61
+ - split: Contextual Understanding
62
+ path: StreamingBench/Contextual Understanding-*
63
+ - split: Proactive Output
64
+ path: StreamingBench/Proactive Output-*
65
+ - split: Sequential Question Answering
66
+ path: StreamingBench/Sequential Question Answering-*
67
  ---