OmniAICreator commited on
Commit
0767462
1 Parent(s): f6dc30f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -22,5 +22,6 @@ The following filtering and cleaning conditions have been applied:
22
  - If the number of unique `poster` types in the `posts` of each record is 1 or less, delete the entire record.
23
  - For the `posts` in each record, if the same `poster` appears consecutively, concatenate their `post_content` with line breaks and convert it into new data.
24
  - If the number of unique `post_content` in the `posts` converted by the above processing is 10 or less, delete the entire record.
 
25
 
26
  Not all dialogues are purely role-playing. Some records include initial discussions about the settings, or they may continue from other threads.
 
22
  - If the number of unique `poster` types in the `posts` of each record is 1 or less, delete the entire record.
23
  - For the `posts` in each record, if the same `poster` appears consecutively, concatenate their `post_content` with line breaks and convert it into new data.
24
  - If the number of unique `post_content` in the `posts` converted by the above processing is 10 or less, delete the entire record.
25
+ - If the `first_poster` is not present among the `poster` in the subsequent posts, delete the entire record.
26
 
27
  Not all dialogues are purely role-playing. Some records include initial discussions about the settings, or they may continue from other threads.