WenhaoWang
commited on
Commit
•
b9dc0b4
1
Parent(s):
5e61baf
Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,41 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: UUID
|
6 |
-
dtype: string
|
7 |
-
- name: Text_Prompt
|
8 |
-
dtype: string
|
9 |
-
- name: Image_Prompt
|
10 |
-
dtype: image
|
11 |
-
- name: Subject
|
12 |
-
dtype: string
|
13 |
-
- name: Timestamp
|
14 |
-
dtype: string
|
15 |
-
- name: Text_NSFW
|
16 |
-
dtype: float32
|
17 |
-
- name: Image_NSFW
|
18 |
-
dtype: string
|
19 |
-
splits:
|
20 |
-
- name: All
|
21 |
-
num_bytes: 16844113978.125
|
22 |
-
num_examples: 1701935
|
23 |
-
download_size: 16697311873
|
24 |
-
dataset_size: 16844113978.125
|
25 |
-
configs:
|
26 |
-
- config_name: default
|
27 |
-
data_files:
|
28 |
-
- split: All
|
29 |
-
path: data/All-*
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: UUID
|
6 |
+
dtype: string
|
7 |
+
- name: Text_Prompt
|
8 |
+
dtype: string
|
9 |
+
- name: Image_Prompt
|
10 |
+
dtype: image
|
11 |
+
- name: Subject
|
12 |
+
dtype: string
|
13 |
+
- name: Timestamp
|
14 |
+
dtype: string
|
15 |
+
- name: Text_NSFW
|
16 |
+
dtype: float32
|
17 |
+
- name: Image_NSFW
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: All
|
21 |
+
num_bytes: 16844113978.125
|
22 |
+
num_examples: 1701935
|
23 |
+
download_size: 16697311873
|
24 |
+
dataset_size: 16844113978.125
|
25 |
+
configs:
|
26 |
+
- config_name: default
|
27 |
+
data_files:
|
28 |
+
- split: All
|
29 |
+
path: data/All-*
|
30 |
+
task_categories:
|
31 |
+
- image-to-video
|
32 |
+
- text-to-video
|
33 |
+
language:
|
34 |
+
- en
|
35 |
+
tags:
|
36 |
+
- prompt
|
37 |
+
- image-to-video
|
38 |
+
- text-to-video
|
39 |
+
size_categories:
|
40 |
+
- 1M<n<10M
|
41 |
+
---
|