private-detector icon indicating copy to clipboard operation
private-detector copied to clipboard

Upload Model to Hugging Face Hub

Open nateraw opened this issue 2 years ago • 4 comments

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?

nateraw avatar Oct 27 '22 18:10 nateraw

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 👀👀

Steeeephen avatar Oct 27 '22 18:10 Steeeephen

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

TheBoatyMcBoatFace avatar May 23 '23 08:05 TheBoatyMcBoatFace

@Steeeephen did this get pushed to hugging face?

OmgImAlexis avatar Sep 03 '23 22:09 OmgImAlexis

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!

Steeeephen avatar Nov 01 '23 12:11 Steeeephen