lemonilia commited on
Commit
bc8160f
·
verified ·
1 Parent(s): bfd8756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ I had to make sure to configure the row group size to a small value to avoid iss
30
  The data is not directly usable for finetuning as-is. You will need to split the threads into messages, extract metadata, clean/convert the HTML, etc. For the NSFW forums it will be probably best to somehow avoid using usernames directly, just to be nice(r).
31
 
32
  ### OOC
33
- Both in-character (IC) and out-of-character (OOC) threads have been included, but in most cases there is no direct way to recognize them except by thread title. I strongly advise to filter OOC threads out, as they can cause coherency problems when directly finetuning models on them. For example, oftentimes users can randomly refer without context (other than posting date) to ongoing events in the corresponding IC threads, and while they might know exactly what they're referring about, the LLM would have no clue.
34
 
35
  ## Forum listing
36
  Only the roleplay sections were scraped. Note that the SFW forums can have censored slurs, for example using asterisks like `****`.
 
30
  The data is not directly usable for finetuning as-is. You will need to split the threads into messages, extract metadata, clean/convert the HTML, etc. For the NSFW forums it will be probably best to somehow avoid using usernames directly, just to be nice(r).
31
 
32
  ### OOC
33
+ The dataset includes both in-character (IC) and out-of-character (OOC) threads. However, these are often not directly distinguishable except by tags in their titles. I strongly recommend filtering out OOC threads: OOC discussions often reference IC events without providing necessary background information, which can disrupt model coherence.
34
 
35
  ## Forum listing
36
  Only the roleplay sections were scraped. Note that the SFW forums can have censored slurs, for example using asterisks like `****`.