JohnTeddy3
commited on
Commit
•
4be2219
1
Parent(s):
6ea46ba
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
multilinguality:
|
6 |
+
- monolingual
|
7 |
+
pretty_name: multi text2image prompts a dataset collection
|
8 |
+
source_datasets:
|
9 |
+
- bartman081523/stable-diffusion-discord-prompts
|
10 |
+
- succinctly/midjourney-prompts
|
11 |
+
- Gustavosta/Stable-Diffusion-Prompts
|
12 |
+
tags:
|
13 |
+
- text generation
|
14 |
---
|
15 |
+
|
16 |
+
###转载 pszemraj/text2image-multi-prompt
|
17 |
+
# text2image multi-prompt(s): a dataset collection
|
18 |
+
|
19 |
+
- collection of several text2image prompt datasets
|
20 |
+
- data was cleaned/normalized with the goal of removing "model specific APIs" like the "--ar" for Midjourney and so on
|
21 |
+
- data de-duplicated on a basic level: exactly duplicate prompts were dropped (_after cleaning and normalization_)
|
22 |
+
|
23 |
+
|
24 |
+
## contents
|
25 |
+
|
26 |
+
```
|
27 |
+
DatasetDict({
|
28 |
+
train: Dataset({
|
29 |
+
features: ['text', 'src_dataset'],
|
30 |
+
num_rows: 3551734
|
31 |
+
})
|
32 |
+
test: Dataset({
|
33 |
+
features: ['text', 'src_dataset'],
|
34 |
+
num_rows: 399393
|
35 |
+
})
|
36 |
+
})
|
37 |
+
```
|
38 |
+
|
39 |
+
_NOTE: as the other two datasets did not have a `validation` split, the validation split of `succinctly/midjourney-prompts` was merged into `train`._
|