Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
Tags:
midjourney
License:
language: | |
- en | |
license: apache-2.0 | |
source_datasets: vivym/midjourney-messages | |
task_categories: | |
- text-generation | |
dataset_info: | |
features: | |
- name: id | |
dtype: string | |
- name: channel_id | |
dtype: string | |
- name: text | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 7281443919 | |
num_examples: 37541570 | |
download_size: 1944669698 | |
dataset_size: 7281443919 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
tags: | |
- midjourney | |
# midjourney-messages-cleaned | |
This is [vivym/midjourney-messages](https://huggingface.co/datasets/vivym/midjourney-messages) but with the following cleaning steps: | |
- remove most columns (_`id` columns to reference vs. original remain_) | |
- apply `clean-text` to all rows (keeping casing) | |
- rename `content` to `text` (ffs) | |
- remove the midjourney ID/tag (??) in angle brackets at the end, remove the double asterisks | |
- drop exact duplicate rows | |
A single row looks like: | |
``` | |
{'id': '1144508020898922537', | |
'channel_id': '989268300473192561', | |
'text': 'hyperrealism,In the valley, there lies a lavender garden. The flowers are depicted with close-up shots, magnifying their intricate details. Within the garden stands a tall tower, and at the pinnacle of the tower emerges Dowriq utux rudan. Dowriq utux rudan is a tribal totem fashioned from blue, white, red, and yellow diamonds, resembling the Eye of Sauron from "The Lord of the Rings," positioned above the apex of the tower, 8k'} | |
``` | |