Upload dataset
Browse files
README.md
CHANGED
@@ -1,6 +1,25 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
features:
|
5 |
- name: passage_id
|
6 |
dtype: string
|
@@ -13,6 +32,12 @@ dataset_info:
|
|
13 |
download_size: 4428682
|
14 |
dataset_size: 7864604
|
15 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- config_name: scifact_passages
|
17 |
data_files:
|
18 |
- split: test_passages
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: scifact_data
|
4 |
+
features:
|
5 |
+
- name: question_id
|
6 |
+
dtype: string
|
7 |
+
- name: question
|
8 |
+
dtype: string
|
9 |
+
- name: pos_item_ids
|
10 |
+
sequence: string
|
11 |
+
- name: pos_item_contents
|
12 |
+
sequence: string
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
num_bytes: 1609725
|
16 |
+
num_examples: 809
|
17 |
+
- name: test
|
18 |
+
num_bytes: 588700
|
19 |
+
num_examples: 300
|
20 |
+
download_size: 849404
|
21 |
+
dataset_size: 2198425
|
22 |
+
- config_name: scifact_passages
|
23 |
features:
|
24 |
- name: passage_id
|
25 |
dtype: string
|
|
|
32 |
download_size: 4428682
|
33 |
dataset_size: 7864604
|
34 |
configs:
|
35 |
+
- config_name: scifact_data
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: scifact_data/train-*
|
39 |
+
- split: test
|
40 |
+
path: scifact_data/test-*
|
41 |
- config_name: scifact_passages
|
42 |
data_files:
|
43 |
- split: test_passages
|
scifact_data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f4cbc69416e58baa9e67f6ff9b66f459c3c899541e1ef9b8183b46d02286cfd
|
3 |
+
size 283049
|
scifact_data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d48d9094220ff7e35f55a1ecdb6aa7684a4240c79724eb9263c3a7d5e270832
|
3 |
+
size 566355
|