Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
Tags:
midjourney
License:
Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,22 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
source_datasets: vivym/midjourney-messages
|
22 |
+
license: apache-2.0
|
23 |
+
task_categories:
|
24 |
+
- text-generation
|
25 |
+
language:
|
26 |
+
- en
|
27 |
+
tags:
|
28 |
+
- midjourney
|
29 |
---
|
30 |
+
|
31 |
+
# midjourney-messages-cleaned
|
32 |
+
|
33 |
+
|
34 |
+
This is [vivym/midjourney-messages](https://huggingface.co/datasets/vivym/midjourney-messages) but with the following cleaning steps:
|
35 |
+
|
36 |
+
- apply `clean-text` to all rows (keeping casing)
|
37 |
+
- rename `content` to `text` (ffs)
|
38 |
+
- remove the midjourney ID/tag (??) in angle brackets at the end, remove the double asterisks
|
39 |
+
- drop exact duplicate rows
|