lemonilia commited on
Commit
e077b8f
·
verified ·
1 Parent(s): a55509b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -25,6 +25,7 @@ The entirety of the _In-character_, _Structured Games_ and _Free Form Roleplayin
25
  ## Usage notes and quirks
26
  - The thread messages-usernames-timestamps are encapsulated into ShareGPT-like JSON strings; one row per complete thread. They need to be converted into your preferred structure for further processing into a usable dataset for training.
27
  - Be aware that many threads in the dataset are very long (~1500 messages and several megabytes of data) and will need to be clipped in some sensible manner.
 
28
  - Some of the very recent data dated "yesterday" or "today" might not have correct timestamps.
29
 
30
  ## Processing done
 
25
  ## Usage notes and quirks
26
  - The thread messages-usernames-timestamps are encapsulated into ShareGPT-like JSON strings; one row per complete thread. They need to be converted into your preferred structure for further processing into a usable dataset for training.
27
  - Be aware that many threads in the dataset are very long (~1500 messages and several megabytes of data) and will need to be clipped in some sensible manner.
28
+ - Most slurs in the dataset are censored with asterisks ("****") like they were in the source forum. This might or might not be a problem (however, a short 1-epoch finetuning test I made on a few thousands short samples didn't show this quirk).
29
  - Some of the very recent data dated "yesterday" or "today" might not have correct timestamps.
30
 
31
  ## Processing done