Zoobot Encoders
					Collection
				
Vision models pretrained on galaxy images
					• 
				10 items
				• 
				Updated
					
				
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)