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

MachineWhisperer
/
my_awesome_mind_model

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

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

  • Libraries
  • Transformers

    How to use MachineWhisperer/my_awesome_mind_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="MachineWhisperer/my_awesome_mind_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("MachineWhisperer/my_awesome_mind_model")
    model = AutoModelForAudioClassification.from_pretrained("MachineWhisperer/my_awesome_mind_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_awesome_mind_model / runs
210 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 63 commits
MachineWhisperer's picture
MachineWhisperer
Training in progress, epoch 0
6613682 about 3 years ago
  • Feb24_08-49-01_luan-dev
    Training in progress, epoch 0 over 3 years ago
  • Feb24_08-59-31_luan-dev
    Training in progress, epoch 0 over 3 years ago
  • Feb24_09-13-07_luan-dev
    End of training over 3 years ago
  • Feb26_18-30-14_luan-dev
    End of training over 3 years ago
  • Feb27_15-36-58_luan-dev
    Training in progress, epoch 0 about 3 years ago
  • Feb27_15-54-42_luan-dev
    Training in progress, epoch 0 about 3 years ago
  • Feb27_16-16-40_luan-dev
    Training in progress, epoch 0 about 3 years ago
  • Feb27_20-18-38_luan-dev
    Training in progress, epoch 29 about 3 years ago
  • Mar01_19-17-22_luan-dev
    Training in progress, epoch 0 about 3 years ago