Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,11 @@ size_categories:
|
|
11 |
- 100K<n<1M
|
12 |
---
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
|
|
|
|
17 |
|
18 |
## Scraping details
|
19 |
Most forums have been scraped page-by-page using the Firefox extension [Web Scraper](https://addons.mozilla.org/en-US/firefox/addon/web-scraper/), generally only picking the top-level thread message container instead of the entire page. The scraper was configured to:
|
|
|
11 |
- 100K<n<1M
|
12 |
---
|
13 |
|
14 |
+
# Roleplaying forum scrapes (raw)
|
15 |
|
16 |
+
Here are _mostly_ **original/raw files** for some of the roleplaying forums I scraped in the past (and some newly scraped ones), **repacked as HTML strings + some metadata on a one-row-per-thread basis** instead of a _one-row-per-message basis_, which should make them more convenient to handle.
|
17 |
+
|
18 |
+
Unlike [the previously uploaded archive](https://huggingface.co/datasets/lemonilia/Roleplay-Forums_2023-04), they shouldn't have issues with spaces between adjacent HTML tags, as that occurred by mistake in an intermediate processing step where single messages were extracted from the pages. Unfortunately, I do not have anymore the original files for most of the RP forums scraped in 2023; those would need to be scraped again.
|
19 |
|
20 |
## Scraping details
|
21 |
Most forums have been scraped page-by-page using the Firefox extension [Web Scraper](https://addons.mozilla.org/en-US/firefox/addon/web-scraper/), generally only picking the top-level thread message container instead of the entire page. The scraper was configured to:
|