How to use brunoasm/vit_large_patch32_224.NCBI_SRA with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("brunoasm/vit_large_patch32_224.NCBI_SRA")
How to use brunoasm/vit_large_patch32_224.NCBI_SRA with timm:
import timm model = timm.create_model("hf_hub:brunoasm/vit_large_patch32_224.NCBI_SRA", pretrained=True)
The community tab is the place to discuss and collaborate with the HF community!