Skip to content

Upload Model to Hugging Face Hub #2

Open
@nateraw

Description

@nateraw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions