private-detector
private-detector copied to clipboard
Upload Model to Hugging Face Hub
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?
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 ..... didn't expect this level of exposure ... oh this repo...
@Steeeephen did this get pushed to hugging face?
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!