Bo Jian Ho commited on
Commit
60f38d8
·
verified ·
1 Parent(s): 789850b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -73
README.md CHANGED
@@ -1,76 +1,29 @@
1
  ---
2
- language:
3
- - en
4
- license:
5
- - mit
6
- task_categories:
7
- - video-to-text
8
- task_ids:
9
- - video-captioning
10
- configs:
11
- - config_name: default
12
- data_files:
13
- - split: train
14
- path: data/train-*
15
- - split: test
16
- path: data/test-*
17
- dataset_info:
18
- features:
19
- - name: id
20
- dtype: string
21
- - name: images
22
- sequence: string
23
- - name: text prompt
24
- dtype: string
25
- - name: video link
26
- dtype: string
27
- - name: visual quality
28
- dtype: int64
29
- - name: temporal consistency
30
- dtype: int64
31
- - name: dynamic degree
32
- dtype: int64
33
- - name: text-to-video alignment
34
- dtype: int64
35
- - name: factual consistency
36
- dtype: int64
37
- - name: morphological fidelity
38
- dtype: int64
39
- - name: copyright risk
40
- dtype: int64
41
- - name: conversations
42
- list:
43
- - name: from
44
- dtype: string
45
- - name: value
46
- dtype: string
47
- - name: updated conversations
48
- list:
49
- - name: from
50
- dtype: string
51
- - name: value
52
- dtype: string
53
- splits:
54
- - name: train
55
- num_bytes: 6117736.8
56
- num_examples: 1600
57
- - name: test
58
- num_bytes: 1529434.2
59
- num_examples: 400
60
- download_size: 1105768
61
- dataset_size: 7647171.0
62
- ---
63
-
64
- # MORPH Dataset
65
-
66
- ## Dataset Description
67
-
68
- [Add your dataset description here]
69
-
70
- ## Data Fields
71
 
72
- [List and describe your data fields here]
73
 
74
- ## Split Information
75
- - Train split: 1600 examples
76
- - Test split: 400 examples
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license:
5
+ - mit
6
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
+ # MORPH Video Dataset
9
 
10
+ This repository contains compressed video files for the MORPH dataset.
11
+
12
+ ## Contents
13
+
14
+ The videos are split into multiple zip files due to size limitations.
15
+ Each zip file contains a portion of the dataset's videos.
16
+
17
+ ## Usage
18
+
19
+ To use these videos:
20
+ 1. Download the zip files
21
+ 2. Extract them to your local machine
22
+ 3. Process the videos as needed for your application
23
+
24
+ ## File Structure
25
+
26
+ - videos_1.zip
27
+ - videos_2.zip
28
+ - ...
29
+