Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
Tags:
midjourney
License:
Update README.md
Browse files
README.md
CHANGED
@@ -33,14 +33,13 @@ tags:
|
|
33 |
|
34 |
This is [vivym/midjourney-messages](https://huggingface.co/datasets/vivym/midjourney-messages) but with the following cleaning steps:
|
35 |
|
36 |
-
- remove most columns (
|
37 |
-
-
|
38 |
- rename `content` to `text` (ffs)
|
39 |
-
- remove
|
40 |
-
-
|
41 |
|
42 |
-
|
43 |
-
A single row looks like:
|
44 |
|
45 |
```
|
46 |
{'id': '1144508020898922537',
|
|
|
33 |
|
34 |
This is [vivym/midjourney-messages](https://huggingface.co/datasets/vivym/midjourney-messages) but with the following cleaning steps:
|
35 |
|
36 |
+
- remove most columns (keep `id` columns for reference vs. original)
|
37 |
+
- Apply `clean-text` to all rows (_keep casing_)
|
38 |
- rename `content` to `text` (ffs)
|
39 |
+
- remove intermediate ID/tag (???) in angle brackets at the end, remove double asterisks `**`
|
40 |
+
- remove exact duplicate rows
|
41 |
|
42 |
+
A single example looks like this:
|
|
|
43 |
|
44 |
```
|
45 |
{'id': '1144508020898922537',
|