shchoi1019
commited on
Upload dataset
Browse files- Explanation/train-00000-of-00001.parquet +3 -0
- README.md +22 -0
Explanation/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54be8993366b72017e569a41d8249255af74d211dd586e4b7f7f0a12daf519ea
|
3 |
+
size 11447730
|
README.md
CHANGED
@@ -144,6 +144,24 @@ dataset_info:
|
|
144 |
num_examples: 25289
|
145 |
download_size: 14818576
|
146 |
dataset_size: 31848628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
- config_name: Grammar Error Detection
|
148 |
features:
|
149 |
- name: instruction
|
@@ -609,6 +627,10 @@ configs:
|
|
609 |
data_files:
|
610 |
- split: train
|
611 |
path: Ethics Classification/train-*
|
|
|
|
|
|
|
|
|
612 |
- config_name: Grammar Error Detection
|
613 |
data_files:
|
614 |
- split: train
|
|
|
144 |
num_examples: 25289
|
145 |
download_size: 14818576
|
146 |
dataset_size: 31848628
|
147 |
+
- config_name: Explanation
|
148 |
+
features:
|
149 |
+
- name: instruction
|
150 |
+
dtype: string
|
151 |
+
- name: input
|
152 |
+
dtype: string
|
153 |
+
- name: output
|
154 |
+
dtype: string
|
155 |
+
- name: domain
|
156 |
+
dtype: string
|
157 |
+
- name: lang
|
158 |
+
dtype: string
|
159 |
+
splits:
|
160 |
+
- name: train
|
161 |
+
num_bytes: 26977111
|
162 |
+
num_examples: 21352
|
163 |
+
download_size: 11447730
|
164 |
+
dataset_size: 26977111
|
165 |
- config_name: Grammar Error Detection
|
166 |
features:
|
167 |
- name: instruction
|
|
|
627 |
data_files:
|
628 |
- split: train
|
629 |
path: Ethics Classification/train-*
|
630 |
+
- config_name: Explanation
|
631 |
+
data_files:
|
632 |
+
- split: train
|
633 |
+
path: Explanation/train-*
|
634 |
- config_name: Grammar Error Detection
|
635 |
data_files:
|
636 |
- split: train
|