Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Size:
10K - 100K
License:
lenglaender
commited on
Commit
•
f48f9db
1
Parent(s):
48d8034
Upload dataset
Browse files
README.md
CHANGED
@@ -43,6 +43,29 @@ dataset_info:
|
|
43 |
num_examples: 1500
|
44 |
download_size: 2029530
|
45 |
dataset_size: 2983379
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
configs:
|
47 |
- config_name: m2qa.chinese.creative_writing
|
48 |
data_files:
|
@@ -54,4 +77,10 @@ configs:
|
|
54 |
path: m2qa.chinese.news/validation-*
|
55 |
- split: train
|
56 |
path: m2qa.chinese.news/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
---
|
|
|
43 |
num_examples: 1500
|
44 |
download_size: 2029530
|
45 |
dataset_size: 2983379
|
46 |
+
- config_name: m2qa.chinese.product_reviews
|
47 |
+
features:
|
48 |
+
- name: id
|
49 |
+
dtype: string
|
50 |
+
- name: question
|
51 |
+
dtype: string
|
52 |
+
- name: context
|
53 |
+
dtype: string
|
54 |
+
- name: answers
|
55 |
+
struct:
|
56 |
+
- name: text
|
57 |
+
sequence: string
|
58 |
+
- name: answer_start
|
59 |
+
sequence: int64
|
60 |
+
splits:
|
61 |
+
- name: validation
|
62 |
+
num_bytes: 1390223
|
63 |
+
num_examples: 1500
|
64 |
+
- name: train
|
65 |
+
num_bytes: 1358895
|
66 |
+
num_examples: 1500
|
67 |
+
download_size: 1597724
|
68 |
+
dataset_size: 2749118
|
69 |
configs:
|
70 |
- config_name: m2qa.chinese.creative_writing
|
71 |
data_files:
|
|
|
77 |
path: m2qa.chinese.news/validation-*
|
78 |
- split: train
|
79 |
path: m2qa.chinese.news/train-*
|
80 |
+
- config_name: m2qa.chinese.product_reviews
|
81 |
+
data_files:
|
82 |
+
- split: validation
|
83 |
+
path: m2qa.chinese.product_reviews/validation-*
|
84 |
+
- split: train
|
85 |
+
path: m2qa.chinese.product_reviews/train-*
|
86 |
---
|
m2qa.chinese.product_reviews/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:906badd8c66fadcf1c358c741da11e67f0adbc658e7f50dbb4ff7d5259e66a31
|
3 |
+
size 252899
|
m2qa.chinese.product_reviews/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a08c9ae9215a5a5bcee7f9ec9c1280c7e0c7bef0e0f79ea35a3ed3a65441b483
|
3 |
+
size 1344825
|