lemonilia commited on
Commit
d3ad8ad
·
verified ·
1 Parent(s): 3beae65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ Using Python (pandas) on the exported data, pages from the same threads were gro
27
  ## Usage notes
28
  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).
29
 
30
- ### OOC notes
31
  Both in-character (IC) and out-of-characters (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 issues 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.
32
 
33
  ## Forum listing
 
27
  ## Usage notes
28
  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).
29
 
30
+ ### OOC
31
  Both in-character (IC) and out-of-characters (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 issues 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.
32
 
33
  ## Forum listing