friedrichor commited on
Commit
5b48971
·
verified ·
1 Parent(s): aa9ee89

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: "msvd_train.json"
7
+ - split: validation
8
+ path: "msvd_val.json"
9
+ - split: test
10
+ path: "msvd_test.json"
11
+ task_categories:
12
+ - text-to-video
13
+ - text-retrieval
14
+ - video-classification
15
+ language:
16
+ - en
17
+ size_categories:
18
+ - 1K<n<10K
19
+ ---
20
+
21
+ [MSVD](https://aclanthology.org/P11-1020.pdf) contains 1,970 videos, each of which is paired with ~40 captions.
22
+
23
+ We adopt the official split:
24
+ - Train: 1,200 videos, 48,774 captions
25
+ - Val: 100 videos, 4,290 captions
26
+ - Test: 670 videos, 27,763 captions