--- dataset_info: features: - name: id dtype: string - name: channel_id dtype: string - name: text dtype: string splits: - name: train num_bytes: 8538326503 num_examples: 37541570 download_size: 2557188544 dataset_size: 8538326503 configs: - config_name: default data_files: - split: train path: data/train-* source_datasets: vivym/midjourney-messages license: apache-2.0 task_categories: - text-generation language: - en 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'} ```