shchoi1019
commited on
Commit
•
d8092f8
1
Parent(s):
e752946
Upload dataset
Browse files- Fact Verification/train-00000-of-00001.parquet +3 -0
- README.md +22 -0
Fact Verification/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f782011ae5ad18cd1da6199c40ee7cd8403ad3e129ce091d4c075da7aee9cef
|
3 |
+
size 1250181
|
README.md
CHANGED
@@ -216,6 +216,24 @@ dataset_info:
|
|
216 |
num_examples: 21352
|
217 |
download_size: 11447730
|
218 |
dataset_size: 26977111
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
- config_name: Fill in The Blank
|
220 |
features:
|
221 |
- name: instruction
|
@@ -1057,6 +1075,10 @@ configs:
|
|
1057 |
data_files:
|
1058 |
- split: train
|
1059 |
path: Explanation/train-*
|
|
|
|
|
|
|
|
|
1060 |
- config_name: Fill in The Blank
|
1061 |
data_files:
|
1062 |
- split: train
|
|
|
216 |
num_examples: 21352
|
217 |
download_size: 11447730
|
218 |
dataset_size: 26977111
|
219 |
+
- config_name: Fact Verification
|
220 |
+
features:
|
221 |
+
- name: instruction
|
222 |
+
dtype: string
|
223 |
+
- name: input
|
224 |
+
dtype: string
|
225 |
+
- name: output
|
226 |
+
dtype: string
|
227 |
+
- name: domain
|
228 |
+
dtype: string
|
229 |
+
- name: lang
|
230 |
+
dtype: string
|
231 |
+
splits:
|
232 |
+
- name: train
|
233 |
+
num_bytes: 5230254
|
234 |
+
num_examples: 6553
|
235 |
+
download_size: 1250181
|
236 |
+
dataset_size: 5230254
|
237 |
- config_name: Fill in The Blank
|
238 |
features:
|
239 |
- name: instruction
|
|
|
1075 |
data_files:
|
1076 |
- split: train
|
1077 |
path: Explanation/train-*
|
1078 |
+
- config_name: Fact Verification
|
1079 |
+
data_files:
|
1080 |
+
- split: train
|
1081 |
+
path: Fact Verification/train-*
|
1082 |
- config_name: Fill in The Blank
|
1083 |
data_files:
|
1084 |
- split: train
|