TIP-I2V / README.md
WenhaoWang's picture
Update README.md
5db2163 verified
|
raw
history blame
831 Bytes
---
language:
- en
license: cc-by-nc-4.0
size_categories:
- 1M<n<10M
task_categories:
- image-to-video
- text-to-video
dataset_info:
features:
- name: UUID
dtype: string
- name: Text_Prompt
dtype: string
- name: Image_Prompt
dtype: image
- name: Subject
dtype: string
- name: Timestamp
dtype: string
- name: Text_NSFW
dtype: float32
- name: Image_NSFW
dtype: string
splits:
- name: All
num_bytes: 13440652664.125
num_examples: 1701935
download_size: 13282175870
dataset_size: 13440652664.125
configs:
- config_name: default
data_files:
- split: All
path: data/All-*
tags:
- prompt
- image-to-video
- text-to-video
---
```python
# All text and image prompts: ~13.4G
from datasets import load_dataset
ds = load_dataset("WenhaoWang/TIP-I2V", split='All')
```