Feature Extraction
timm
PyTorch
Safetensors
image-classification
biology
cancer
owkin
histology
Eval Results (legacy)
Instructions to use 1aurent/vit_base_patch16_224.owkin_pancancer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use 1aurent/vit_base_patch16_224.owkin_pancancer with timm:
import timm model = timm.create_model("hf_hub:1aurent/vit_base_patch16_224.owkin_pancancer", pretrained=True) - Notebooks
- Google Colab
- Kaggle
switch weights to teacher
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
| 25 |
0.224,
|
| 26 |
0.225
|
| 27 |
],
|
|
|
|
| 28 |
"pool_size": null,
|
| 29 |
"first_conv": "patch_embed.proj",
|
| 30 |
"classifier": "head"
|
|
|
|
| 25 |
0.224,
|
| 26 |
0.225
|
| 27 |
],
|
| 28 |
+
"num_classes": 0,
|
| 29 |
"pool_size": null,
|
| 30 |
"first_conv": "patch_embed.proj",
|
| 31 |
"classifier": "head"
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24b3406cdb8b655af52bc7f7d40469ddd89cce9f461d92e8f668c59d9946ca3c
|
| 3 |
+
size 343250533
|