--- 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: 3820356361 num_examples: 20764055 download_size: 1603490182 dataset_size: 3820356361 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 (keep `id` columns for reference vs. original) - Apply `clean-text` to all rows (_keep casing_) - rename `content` to `text` (ffs) - remove intermediate ID/tag (???) in angle brackets at the end, remove double asterisks `**` - remove exact duplicate rows A single example looks like this: ``` {'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'} ```