JohnTeddy3/text2image-multi-prompt
###转载 pszemraj/text2image-multi-prompt text2image multi-prompt(s): a dataset collection collection of several text2image prompt datasets data was cleaned/normalized with the goal of removing "model specific APIs" like the "--ar" for Midjourney and so on data de-duplicated on a basic level: exactly duplicate prompts were dropped (after cleaning and normalization) contents DatasetDict({ train: Dataset({ features: ['text', 'src_dataset']… See the full description on the dataset page: https://huggingface.co/datasets/JohnTeddy3/text2image-multi-prompt.
###转载 pszemraj/text2image-multi-prompt
text2image multi-prompt(s): a dataset collection
- collection of several text2image prompt datasets
- data was cleaned/normalized with the goal of removing "model specific APIs" like the "--ar" for Midjourney and so on
- data de-duplicated on a basic level: exactly duplicate prompts were dropped (after cleaning and normalization)
contents
DatasetDict({
train: Dataset({
features: ['text', 'src_dataset'],
num_rows: 3551734
})
test: Dataset({
features: ['text', 'src_dataset'],
num_rows: 399393
})
})NOTE: as the other two datasets did not have a `validation` split, the validation split of `succinctly/midjourney-prompts` was merged into `train`.
