pszemraj commited on
Commit
6e1ee72
1 Parent(s): 3f8009b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -33,7 +33,17 @@ tags:
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
 
 
 
 
 
 
 
 
 
 
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 (_`id` columns to reference vs. original remain_)
37
  - apply `clean-text` to all rows (keeping casing)
38
  - rename `content` to `text` (ffs)
39
  - remove the midjourney ID/tag (??) in angle brackets at the end, remove the double asterisks
40
+ - drop exact duplicate rows
41
+
42
+
43
+ A single row looks like:
44
+
45
+ ```
46
+ {'id': '1144508020898922537',
47
+ 'channel_id': '989268300473192561',
48
+ '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'}
49
+ ```