Norquinal commited on
Commit
f8cdcd5
1 Parent(s): 3cbc01e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -9,6 +9,12 @@ configs:
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
 
 
9
  data_files: "discord_logs.json"
10
  - config_name: unsquashed
11
  data_files: "discord_logs_unsquashed.json"
12
+ - config_name: two_users
13
+ data_files: "discord_logs_two_users.json"
14
+ - config_name: split_threads
15
+ data_files: "discord_logs_split_threads.json"
16
+ - config_name: anonymized
17
+ data_files: "discord_logs_anonymized.json"
18
  ---
19
  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.
20