File size: 700 Bytes
791c704 75fb6d1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ---
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) |