File size: 1,482 Bytes
353eea1
 
 
 
 
 
 
 
 
 
 
557bee5
 
 
 
353eea1
 
 
 
 
3f8009b
 
 
 
 
 
 
 
353eea1
3f8009b
 
 
 
 
 
6e1ee72
3f8009b
 
 
6e1ee72
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
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'}
```