Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,11 @@ language:
|
|
4 |
- en
|
5 |
size_categories:
|
6 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
This dataset is comprised of roleplay chat conversations scraped from several Discord RP fandom servers. The conversations have been split in terms of days, the assumption being that a majority of long-form roleplays are started/continued and completed within a day.
|
9 |
|
|
|
4 |
- en
|
5 |
size_categories:
|
6 |
- 10K<n<100K
|
7 |
+
configs:
|
8 |
+
- config_name: train
|
9 |
+
data_files: "discord_logs.json"
|
10 |
+
- config_name: unsquashed
|
11 |
+
data_files: "discord_logs_unsquashed.json"
|
12 |
---
|
13 |
This dataset is comprised of roleplay chat conversations scraped from several Discord RP fandom servers. The conversations have been split in terms of days, the assumption being that a majority of long-form roleplays are started/continued and completed within a day.
|
14 |
|