Upload dataset
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: doc_title
|
6 |
dtype: string
|
@@ -19,6 +19,25 @@ dataset_info:
|
|
19 |
num_examples: 12692
|
20 |
download_size: 43600501
|
21 |
dataset_size: 177826663
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
configs:
|
23 |
- config_name: span_extraction
|
24 |
data_files:
|
@@ -26,4 +45,10 @@ configs:
|
|
26 |
path: span_extraction/train-*
|
27 |
- split: validation
|
28 |
path: span_extraction/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: span_extraction
|
4 |
features:
|
5 |
- name: doc_title
|
6 |
dtype: string
|
|
|
19 |
num_examples: 12692
|
20 |
download_size: 43600501
|
21 |
dataset_size: 177826663
|
22 |
+
- config_name: span_extraction_how
|
23 |
+
features:
|
24 |
+
- name: doc_title
|
25 |
+
dtype: string
|
26 |
+
- name: context
|
27 |
+
dtype: string
|
28 |
+
- name: question
|
29 |
+
dtype: string
|
30 |
+
- name: answer_text
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 111843943
|
35 |
+
num_examples: 61746
|
36 |
+
- name: validation
|
37 |
+
num_bytes: 21025535
|
38 |
+
num_examples: 9124
|
39 |
+
download_size: 31577500
|
40 |
+
dataset_size: 132869478
|
41 |
configs:
|
42 |
- config_name: span_extraction
|
43 |
data_files:
|
|
|
45 |
path: span_extraction/train-*
|
46 |
- split: validation
|
47 |
path: span_extraction/validation-*
|
48 |
+
- config_name: span_extraction_how
|
49 |
+
data_files:
|
50 |
+
- split: train
|
51 |
+
path: span_extraction_how/train-*
|
52 |
+
- split: validation
|
53 |
+
path: span_extraction_how/validation-*
|
54 |
---
|
span_extraction_how/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4da88c6b9f936da576418c188befadd3481e54149f0ef0d83f7dd9e37a6f3442
|
3 |
+
size 27285166
|
span_extraction_how/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6545bf9335de4bf0109e33404ab1a9eb84773df99c556045db12e2682feab4a
|
3 |
+
size 4292334
|