File size: 505 Bytes
fe9127a
 
9ea00b2
 
fe9127a
 
9ea00b2
2a3710c
fe9127a
48c0106
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
tags:
- zoobot
- image-feature-extraction
- timm
library_name: timm
license: gpl-3.0
pipeline_tag: image-feature-extraction
---
# Model card for zoobot-encoder-efficientnet_b0


Please see the [Zoobot docs](https://zoobot.readthedocs.io/en/latest/pretrained_models.html) for loading and finetuning instructions.

But minimally, you can use this like any timm encoder:

```python
import timm

encoder = timm.create_model('hf_hub:mwalmsley/zoobot-encoder-some-name', pretrained=True, num_classes=0)
```