| --- |
| license: apache-2.0 |
| language: |
| - en |
| tags: |
| - cytology |
| - hematology |
| - pathology |
| - vision |
| - pytorch |
| - self-supervised |
| - vit |
| pipeline_tag: image-feature-extraction |
| --- |
| |
|
|
| # GenBloom |
|
|
| This repository contains the model weights used for the public visual |
| downstream reproduction. |
|
|
| ```text |
| checkpoints/ |
| genbloom_v/ |
| genbloom_v.pth |
| genbloom_g/ |
| genbloom_g_fold0.pth |
| genbloom_g_fold1.pth |
| genbloom_g_fold2.pth |
| genbloom_g_fold3.pth |
| genbloom_g_fold4.pth |
| ``` |
|
|
| The `genbloom_v` checkpoint corresponds to image-only pretraining. The `genbloom_g` checkpoints were further genetically aligned. |
|
|
| For the source code, see the [GenBloom GitHub repository](https://github.com/marrlab/GenBloom) |