Update README.md
Browse files
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 |
+

|
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 [email protected] for inquiries.
|