| --- |
| configs: |
| - config_name: balanced |
| data_files: |
| - split: train |
| path: balanced/train-* |
| - config_name: default |
| data_files: |
| - split: train |
| path: original/train-* |
| - split: test |
| path: original/test-* |
| - config_name: full_labeled_dataset |
| data_files: |
| - split: train |
| path: full_labeled_dataset/train-* |
| dataset_info: |
| - config_name: balanced |
| features: |
| - name: id |
| dtype: string |
| - name: images |
| sequence: string |
| - name: text prompt |
| dtype: string |
| - name: video link |
| dtype: string |
| - name: visual quality |
| dtype: int64 |
| - name: temporal consistency |
| dtype: int64 |
| - name: dynamic degree |
| dtype: int64 |
| - name: text-to-video alignment |
| dtype: int64 |
| - name: factual consistency |
| dtype: int64 |
| - name: morphological fidelity |
| dtype: int64 |
| - name: copyright risk |
| dtype: int64 |
| - name: conversations |
| list: |
| - name: from |
| dtype: string |
| - name: value |
| dtype: string |
| - name: updated conversations |
| list: |
| - name: from |
| dtype: string |
| - name: value |
| dtype: string |
| splits: |
| - name: train |
| num_bytes: 18688045 |
| num_examples: 5022 |
| download_size: 2207263 |
| dataset_size: 18688045 |
| - config_name: default |
| features: |
| - name: id |
| dtype: string |
| - name: images |
| sequence: string |
| - name: text prompt |
| dtype: string |
| - name: video link |
| dtype: string |
| - name: visual quality |
| dtype: int64 |
| - name: temporal consistency |
| dtype: int64 |
| - name: dynamic degree |
| dtype: int64 |
| - name: text-to-video alignment |
| dtype: int64 |
| - name: factual consistency |
| dtype: int64 |
| - name: morphological fidelity |
| dtype: int64 |
| - name: copyright risk |
| dtype: int64 |
| - name: conversations |
| list: |
| - name: from |
| dtype: string |
| - name: value |
| dtype: string |
| - name: updated conversations |
| list: |
| - name: from |
| dtype: string |
| - name: value |
| dtype: string |
| splits: |
| - name: train |
| num_bytes: 9209384.8 |
| num_examples: 2400 |
| - name: test |
| num_bytes: 2302346.2 |
| num_examples: 600 |
| download_size: 1586908 |
| dataset_size: 11511731.0 |
| - config_name: full_labeled_dataset |
| features: |
| - name: id |
| dtype: string |
| - name: images |
| sequence: string |
| - name: text prompt |
| dtype: string |
| - name: video link |
| dtype: string |
| - name: visual quality |
| dtype: int64 |
| - name: temporal consistency |
| dtype: int64 |
| - name: dynamic degree |
| dtype: int64 |
| - name: text-to-video alignment |
| dtype: int64 |
| - name: factual consistency |
| dtype: int64 |
| - name: morphological fidelity |
| dtype: int64 |
| - name: copyright risk |
| dtype: int64 |
| - name: conversations |
| list: |
| - name: from |
| dtype: string |
| - name: value |
| dtype: string |
| - name: updated conversations |
| list: |
| - name: from |
| dtype: string |
| - name: value |
| dtype: string |
| splits: |
| - name: train |
| num_bytes: 18498263 |
| num_examples: 5000 |
| download_size: 2553825 |
| dataset_size: 18498263 |
| language: |
| - en |
| license: |
| - mit |
| --- |
| |
| # MORPH Video Dataset |
|
|
| This repository contains compressed video files for the MORPH dataset. |
|
|
| ## Contents |
|
|
| The videos are split into multiple zip files due to size limitations. |
| Each zip file contains a portion of the dataset's videos. |
|
|
| ## Usage |
|
|
| To use these videos: |
| 1. Download the zip files |
| 2. Extract them to your local machine |
| 3. Process the videos as needed for your application |
|
|
| ## File Structure |
|
|
| - videos_1.zip |
| - videos_2.zip |
| - ... |
| |