chargoddard commited on
Commit
e7694cd
1 Parent(s): fb900af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -97,7 +97,21 @@ configs:
97
  data_files:
98
  - split: train
99
  path: pruned/train-*
 
 
 
 
 
 
 
 
 
 
 
100
  ---
101
- # Dataset Card for "rpguild"
102
 
103
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
97
  data_files:
98
  - split: train
99
  path: pruned/train-*
100
+ license: cc-by-nc-4.0
101
+ task_categories:
102
+ - conversational
103
+ - text-generation
104
+ tags:
105
+ - roleplay
106
+ - not-for-all-audiences
107
+ size_categories:
108
+ - 100K<n<1M
109
+ language:
110
+ - en
111
  ---
 
112
 
113
+ Data scraped from [roleplayerguild](https://www.roleplayerguild.com/) and parsed into prompts with a conversation history and associated character bio.
114
+
115
+ As usernames can be associated with multiple biographies, assignment of characters is a little fuzzy. The `char_confidence` feature reflects how likely this assignment is to be correct. Not all posts in the conversation history necessarily have an associated character name. The column `has_nameless` reflects this.
116
+
117
+ Each row should fit into 4096 Llama tokens, depending on your prompt format - there's built in slack of 128 tokens + 8 per message.