Datasets:
Convert dataset to Parquet
#4
by
yongchanghao
- opened
- 2wikimqa/test-00000-of-00001.parquet +3 -0
- 2wikimqa_e/test-00000-of-00001.parquet +3 -0
- README.md +63 -5
2wikimqa/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cc25ddd4bc9ab1db7f99898a17ded22e7c39bb606bb85980debd0c309bced07
|
3 |
+
size 3595131
|
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
@@ -1,17 +1,75 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
task_categories:
|
3 |
- question-answering
|
4 |
- text-generation
|
5 |
- summarization
|
6 |
- conversational
|
7 |
- text-classification
|
8 |
-
language:
|
9 |
-
- en
|
10 |
-
- zh
|
11 |
tags:
|
12 |
- Long Context
|
13 |
-
|
14 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Introduction
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
task_categories:
|
8 |
- question-answering
|
9 |
- text-generation
|
10 |
- summarization
|
11 |
- conversational
|
12 |
- text-classification
|
|
|
|
|
|
|
13 |
tags:
|
14 |
- Long Context
|
15 |
+
dataset_info:
|
16 |
+
- config_name: 2wikimqa
|
17 |
+
features:
|
18 |
+
- name: input
|
19 |
+
dtype: string
|
20 |
+
- name: context
|
21 |
+
dtype: string
|
22 |
+
- name: answers
|
23 |
+
list: string
|
24 |
+
- name: length
|
25 |
+
dtype: int32
|
26 |
+
- name: dataset
|
27 |
+
dtype: string
|
28 |
+
- name: language
|
29 |
+
dtype: string
|
30 |
+
- name: all_classes
|
31 |
+
list: string
|
32 |
+
- name: _id
|
33 |
+
dtype: string
|
34 |
+
splits:
|
35 |
+
- name: test
|
36 |
+
num_bytes: 5982997
|
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
|