Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
Japanese
Size:
10K - 100K
Tags:
roleplay
License:
OmniAICreator
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ For the `filtered` version, the following filtering and cleaning conditions have
|
|
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
|
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).
|
33 |
- Remove initial consecutive posts from the same poster until a different poster appears.
|
34 |
- Remove final consecutive posts from the same poster until a different poster appears.
|
|
|
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).
|
33 |
- Remove initial consecutive posts from the same poster until a different poster appears.
|
34 |
- Remove final consecutive posts from the same poster until a different poster appears.
|