Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Roblox
/
voice-safety-classifier

Audio Classification
Transformers
Safetensors
wavlm
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Roblox/voice-safety-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Roblox/voice-safety-classifier")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Roblox/voice-safety-classifier")
    model = AutoModelForAudioClassification.from_pretrained("Roblox/voice-safety-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
voice-safety-classifier
378 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
mnandwana's picture
mnandwana
Update README.md
03683e3 almost 2 years ago
  • images
    Add README and supporting code almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.58 kB
    Update README.md almost 2 years ago
  • config.json
    2.79 kB
    Upload Voice-Safety-Classifier model almost 2 years ago
  • inference.py
    3.33 kB
    Add README and supporting code almost 2 years ago
  • model.safetensors
    378 MB
    xet
    Upload Voice-Safety-Classifier model almost 2 years ago
  • requirements.txt
    33 Bytes
    Add README and supporting code almost 2 years ago