Datasets:
yongchanghao
commited on
Commit
•
5cb9eb9
1
Parent(s):
f572ee5
Add 'triviaqa' config data files
Browse files- README.md +28 -0
- triviaqa/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -757,6 +757,30 @@ dataset_info:
|
|
757 |
num_examples: 300
|
758 |
download_size: 4866603
|
759 |
dataset_size: 11182248
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
760 |
configs:
|
761 |
- config_name: 2wikimqa
|
762 |
data_files:
|
@@ -882,6 +906,10 @@ configs:
|
|
882 |
data_files:
|
883 |
- split: test
|
884 |
path: trec_e/test-*
|
|
|
|
|
|
|
|
|
885 |
---
|
886 |
|
887 |
# Introduction
|
|
|
757 |
num_examples: 300
|
758 |
download_size: 4866603
|
759 |
dataset_size: 11182248
|
760 |
+
- config_name: triviaqa
|
761 |
+
features:
|
762 |
+
- name: input
|
763 |
+
dtype: string
|
764 |
+
- name: context
|
765 |
+
dtype: string
|
766 |
+
- name: answers
|
767 |
+
list: string
|
768 |
+
- name: length
|
769 |
+
dtype: int32
|
770 |
+
- name: dataset
|
771 |
+
dtype: string
|
772 |
+
- name: language
|
773 |
+
dtype: string
|
774 |
+
- name: all_classes
|
775 |
+
list: string
|
776 |
+
- name: _id
|
777 |
+
dtype: string
|
778 |
+
splits:
|
779 |
+
- name: test
|
780 |
+
num_bytes: 10153425
|
781 |
+
num_examples: 200
|
782 |
+
download_size: 6295606
|
783 |
+
dataset_size: 10153425
|
784 |
configs:
|
785 |
- config_name: 2wikimqa
|
786 |
data_files:
|
|
|
906 |
data_files:
|
907 |
- split: test
|
908 |
path: trec_e/test-*
|
909 |
+
- config_name: triviaqa
|
910 |
+
data_files:
|
911 |
+
- split: test
|
912 |
+
path: triviaqa/test-*
|
913 |
---
|
914 |
|
915 |
# Introduction
|
triviaqa/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8882d455f64bc58b6a11a9afa96592b79c908181b697fe73e9531f2362a2304
|
3 |
+
size 6295606
|