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 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...
I'd love to move this to an official org for
bumble-techand have you folks fill out the model card. What do you think?