1aurent commited on
Commit
ccbeb46
1 Parent(s): 18157b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,7 +26,7 @@ pipeline_tag: feature-extraction
26
  inference: false
27
  ---
28
 
29
- # Model card for resnet50.tcga_brca
30
 
31
  A ResNet50 image classification model. \
32
  Trained on 2M histology patches from TCGA-BRCA.
@@ -62,7 +62,7 @@ img = Image.open(
62
 
63
  # load model from the hub
64
  model = timm.create_model(
65
- model_name="hf-hub:1aurent/resnet50.tcga_brca",
66
  pretrained=True,
67
  ).eval()
68
 
 
26
  inference: false
27
  ---
28
 
29
+ # Model card for resnet50.tcga_brca_simclr
30
 
31
  A ResNet50 image classification model. \
32
  Trained on 2M histology patches from TCGA-BRCA.
 
62
 
63
  # load model from the hub
64
  model = timm.create_model(
65
+ model_name="hf-hub:1aurent/resnet50.tcga_brca_simclr",
66
  pretrained=True,
67
  ).eval()
68