somewheresy commited on
Commit
ac3e139
1 Parent(s): 8c632e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+
6
+
7
+
8
+ tags:
9
+ - arxiv
10
+ - science
11
+ pretty_name: dataclysm-arxiv
12
+ size_categories:
13
+ - 10M<n<100M
14
  ---
15
+
16
+ # DATACLYSM PATCH 0.0.4: PUBMED
17
+ ## USE THE NOTEBOOK TO GET STARTED!
18
+ https://github.com/somewheresystems/dataclysm
19
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62a4a59791cfdc7b365ff5da/VwuifFrxpATEAPGOvYOHe.png)
20
+
21
+ # somewheresystems/dataclysm-pubmed
22
+
23
+ This dataset comprises of 77,300,000 PubMed metadata entries including title and some (% TBD) abstracts, with two new columns added: title-embeddings and abstract-embeddings. These additional columns were generated using the bge-small-en-v1.5 embeddings model. The dataset was sourced from the PubMed Baseline as of December 12, 2023. https://ftp.ncbi.nlm.nih.gov/pubmed/baseline/
24
+
25
+ # Embeddings Model
26
+
27
+ We used https://huggingface.co/BAAI/bge-small-en-v1.5 to embed the `title` and `abstract` fields.
28
+
29
+ ## Contact
30
+
31
+ Please contact hi@dataclysm.xyz for inquiries.