Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This repository contains Microsoft's [BiomedCLIP](https://huggingface.co/microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224) converted to the Hugging Face format to to simplify access.
|
2 |
+
|
3 |
+
|
4 |
+
All credits go to the BiomedCLIP:
|
5 |
+
|
6 |
+
```bibtex
|
7 |
+
@misc{https://doi.org/10.48550/arXiv.2303.00915,
|
8 |
+
doi = {10.48550/ARXIV.2303.00915},
|
9 |
+
url = {https://arxiv.org/abs/2303.00915},
|
10 |
+
author = {Zhang, Sheng and Xu, Yanbo and Usuyama, Naoto and Bagga, Jaspreet and Tinn, Robert and Preston, Sam and Rao, Rajesh and Wei, Mu and Valluri, Naveen and Wong, Cliff and Lungren, Matthew and Naumann, Tristan and Poon, Hoifung},
|
11 |
+
title = {Large-Scale Domain-Specific Pretraining for Biomedical Vision-Language Processing},
|
12 |
+
publisher = {arXiv},
|
13 |
+
year = {2023},
|
14 |
+
}
|
15 |
+
```
|