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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

prj-beatrice
/
resemblyzer-torch-native

Feature Extraction
Transformers
Safetensors
resemblyzer
audio
speaker-embedding
speaker-verification
custom_code
Model card Files Files and versions
xet
Community

Instructions to use prj-beatrice/resemblyzer-torch-native with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use prj-beatrice/resemblyzer-torch-native with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="prj-beatrice/resemblyzer-torch-native", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("prj-beatrice/resemblyzer-torch-native", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
resemblyzer-torch-native
5.78 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Project Beatrice
Keep differentiable LSTM on cuDNN
a74a7e2 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • LICENSE
    13.7 kB
    Add Resemblyzer torch-native model 9 days ago
  • README.md
    1.42 kB
    Add Resemblyzer torch-native model 9 days ago
  • config.json
    279 Bytes
    Add Resemblyzer torch-native model 9 days ago
  • model.safetensors
    5.73 MB
    xet
    Add Resemblyzer torch-native model 9 days ago
  • modeling_resemblyzer.py
    27.8 kB
    Keep differentiable LSTM on cuDNN 7 days ago