Datasets:
50+ additional OOC removals
Browse files- Removed 30 occurrences of "\nOOC\n"
- Removed 13 occurrences of "ooc;.*($|\n)"
- Removed 1 occurrence of "OCC:.*\n"
- Removed 1 occurrence of "Ooc:.*\n"
- Removed 5 additional edge cases.
- bluemoon.json +2 -2
- dataset.yaml +9 -5
bluemoon.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efabb3e1efbc74580515d831d39a0d119570f9e94209bf8d2ed29ec394abd83a
|
3 |
+
size 222519020
|
dataset.yaml
CHANGED
@@ -28,10 +28,10 @@ debug_steps:
|
|
28 |
overwrite: true
|
29 |
patterns: [
|
30 |
'\{.*\}', '\[.*?\]', '\(\(.*?(\)|\W)\)+', '^\(.*?\){1}', '\n\n\(.*?\){1}$',
|
31 |
-
'(OOC|ooc|OoC)(:|
|
32 |
'(\n\nSee more|See more\n\n)', '^(RE|Re):.*?\n', '^NSFW:.*?\n$',
|
33 |
'^Note to everyone.*\)\)\n', '_*Author.*\n*_',
|
34 |
-
'x{3,}.*TEST?x*', '^- Let me.*-\B\s+'
|
35 |
]
|
36 |
|
37 |
- step: &extract_links
|
@@ -85,7 +85,7 @@ steps:
|
|
85 |
[ '\{.*\}', "" ], [ '\[.*?\]', "" ], [ '\(\(.*?(\)|\W)\)+', "" ],
|
86 |
# Match for (...) but only at the beginning and end of messages.
|
87 |
[ '^\(.*?\){1}', "" ], [ '\n\n\(.*?\){1}$', "" ],
|
88 |
-
[ '(OOC|ooc|OoC)(:|
|
89 |
[ '(\n\nSee more|See more\n\n)', "" ], [ '^(RE|Re):.*?\n', "" ], [ '^NSFW:.*?\n$', "" ],
|
90 |
# More author's notes and the like
|
91 |
[ '^Note to everyone.*\)\)\n', "" ], [ '_*Author.*\n*_', "" ],
|
@@ -188,7 +188,11 @@ steps:
|
|
188 |
[ "' s ,\ns s.\ns s, ,\ns.\n", "" ],
|
189 |
[ "I'll post first\n_ _ _ _ _ _ _ _ _ _ _\n", "" ], [ "Moved from PMs to threads", "" ],
|
190 |
[ "I'll start out a with an opening post.", "" ],
|
191 |
-
[ "
|
|
|
|
|
|
|
|
|
192 |
]
|
193 |
|
194 |
input:
|
@@ -203,7 +207,7 @@ output:
|
|
203 |
- name: 'Bluemoon'
|
204 |
path: 'out/bluemoon.json'
|
205 |
description: 'Bluemoon 1-1 Fandom RP+ERP cleaned and formatted for Fastchat'
|
206 |
-
sha512:
|
207 |
writer: *fastchat_pretty
|
208 |
steps: [ *strip_unicode, *reduce_whitespace, *trim_nonwords, *edge_cases, *trim, *empty,
|
209 |
*two_alternating_participants, *rename_participants ]
|
|
|
28 |
overwrite: true
|
29 |
patterns: [
|
30 |
'\{.*\}', '\[.*?\]', '\(\(.*?(\)|\W)\)+', '^\(.*?\){1}', '\n\n\(.*?\){1}$',
|
31 |
+
'(OOC|ooc|OoC|OCC|ooc|Ooc)(:| |-|;)\n?.*?(\n|$)',
|
32 |
'(\n\nSee more|See more\n\n)', '^(RE|Re):.*?\n', '^NSFW:.*?\n$',
|
33 |
'^Note to everyone.*\)\)\n', '_*Author.*\n*_',
|
34 |
+
'x{3,}.*TEST?x*', '^- Let me.*-\B\s+',
|
35 |
]
|
36 |
|
37 |
- step: &extract_links
|
|
|
85 |
[ '\{.*\}', "" ], [ '\[.*?\]', "" ], [ '\(\(.*?(\)|\W)\)+', "" ],
|
86 |
# Match for (...) but only at the beginning and end of messages.
|
87 |
[ '^\(.*?\){1}', "" ], [ '\n\n\(.*?\){1}$', "" ],
|
88 |
+
[ '(OOC|ooc|OoC|OCC|ooc|Ooc)(:| |-|;)\n?.*?(\n|$)', "" ],
|
89 |
[ '(\n\nSee more|See more\n\n)', "" ], [ '^(RE|Re):.*?\n', "" ], [ '^NSFW:.*?\n$', "" ],
|
90 |
# More author's notes and the like
|
91 |
[ '^Note to everyone.*\)\)\n', "" ], [ '_*Author.*\n*_', "" ],
|
|
|
188 |
[ "' s ,\ns s.\ns s, ,\ns.\n", "" ],
|
189 |
[ "I'll post first\n_ _ _ _ _ _ _ _ _ _ _\n", "" ], [ "Moved from PMs to threads", "" ],
|
190 |
[ "I'll start out a with an opening post.", "" ],
|
191 |
+
[ "\nOOC\n", "" ],
|
192 |
+
[ "NSFW\n\n", "" ], [ "IC: ", "" ], [ "Kinda short -- sorry!", "" ],
|
193 |
+
[ "Just gonna toss this here so I don't have to hunt for it again.", "" ],
|
194 |
+
[ "If you want to hurry it up and get to the smut, just let me know XD I'm fine with whatever pace you like best.", "" ],
|
195 |
+
[ "???OCC. I intentionally jumbled it around a bit to make it more of a blur.???\n", "" ]
|
196 |
]
|
197 |
|
198 |
input:
|
|
|
207 |
- name: 'Bluemoon'
|
208 |
path: 'out/bluemoon.json'
|
209 |
description: 'Bluemoon 1-1 Fandom RP+ERP cleaned and formatted for Fastchat'
|
210 |
+
sha512: cfadbe33816c17e273132c5ceb1df5ee29c3cb747a1629a4f3917ece7ba4a69e46ae0afdcddc46685fdd7d9585a79d270d8a53dd02fdaf7146ce9fe18e2c53bf
|
211 |
writer: *fastchat_pretty
|
212 |
steps: [ *strip_unicode, *reduce_whitespace, *trim_nonwords, *edge_cases, *trim, *empty,
|
213 |
*two_alternating_participants, *rename_participants ]
|