Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JaesungHuh
/
voice-gender-classifier

Audio Classification
Transformers
Safetensors
pytorch_model_hub_mixin
model_hub_mixin
gender-classification
VoxCeleb
Model card Files Files and versions
xet
Community

Instructions to use JaesungHuh/voice-gender-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JaesungHuh/voice-gender-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="JaesungHuh/voice-gender-classifier")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("JaesungHuh/voice-gender-classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
voice-gender-classifier
62.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 34 commits
JaesungHuh's picture
JaesungHuh
Update README.md
db12221 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • .gitignore
    9 Bytes
    add caveat almost 2 years ago
  • README.md
    2.36 kB
    Update README.md about 1 year ago
  • config.json
    15 Bytes
    Push model using huggingface_hub. about 2 years ago
  • example1.wav
    268 kB
    Upload two example files about 2 years ago
  • example2.wav
    238 kB
    Upload two example files about 2 years ago
  • model.safetensors
    61.9 MB
    xet
    Push model using huggingface_hub. about 2 years ago