File size: 1,256 Bytes
81f5d6b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a314f57
 
 
81f5d6b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
---
library_name: pytorch
tags:
  - pathology
  - vision-language
  - whole-slide-imaging
  - report-generation
  - ablation
---

# SlideFlame

This repository contains ablated variants of SlideFlame models for pathology
whole-slide image report generation.

SlideFlame is a slide-level vision-language model based on a Flamingo-style
architecture. It combines patch-level and slide-level visual features with a
language model to generate pathology reports from whole-slide image features.

The full project code is available on [GitHub](https://github.com/KatherLab/SlideFlame), while only the model weights 
are hosted here on Hugging Face.

## Model Weights

The checkpoint files are stored in the `weights/` directory:

| Variant | File |
| --- | --- |
| SlideFlame-GWI | `weights/slideflame-GWI.pt` |
| SlideFlame-GZI | `weights/slideflame-GZI.pt` |
| SlideFlame-LWI | `weights/slideflame-LWI.pt` |
| SlideFlame-LZI | `weights/slideflame-LZI.pt` |

## Variant Names

- `SlideFlame-GWI`: Global warm initialization variant
- `SlideFlame-GZI`: Global zero initialization variant
- `SlideFlame-LWI`: Local warm initialization variant
- `SlideFlame-LZI`: Local zero initialization variant

## Checksums

SHA-256 checksums are provided in `checksums.txt`.