Norquinal commited on
Commit
455822d
1 Parent(s): 4d9c1de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
3
  ---
4
  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.
5
 
@@ -17,4 +21,4 @@ In here are several files:
17
 
18
  Explanation of Properties:
19
  * `timestamp` - Date of the interaction in YYYY-MM-DD format
20
- * `conversations`: The conversation between the users in the chat. This is represented as a list of dictionaries, each dictionary representing a single utterance and containing three key-value pairs: `message`, referring to the utterance itself, `author` referring to their Discord username, and `is_bot`, which designates whether the message was sent by a human or a bot. `is_bot` was determined by checking if author still had a discriminator and, therefore, isn't 100% accurate.
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ 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
 
 
21
 
22
  Explanation of Properties:
23
  * `timestamp` - Date of the interaction in YYYY-MM-DD format
24
+ * `conversations`: The conversation between the users in the chat. This is represented as a list of dictionaries, each dictionary representing a single utterance and containing three key-value pairs: `message`, referring to the utterance itself, `author` referring to their Discord username, and `is_bot`, which designates whether the message was sent by a human or a bot. `is_bot` was determined by checking if author still had a discriminator and, therefore, isn't 100% accurate.