Consider mirroring model weights on Hugging Face Hub

#1
by davanstrien HF staff - opened

Hosting a mirror of the model weights on the Hugging Face hub might be nice. Support for fastai models on the Hub means loading models can be done in two lines.

e.g. example repo

from huggingface_hub import from_pretrained_fastai

learn = from_pretrained_fastai("davanstrien/amazonian_fish_classifier")

I can move the repo I created with these weights to the Smithsonian Org, or you can push the weights directly to the hub following the instructions here https://huggingface.co/blog/fastai

Sign up or log in to comment