ziyjiang commited on
Commit
b47b5a5
·
verified ·
1 Parent(s): e22c449

Upload dataset

Browse files
Files changed (2) hide show
  1. MSR-VTT/test-00000-of-00001.parquet +3 -0
  2. README.md +28 -0
MSR-VTT/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99cc2c78e685df50d591735a20e6e6d6acb442ec6cee719bb5b39c710130191b
3
+ size 7841
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ config_name: MSR-VTT
5
+ features:
6
+ - name: query_instruction
7
+ dtype: string
8
+ - name: query_text
9
+ dtype: string
10
+ - name: query_video
11
+ dtype: 'null'
12
+ - name: pos_text
13
+ dtype: 'null'
14
+ - name: pos_video
15
+ dtype: string
16
+ - name: neg_text
17
+ dtype: 'null'
18
+ - name: neg_video
19
+ dtype: 'null'
20
+ splits:
21
+ - name: test
22
+ num_bytes: 10821
23
+ num_examples: 100
24
+ download_size: 7841
25
+ dataset_size: 10821
26
+ configs:
27
+ - config_name: MSR-VTT
28
+ data_files:
29
+ - split: test
30
+ path: MSR-VTT/test-*
31
  ---