Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,9 @@ 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 |
## Forum listing
|
31 |
Only the roleplay sections were scraped. Note that the SFW forums can have censored slurs, for example using asterisks like `****`.
|
32 |
|
|
|
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
|
34 |
Only the roleplay sections were scraped. Note that the SFW forums can have censored slurs, for example using asterisks like `****`.
|
35 |
|