Datasets:
yongchanghao
commited on
Commit
•
7332d00
1
Parent(s):
dc0bf75
Add '2wikimqa_e' config data files
Browse files- 2wikimqa_e/test-00000-of-00001.parquet +3 -0
- README.md +29 -1
2wikimqa_e/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1047bd5ae8be309afe6a8177eb8a384d5b33bff46d0a664a86bcec7a6d68dc7
|
3 |
+
size 6782587
|
README.md
CHANGED
@@ -13,7 +13,7 @@ task_categories:
|
|
13 |
tags:
|
14 |
- Long Context
|
15 |
dataset_info:
|
16 |
-
|
17 |
features:
|
18 |
- name: input
|
19 |
dtype: string
|
@@ -37,11 +37,39 @@ dataset_info:
|
|
37 |
num_examples: 200
|
38 |
download_size: 3595131
|
39 |
dataset_size: 5982997
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
configs:
|
41 |
- config_name: 2wikimqa
|
42 |
data_files:
|
43 |
- split: test
|
44 |
path: 2wikimqa/test-*
|
|
|
|
|
|
|
|
|
45 |
---
|
46 |
|
47 |
# Introduction
|
|
|
13 |
tags:
|
14 |
- Long Context
|
15 |
dataset_info:
|
16 |
+
- config_name: 2wikimqa
|
17 |
features:
|
18 |
- name: input
|
19 |
dtype: string
|
|
|
37 |
num_examples: 200
|
38 |
download_size: 3595131
|
39 |
dataset_size: 5982997
|
40 |
+
- config_name: 2wikimqa_e
|
41 |
+
features:
|
42 |
+
- name: input
|
43 |
+
dtype: string
|
44 |
+
- name: context
|
45 |
+
dtype: string
|
46 |
+
- name: answers
|
47 |
+
list: string
|
48 |
+
- name: length
|
49 |
+
dtype: int32
|
50 |
+
- name: dataset
|
51 |
+
dtype: string
|
52 |
+
- name: language
|
53 |
+
dtype: string
|
54 |
+
- name: all_classes
|
55 |
+
list: string
|
56 |
+
- name: _id
|
57 |
+
dtype: string
|
58 |
+
splits:
|
59 |
+
- name: test
|
60 |
+
num_bytes: 11331920
|
61 |
+
num_examples: 300
|
62 |
+
download_size: 6782587
|
63 |
+
dataset_size: 11331920
|
64 |
configs:
|
65 |
- config_name: 2wikimqa
|
66 |
data_files:
|
67 |
- split: test
|
68 |
path: 2wikimqa/test-*
|
69 |
+
- config_name: 2wikimqa_e
|
70 |
+
data_files:
|
71 |
+
- split: test
|
72 |
+
path: 2wikimqa_e/test-*
|
73 |
---
|
74 |
|
75 |
# Introduction
|