Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
Japanese
Size:
10K - 100K
Tags:
roleplay
License:
OmniAICreator
commited on
Commit
•
14a7e00
1
Parent(s):
9b71cf5
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ For the `original` version, no filtering has been applied.
|
|
26 |
For the `filtered` version, the following filtering and cleaning conditions have been applied:
|
27 |
- If the number of unique `poster` types 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).
|
30 |
- Retain only records where the top two posters account for 90\% or more of the total posts.
|
31 |
- Remove posts from posters other than the top two posters.
|
32 |
- Among the top two posters, neither should account for more than 60\% of their combined posts. (i.e., each of the top two posters should account for at least 40\% of their combined posts).
|
|
|
26 |
For the `filtered` version, the following filtering and cleaning conditions have been applied:
|
27 |
- If the number of unique `poster` types 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.
|
31 |
- Remove posts from posters other than the top two posters.
|
32 |
- Among the top two posters, neither should account for more than 60\% of their combined posts. (i.e., each of the top two posters should account for at least 40\% of their combined posts).
|