Edit model card

Model card for zoobot-encoder-maxvit_rmlp_small_rw_224

Please see the Zoobot docs for loading and finetuning instructions.

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

import timm

encoder = timm.create_model('hf_hub:mwalmsley/zoobot-encoder-some-name', pretrained=True, num_classes=0)
Downloads last month
3
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Collection including mwalmsley/zoobot-encoder-maxvit_rmlp_small_rw_224