Datasets:
pietrolesci
commited on
Commit
·
de819b7
1
Parent(s):
0f055df
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,23 +8,38 @@ dataset_info:
|
|
8 |
- name: abstract_id
|
9 |
dtype: string
|
10 |
- name: labels
|
11 |
-
dtype:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- name: text
|
13 |
dtype: string
|
14 |
- name: sentence_id
|
15 |
dtype: int64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
splits:
|
17 |
- name: train
|
18 |
-
num_bytes:
|
19 |
num_examples: 176642
|
20 |
- name: validation
|
21 |
-
num_bytes:
|
22 |
num_examples: 29672
|
23 |
- name: test
|
24 |
-
num_bytes:
|
25 |
num_examples: 29578
|
26 |
-
download_size:
|
27 |
-
dataset_size:
|
28 |
---
|
29 |
This is the same dataset as [`armanc/pubmed-rct20k`](https://huggingface.co/datasets/armanc/pubmed-rct20k).
|
30 |
The only differences are
|
|
|
8 |
- name: abstract_id
|
9 |
dtype: string
|
10 |
- name: labels
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': background
|
15 |
+
'1': conclusions
|
16 |
+
'2': methods
|
17 |
+
'3': objective
|
18 |
+
'4': results
|
19 |
- name: text
|
20 |
dtype: string
|
21 |
- name: sentence_id
|
22 |
dtype: int64
|
23 |
+
- name: uid
|
24 |
+
dtype: int64
|
25 |
+
- name: embedding_all-mpnet-base-v2
|
26 |
+
sequence: float32
|
27 |
+
- name: embedding_multi-qa-mpnet-base-dot-v1
|
28 |
+
sequence: float32
|
29 |
+
- name: embedding_all-MiniLM-L12-v2
|
30 |
+
sequence: float32
|
31 |
splits:
|
32 |
- name: train
|
33 |
+
num_bytes: 1392522399
|
34 |
num_examples: 176642
|
35 |
- name: validation
|
36 |
+
num_bytes: 233905609
|
37 |
num_examples: 29672
|
38 |
- name: test
|
39 |
+
num_bytes: 233146005
|
40 |
num_examples: 29578
|
41 |
+
download_size: 2276791380
|
42 |
+
dataset_size: 1859574013
|
43 |
---
|
44 |
This is the same dataset as [`armanc/pubmed-rct20k`](https://huggingface.co/datasets/armanc/pubmed-rct20k).
|
45 |
The only differences are
|