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

CreeperStone72
/
mood_box

Audio Classification
Transformers
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use CreeperStone72/mood_box with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CreeperStone72/mood_box with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="CreeperStone72/mood_box")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("CreeperStone72/mood_box")
    model = AutoModelForAudioClassification.from_pretrained("CreeperStone72/mood_box", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mood_box / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
CreeperStone72's picture
CreeperStone72
End of training
16efe73 verified over 2 years ago
  • Feb22_09-04-01_f04cbc234aa5
    End of training over 2 years ago