shchoi1019
commited on
Commit
•
03bf4a7
1
Parent(s):
8c39e4f
Upload dataset
Browse files- Entity Generation/train-00000-of-00001.parquet +3 -0
- README.md +22 -0
Entity Generation/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af46bad55b97c61a28c8fd1665527c3c3ae92e6dd818fe52c9ad192200689977
|
3 |
+
size 75778
|
README.md
CHANGED
@@ -180,6 +180,24 @@ dataset_info:
|
|
180 |
num_examples: 54672
|
181 |
download_size: 13086755
|
182 |
dataset_size: 50010131
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
- config_name: Ethics Classification
|
184 |
features:
|
185 |
- name: instruction
|
@@ -1085,6 +1103,10 @@ configs:
|
|
1085 |
data_files:
|
1086 |
- split: train
|
1087 |
path: Dialogue Generation/train-*
|
|
|
|
|
|
|
|
|
1088 |
- config_name: Ethics Classification
|
1089 |
data_files:
|
1090 |
- split: train
|
|
|
180 |
num_examples: 54672
|
181 |
download_size: 13086755
|
182 |
dataset_size: 50010131
|
183 |
+
- config_name: Entity Generation
|
184 |
+
features:
|
185 |
+
- name: instruction
|
186 |
+
dtype: string
|
187 |
+
- name: input
|
188 |
+
dtype: string
|
189 |
+
- name: output
|
190 |
+
dtype: string
|
191 |
+
- name: domain
|
192 |
+
dtype: string
|
193 |
+
- name: lang
|
194 |
+
dtype: string
|
195 |
+
splits:
|
196 |
+
- name: train
|
197 |
+
num_bytes: 1286682
|
198 |
+
num_examples: 3095
|
199 |
+
download_size: 75778
|
200 |
+
dataset_size: 1286682
|
201 |
- config_name: Ethics Classification
|
202 |
features:
|
203 |
- name: instruction
|
|
|
1103 |
data_files:
|
1104 |
- split: train
|
1105 |
path: Dialogue Generation/train-*
|
1106 |
+
- config_name: Entity Generation
|
1107 |
+
data_files:
|
1108 |
+
- split: train
|
1109 |
+
path: Entity Generation/train-*
|
1110 |
- config_name: Ethics Classification
|
1111 |
data_files:
|
1112 |
- split: train
|