Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Size:
10K - 100K
License:
lenglaender
commited on
Upload dataset
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
@@ -20,9 +20,38 @@ dataset_info:
|
|
20 |
num_examples: 1500
|
21 |
download_size: 1559229
|
22 |
dataset_size: 1600001
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
configs:
|
24 |
- config_name: m2qa.chinese.creative_writing
|
25 |
data_files:
|
26 |
- split: validation
|
27 |
path: m2qa.chinese.creative_writing/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: m2qa.chinese.creative_writing
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
|
|
20 |
num_examples: 1500
|
21 |
download_size: 1559229
|
22 |
dataset_size: 1600001
|
23 |
+
- config_name: m2qa.chinese.news
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: string
|
27 |
+
- name: question
|
28 |
+
dtype: string
|
29 |
+
- name: context
|
30 |
+
dtype: string
|
31 |
+
- name: answers
|
32 |
+
struct:
|
33 |
+
- name: text
|
34 |
+
sequence: string
|
35 |
+
- name: answer_start
|
36 |
+
sequence: int64
|
37 |
+
splits:
|
38 |
+
- name: validation
|
39 |
+
num_bytes: 1847465
|
40 |
+
num_examples: 1500
|
41 |
+
- name: train
|
42 |
+
num_bytes: 1135914
|
43 |
+
num_examples: 1500
|
44 |
+
download_size: 2029530
|
45 |
+
dataset_size: 2983379
|
46 |
configs:
|
47 |
- config_name: m2qa.chinese.creative_writing
|
48 |
data_files:
|
49 |
- split: validation
|
50 |
path: m2qa.chinese.creative_writing/validation-*
|
51 |
+
- config_name: m2qa.chinese.news
|
52 |
+
data_files:
|
53 |
+
- split: validation
|
54 |
+
path: m2qa.chinese.news/validation-*
|
55 |
+
- split: train
|
56 |
+
path: m2qa.chinese.news/train-*
|
57 |
---
|
m2qa.chinese.news/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ac530a47e52d5f627bbfb6622dacdf46dfb0087adb7172a92a0ef0178d0c928
|
3 |
+
size 218502
|
m2qa.chinese.news/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a22ac1772da7774f991a7af784d0bab394e6d27602731f2415e0806e2ba1386c
|
3 |
+
size 1811028
|