Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
Japanese
Size:
10K - 100K
Tags:
roleplay
License:
OmniAICreator
commited on
Commit
•
1e3518b
1
Parent(s):
14a7e00
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ This is a dialogue corpus collected from Japanese role-playing forum (commonly k
|
|
24 |
For the `original` version, no filtering has been applied.
|
25 |
|
26 |
For the `filtered` version, the following filtering and cleaning conditions have been applied:
|
27 |
-
- If the number of unique `poster`
|
28 |
- If the length of the `posts` is 10 or less, delete the entire record.
|
29 |
- Normalize poster names by removing all whitespace characters (both full-width and half-width spaces) and anonymizing them.
|
30 |
- Retain only records where the top two posters account for 90\% or more of the total posts.
|
|
|
24 |
For the `original` version, no filtering has been applied.
|
25 |
|
26 |
For the `filtered` version, the following filtering and cleaning conditions have been applied:
|
27 |
+
- If the number of unique `poster` in the `posts` of each record is 1 or less, delete the entire record.
|
28 |
- If the length of the `posts` is 10 or less, delete the entire record.
|
29 |
- Normalize poster names by removing all whitespace characters (both full-width and half-width spaces) and anonymizing them.
|
30 |
- Retain only records where the top two posters account for 90\% or more of the total posts.
|