Datasets:
yongchanghao
commited on
Commit
•
313939a
1
Parent(s):
5cb9eb9
Add 'triviaqa_e' config data files
Browse files- README.md +28 -0
- triviaqa_e/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -781,6 +781,30 @@ dataset_info:
|
|
781 |
num_examples: 200
|
782 |
download_size: 6295606
|
783 |
dataset_size: 10153425
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
784 |
configs:
|
785 |
- config_name: 2wikimqa
|
786 |
data_files:
|
@@ -910,6 +934,10 @@ configs:
|
|
910 |
data_files:
|
911 |
- split: test
|
912 |
path: triviaqa/test-*
|
|
|
|
|
|
|
|
|
913 |
---
|
914 |
|
915 |
# Introduction
|
|
|
781 |
num_examples: 200
|
782 |
download_size: 6295606
|
783 |
dataset_size: 10153425
|
784 |
+
- config_name: triviaqa_e
|
785 |
+
features:
|
786 |
+
- name: input
|
787 |
+
dtype: string
|
788 |
+
- name: context
|
789 |
+
dtype: string
|
790 |
+
- name: answers
|
791 |
+
list: string
|
792 |
+
- name: length
|
793 |
+
dtype: int32
|
794 |
+
- name: dataset
|
795 |
+
dtype: string
|
796 |
+
- name: language
|
797 |
+
dtype: string
|
798 |
+
- name: all_classes
|
799 |
+
list: string
|
800 |
+
- name: _id
|
801 |
+
dtype: string
|
802 |
+
splits:
|
803 |
+
- name: test
|
804 |
+
num_bytes: 12465195
|
805 |
+
num_examples: 300
|
806 |
+
download_size: 7550236
|
807 |
+
dataset_size: 12465195
|
808 |
configs:
|
809 |
- config_name: 2wikimqa
|
810 |
data_files:
|
|
|
934 |
data_files:
|
935 |
- split: test
|
936 |
path: triviaqa/test-*
|
937 |
+
- config_name: triviaqa_e
|
938 |
+
data_files:
|
939 |
+
- split: test
|
940 |
+
path: triviaqa_e/test-*
|
941 |
---
|
942 |
|
943 |
# Introduction
|
triviaqa_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1861bca9fc4423444de75259be40334af5260a0b53a388a562a50cd9d0df7c1
|
3 |
+
size 7550236
|