--- license: cc-by-4.0 configs: - config_name: default data_files: - split: train path: '*.parquet' size_categories: - 10KI might update the dataset in the future if/when I improve the format or cleaning process. ## Contents The entirety of the _In-character_, _Structured Games_ and _Free Form Roleplaying_ subforums from GitP, for a total of about **26k threads and 6.4 million messages**. The latter two subforums are in the "Message Board Games" parquet file. ## Usage notes and quirks - 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. - 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. - 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). - Some of the very recent data dated "yesterday" or "today" might not have correct timestamps. ## Processing done - Converted all `
` (and their variants) to `\n` - Skipped empty (0-messages) threads - Changed non-breakable spaces into regular spaces - Changed `` tags to `` - Converted font sizes to the standard HTML absolute size keywords - Changed blockquotes into a cleaner format - Changed spoiler `
` into `
` blocks - Replaced the main smilies with their emoji equivalent - Removed most redundant attributes from HTML tags - Removed unnecessary cosmetic styling from non-font tags - Removed diceroll warnings - Removed/normalized excessive spaces around many tags - Other minor cleanup