Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload Model to Hugging Face Hub #2

Open
nateraw opened this issue Oct 27, 2022 · 4 comments
Open

Upload Model to Hugging Face Hub #2

nateraw opened this issue Oct 27, 2022 · 4 comments

Comments

@nateraw
Copy link

nateraw commented Oct 27, 2022

Hey there, it would be awesome to see this model on the Hugging Face Model Hub. :)

I added a copy to my profile real quick to show you how to do it, and how easy it is to load once its up there...

import tensorflow as tf
from huggingface_hub import snapshot_download

model = tf.saved_model.load(snapshot_download(repo_id='nateraw/bumble-private-detector'))

I'd love to move this to an official org for bumble-tech and have you folks fill out the model card. What do you think?

@Steeeephen
Copy link
Contributor

Hey Nate,

Thanks for this, it's something that we're definitely planning on doing and just need to go through the process of getting approval internally. Having an official bumble-tech HF is something we want to do but we prioritised releasing the model over going through the hoops needed to set up a publically-facing HF org. We didn't expect this level of exposure so we thought it was low priority, but I'll push for it next week 👀👀

@TheBoatyMcBoatFace
Copy link

@Steeeephen ..... didn't expect this level of exposure ... oh this repo...

@OmgImAlexis
Copy link

@Steeeephen did this get pushed to hugging face?

@Steeeephen
Copy link
Contributor

We haven't officially uploaded anything (not sure if we have plans to do it on our end) but you should be able to use the one linked above!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants