mwalmsley commited on
Commit
494bae2
·
verified ·
1 Parent(s): 2e37bdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,6 +4,8 @@ tags:
4
  - timm
5
  library_name: timm
6
  license: apache-2.0
 
 
7
  ---
8
  # Model card for zoobot-encoder-convnext_nano
9
 
@@ -16,5 +18,4 @@ But minimally, you can use this like any timm encoder:
16
  import timm
17
 
18
  encoder = timm.create_model('hf_hub:mwalmsley/zoobot-encoder-some-name', pretrained=True, num_classes=0)
19
- ```
20
-
 
4
  - timm
5
  library_name: timm
6
  license: apache-2.0
7
+ base_model:
8
+ - timm/convnext_nano.in12k
9
  ---
10
  # Model card for zoobot-encoder-convnext_nano
11
 
 
18
  import timm
19
 
20
  encoder = timm.create_model('hf_hub:mwalmsley/zoobot-encoder-some-name', pretrained=True, num_classes=0)
21
+ ```