1aurent commited on
Commit
fb89092
1 Parent(s): 0b990b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ library_name: timm
7
  license: apache-2.0
8
  ---
9
 
10
- # Model card for vit_large_patch14_reg4_dinov2.kaiko_ai_towards_large_pathology_fms
11
 
12
  ![](https://raw.githubusercontent.com/bioptimus/releases/main/models/h-optimus/v0/logo.png)
13
 
@@ -33,7 +33,7 @@ import timm
33
 
34
  # load model from the hub
35
  model = timm.create_model(
36
- model_name="hf-hub:1aurent/vit_giant_patch14_reg4.h-optimus-v0",
37
  pretrained=True,
38
  ).eval()
39
 
 
7
  license: apache-2.0
8
  ---
9
 
10
+ # Model card for vit_giant_patch14_reg4_224.h-optimus-v0
11
 
12
  ![](https://raw.githubusercontent.com/bioptimus/releases/main/models/h-optimus/v0/logo.png)
13
 
 
33
 
34
  # load model from the hub
35
  model = timm.create_model(
36
+ model_name="hf-hub:1aurent/vit_giant_patch14_reg4_224.h-optimus-v0",
37
  pretrained=True,
38
  ).eval()
39