insomnia7 commited on
Commit
be23e31
·
2 Parent(s): 14781ba 3ed9485

Merge branch 'main' of https://huggingface.co/datasets/insomnia7/SQMMBench

Browse files
Files changed (1) hide show
  1. README.md +31 -27
README.md CHANGED
@@ -1,27 +1,31 @@
1
- ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: test
6
- path: "test/metadata.jsonl"
7
- features:
8
- - name: qid
9
- dtype: int64
10
- - name: video_file
11
- dtype: video
12
- - name: query
13
- dtype: string
14
- - name: ground_truth
15
- sequence:
16
- sequence: float32
17
- - name: duration
18
- dtype: float32
19
- - name: video_id
20
- dtype: string
21
- license: mit
22
- ---
23
-
24
- # SQMMBench
25
- **SQMMBench** is a benchmark for evaluating the single query multi-moments capability in the video temporal grounding task.
26
-
27
-
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: test/metadata.jsonl
7
+ features:
8
+ - name: qid
9
+ dtype: int64
10
+ - name: video_file
11
+ dtype: string
12
+ - name: query
13
+ dtype: string
14
+ - name: ground_truth
15
+ sequence:
16
+ sequence: float32
17
+ - name: duration
18
+ dtype: float32
19
+ - name: video_id
20
+ dtype: string
21
+ license: mit
22
+ language:
23
+ - en
24
+ tags:
25
+ - video_temporal_grounding
26
+ size_categories:
27
+ - n<1K
28
+ ---
29
+
30
+ # SQMMBench
31
+ **SQMMBench** is a benchmark for evaluating the single query multi-moments capability in the video temporal grounding task.