Skip to content

Commit 1ecb60f

Browse files
committed
Added gigapath and kaiko to table of supported models in docs
1 parent 040eb57 commit 1ecb60f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,15 @@ pip install . # install the package
114114
## Supported foundation models
115115
|Name |Benchmark name | Vision arch. | Params. | Training method | VLM | Pathology |
116116
| :--------- | :--------------------: | :----------: | :-----: | :-------------: | :-: | :-------: |
117+
|GIGAPATH | provgigapath | ViT-G/14 | 1.1B | DINOv2 | |x |
117118
|HIBOU-B | hiboub | ViT-B/14 | 86M | DINOv2 | |x |
118119
|HIBOU-L | hiboul | ViT-L/14 | 307M | DINOv2 | |x |
119120
|H-OPTIMUS-0 | hoptimus0 | ViT-G/14 | 1.1B | DINOv2 | |x |
120121
|H-OPTIMUS-1 | hoptimus1 | ViT-G/14 | 1.1B | DINOv2 | |x |
122+
|KAIKO-S/8 | kaiko_vits8 | ViT-S/8 | 22M | DINO | |x |
123+
|KAIKO-S/16 | kaiko_vits16 | ViT-S/16 | 22M | DINO | |x |
124+
|KAIKO-B/8 | kaiko_vitb8 | ViT-B/8 | 86M | DINO | |x |
125+
|KAIKO-B/16 | kaiko_vitb16 | ViT-B/16 | 86M | DINO | |x |
121126
|MIDNIGHT | midnight | ViT-G/14 | 1.1B | DINOv2 | |x |
122127
|PHIKON | phikon | ViT-B/16 | 86M | iBOT | |x |
123128
|PHIKON2 | phikon2 | ViT-L/16 | 307M | DINOv2 | |x |

0 commit comments

Comments
 (0)