pszemraj commited on
Commit
7e1b66b
1 Parent(s): c787ab0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,10 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
 
6
- # text2image-prompts-multi
7
 
8
  - collection of several text2image prompt datasets
9
  - data was cleaned/normalized with the goal of removing "model specific APIs" like the "--ar" for Midjourney and so on
 
10
 
 
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
 
17
+ # multi text2image prompts: 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