pietrolesci commited on
Commit
a12775d
1 Parent(s): 40e518b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: abstract_id
5
+ dtype: string
6
+ - name: labels
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': background
11
+ '1': conclusions
12
+ '2': methods
13
+ '3': objective
14
+ '4': results
15
+ - name: text
16
+ dtype: string
17
+ - name: sentence_id
18
+ dtype: int64
19
+ - name: uid
20
+ dtype: int64
21
+ - name: embedding_all-mpnet-base-v2
22
+ sequence: float32
23
+ - name: embedding_multi-qa-mpnet-base-dot-v1
24
+ sequence: float32
25
+ - name: embedding_all-MiniLM-L12-v2
26
+ sequence: float32
27
+ splits:
28
+ - name: train
29
+ num_bytes: 1392522399
30
+ num_examples: 176642
31
+ - name: validation
32
+ num_bytes: 233905609
33
+ num_examples: 29672
34
+ - name: test
35
+ num_bytes: 233146005
36
+ num_examples: 29578
37
+ download_size: 2276732018
38
+ dataset_size: 1859574013
39
+ ---
40
+ # Dataset Card for "pubmed-rct20k_indexed"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)