Update README.md
Browse files
README.md
CHANGED
|
@@ -19,11 +19,11 @@ citation: |
|
|
| 19 |
|
| 20 |
# DinoBloom: A Foundation Model for Generalizable Cell Embeddings in Hematology
|
| 21 |
|
| 22 |
-
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
-
##
|
| 27 |
|
| 28 |
DinoBloom is available in **four sizes**:
|
| 29 |
|
|
@@ -34,16 +34,12 @@ DinoBloom is available in **four sizes**:
|
|
| 34 |
| **DinoBloom-L** | 1024 | 304M | `pytorch_model_l.bin` |
|
| 35 |
| **DinoBloom-G** | 1536 | 1136M | `pytorch_model_g.bin` |
|
| 36 |
|
| 37 |
-
---
|
| 38 |
-
|
| 39 |
## 🔧 Requirements
|
| 40 |
|
| 41 |
```bash
|
| 42 |
pip install torch torchvision huggingface_hub
|
| 43 |
```
|
| 44 |
|
| 45 |
-
---
|
| 46 |
-
|
| 47 |
## 🚀 Usage
|
| 48 |
|
| 49 |
```python
|
|
|
|
| 19 |
|
| 20 |
# DinoBloom: A Foundation Model for Generalizable Cell Embeddings in Hematology
|
| 21 |
|
| 22 |
+
## Short description
|
| 23 |
|
| 24 |
+
**DinoBloom** is a ViT (Vision Transformer) built upon [DINOv2](https://arxiv.org/abs/2304.07193) (Meta AI) and is trained on **13 diverse publicly available datasets** of single cells from peripheral blood and bone marrow. The models in this repository can be used for feature extraction. The project was developed by Koch et al. and more information can be found on their [GitHub repository](https://github.com/MarrLab/DinoBloom) and in the [accompanying paper](https://arxiv.org/abs/2404.05022). This repository is fork of the original repo of the authors: [HuggingFace repository](https://huggingface.co/MarrLab/DinoBloom).
|
| 25 |
|
| 26 |
+
## Model Versions
|
| 27 |
|
| 28 |
DinoBloom is available in **four sizes**:
|
| 29 |
|
|
|
|
| 34 |
| **DinoBloom-L** | 1024 | 304M | `pytorch_model_l.bin` |
|
| 35 |
| **DinoBloom-G** | 1536 | 1136M | `pytorch_model_g.bin` |
|
| 36 |
|
|
|
|
|
|
|
| 37 |
## 🔧 Requirements
|
| 38 |
|
| 39 |
```bash
|
| 40 |
pip install torch torchvision huggingface_hub
|
| 41 |
```
|
| 42 |
|
|
|
|
|
|
|
| 43 |
## 🚀 Usage
|
| 44 |
|
| 45 |
```python
|