File size: 1,112 Bytes
e22c449
 
b47b5a5
7db4b31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b47b5a5
 
 
 
 
 
 
 
09027e9
b47b5a5
 
 
09027e9
b47b5a5
8451a22
b47b5a5
 
8451a22
b47b5a5
8451a22
 
b47b5a5
7db4b31
 
 
 
b47b5a5
 
 
 
e22c449
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---

license: apache-2.0
dataset_info:
- config_name: DiDeMo
  features:
  - name: query_instruction
    dtype: string
  - name: query_text
    dtype: string
  - name: query_video
    dtype: 'null'
  - name: pos_text
    dtype: 'null'
  - name: pos_video
    dtype: string
  - name: neg_text
    dtype: 'null'
  - name: neg_video
    dtype: 'null'
  splits:
  - name: test
    num_bytes: 10821
    num_examples: 100
  download_size: 7841
  dataset_size: 10821
- config_name: MSR-VTT
  features:
  - name: query_instruction
    dtype: string
  - name: query_text
    dtype: string
  - name: query_video
    dtype: 'null'
  - name: pos_text
    dtype: string
  - name: pos_video
    dtype: string
  - name: neg_text
    sequence: string
  - name: neg_video
    sequence: string
  splits:
  - name: test
    num_bytes: 92630
    num_examples: 100
  download_size: 11395
  dataset_size: 92630
configs:
- config_name: DiDeMo
  data_files:
  - split: test
    path: DiDeMo/test-*
- config_name: MSR-VTT
  data_files:
  - split: test
    path: MSR-VTT/test-*
---