OmniAICreator commited on
Commit
1e3518b
1 Parent(s): 14a7e00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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` 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.
 
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.