File size: 1,331 Bytes
ed24c18
 
 
 
 
d1741f4
 
 
 
 
de819b7
 
 
 
 
 
 
 
d1741f4
 
 
 
de819b7
 
 
 
 
 
 
 
d1741f4
 
de819b7
d1741f4
 
de819b7
d1741f4
 
de819b7
d1741f4
b1a0d35
de819b7
ed24c18
cb4c6ce
 
a12775d
cb4c6ce
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
task_categories:
- text-classification
language:
- en
dataset_info:
  features:
  - name: abstract_id
    dtype: string
  - name: labels
    dtype:
      class_label:
        names:
          '0': background
          '1': conclusions
          '2': methods
          '3': objective
          '4': results
  - name: text
    dtype: string
  - name: sentence_id
    dtype: int64
  - name: uid
    dtype: int64
  - name: embedding_all-mpnet-base-v2
    sequence: float32
  - name: embedding_multi-qa-mpnet-base-dot-v1
    sequence: float32
  - name: embedding_all-MiniLM-L12-v2
    sequence: float32
  splits:
  - name: train
    num_bytes: 1392522399
    num_examples: 176642
  - name: validation
    num_bytes: 233905609
    num_examples: 29672
  - name: test
    num_bytes: 233146005
    num_examples: 29578
  download_size: 0
  dataset_size: 1859574013
---
This is the same dataset as [`armanc/pubmed-rct20k`](https://huggingface.co/datasets/armanc/pubmed-rct20k).
The only differences are

1. Addition of a unique identifier, `uid`
   
1. Addition of the indices, that is 3 columns with the embeddings of 3 different sentence-transformers
   - `all-mpnet-base-v2`
   - `multi-qa-mpnet-base-dot-v1`
   - `all-MiniLM-L12-v2`

1. Renaming of the `label` column to `labels` for easier compatibility with the transformers library