Datasets:
yongchanghao
commited on
Commit
•
f572ee5
1
Parent(s):
3176ae5
Add 'trec_e' config data files
Browse files- README.md +28 -0
- trec_e/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -733,6 +733,30 @@ dataset_info:
|
|
733 |
num_examples: 200
|
734 |
download_size: 2676502
|
735 |
dataset_size: 6200475
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
736 |
configs:
|
737 |
- config_name: 2wikimqa
|
738 |
data_files:
|
@@ -854,6 +878,10 @@ configs:
|
|
854 |
data_files:
|
855 |
- split: test
|
856 |
path: trec/test-*
|
|
|
|
|
|
|
|
|
857 |
---
|
858 |
|
859 |
# Introduction
|
|
|
733 |
num_examples: 200
|
734 |
download_size: 2676502
|
735 |
dataset_size: 6200475
|
736 |
+
- config_name: trec_e
|
737 |
+
features:
|
738 |
+
- name: input
|
739 |
+
dtype: string
|
740 |
+
- name: context
|
741 |
+
dtype: string
|
742 |
+
- name: answers
|
743 |
+
list: string
|
744 |
+
- name: length
|
745 |
+
dtype: int32
|
746 |
+
- name: dataset
|
747 |
+
dtype: string
|
748 |
+
- name: language
|
749 |
+
dtype: string
|
750 |
+
- name: all_classes
|
751 |
+
list: string
|
752 |
+
- name: _id
|
753 |
+
dtype: string
|
754 |
+
splits:
|
755 |
+
- name: test
|
756 |
+
num_bytes: 11182248
|
757 |
+
num_examples: 300
|
758 |
+
download_size: 4866603
|
759 |
+
dataset_size: 11182248
|
760 |
configs:
|
761 |
- config_name: 2wikimqa
|
762 |
data_files:
|
|
|
878 |
data_files:
|
879 |
- split: test
|
880 |
path: trec/test-*
|
881 |
+
- config_name: trec_e
|
882 |
+
data_files:
|
883 |
+
- split: test
|
884 |
+
path: trec_e/test-*
|
885 |
---
|
886 |
|
887 |
# Introduction
|
trec_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6128480f6f9c6513b7c1be167b00326d4efd9dde72ade5aedb4ff1b27a092b4
|
3 |
+
size 4866603
|