Datasets:
chargoddard
commited on
Commit
•
c9e7ece
1
Parent(s):
e7694cd
Upload dataset
Browse files- README.md +40 -8
- grammar_filtered/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: default
|
4 |
features:
|
@@ -28,6 +36,34 @@ dataset_info:
|
|
28 |
num_examples: 140469
|
29 |
download_size: 764073630
|
30 |
dataset_size: 1921588254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
- config_name: high_confidence
|
32 |
features:
|
33 |
- name: username
|
@@ -89,6 +125,10 @@ configs:
|
|
89 |
data_files:
|
90 |
- split: train
|
91 |
path: data/train-*
|
|
|
|
|
|
|
|
|
92 |
- config_name: high_confidence
|
93 |
data_files:
|
94 |
- split: train
|
@@ -97,17 +137,9 @@ configs:
|
|
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.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: cc-by-nc-4.0
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
+
task_categories:
|
8 |
+
- conversational
|
9 |
+
- text-generation
|
10 |
dataset_info:
|
11 |
- config_name: default
|
12 |
features:
|
|
|
36 |
num_examples: 140469
|
37 |
download_size: 764073630
|
38 |
dataset_size: 1921588254
|
39 |
+
- config_name: grammar_filtered
|
40 |
+
features:
|
41 |
+
- name: index
|
42 |
+
dtype: int64
|
43 |
+
- name: username
|
44 |
+
dtype: string
|
45 |
+
- name: char_name
|
46 |
+
dtype: string
|
47 |
+
- name: bio
|
48 |
+
dtype: string
|
49 |
+
- name: context
|
50 |
+
list:
|
51 |
+
- name: char_name
|
52 |
+
dtype: string
|
53 |
+
- name: text
|
54 |
+
dtype: string
|
55 |
+
- name: username
|
56 |
+
dtype: string
|
57 |
+
- name: reply
|
58 |
+
dtype: string
|
59 |
+
- name: char_confidence
|
60 |
+
dtype: float64
|
61 |
+
splits:
|
62 |
+
- name: train
|
63 |
+
num_bytes: 371655189
|
64 |
+
num_examples: 27053
|
65 |
+
download_size: 166757626
|
66 |
+
dataset_size: 371655189
|
67 |
- config_name: high_confidence
|
68 |
features:
|
69 |
- name: username
|
|
|
125 |
data_files:
|
126 |
- split: train
|
127 |
path: data/train-*
|
128 |
+
- config_name: grammar_filtered
|
129 |
+
data_files:
|
130 |
+
- split: train
|
131 |
+
path: grammar_filtered/train-*
|
132 |
- config_name: high_confidence
|
133 |
data_files:
|
134 |
- split: train
|
|
|
137 |
data_files:
|
138 |
- split: train
|
139 |
path: pruned/train-*
|
|
|
|
|
|
|
|
|
140 |
tags:
|
141 |
- roleplay
|
142 |
- not-for-all-audiences
|
|
|
|
|
|
|
|
|
143 |
---
|
144 |
|
145 |
Data scraped from [roleplayerguild](https://www.roleplayerguild.com/) and parsed into prompts with a conversation history and associated character bio.
|
grammar_filtered/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1821862978df3dac096afbb1829077eb0eabf9e21cc24541a26d1aa51d9717c2
|
3 |
+
size 166757626
|