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

  • Log In
  • Sign Up

anderloh
/
FinetunedWav2vec5ClassProblemNew

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

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

  • Libraries
  • Transformers

    How to use anderloh/FinetunedWav2vec5ClassProblemNew with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="anderloh/FinetunedWav2vec5ClassProblemNew")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("anderloh/FinetunedWav2vec5ClassProblemNew")
    model = AutoModelForAudioClassification.from_pretrained("anderloh/FinetunedWav2vec5ClassProblemNew")
  • Notebooks
  • Google Colab
  • Kaggle
FinetunedWav2vec5ClassProblemNew / runs
154 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Anders L|hr
Best 5 class model
eef99e5 almost 2 years ago
  • May04_12-45-57_ml6.hpc.uio.no
    Best 5 class model almost 2 years ago
  • May04_12-54-19_ml6.hpc.uio.no
    Best 5 class model almost 2 years ago