AlexZigma commited on
Commit
2a9357d
1 Parent(s): 744fbaa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: video_id
5
+ dtype: string
6
+ - name: caption
7
+ dtype: string
8
+ - name: sen_id
9
+ dtype: int64
10
+ - name: category
11
+ dtype: int64
12
+ - name: url
13
+ dtype: string
14
+ - name: start time
15
+ dtype: float64
16
+ - name: end time
17
+ dtype: float64
18
+ - name: split
19
+ dtype: string
20
+ - name: id
21
+ dtype: int64
22
+ - name: __index_level_0__
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 1102963
27
+ num_examples: 6513
28
+ download_size: 553413
29
+ dataset_size: 1102963
30
+ ---
31
+ # Dataset Card for "msr-vtt"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)