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

  • Log In
  • Sign Up

anderloh
/
testModel

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

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

  • Libraries
  • Transformers

    How to use anderloh/testModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="anderloh/testModel")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("anderloh/testModel")
    model = AutoModelForAudioClassification.from_pretrained("anderloh/testModel")
  • Notebooks
  • Google Colab
  • Kaggle
testModel / runs
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Anders L|hr
Best 5 class model
0272046 almost 2 years ago
  • May05_00-00-30_ml1.hpc.uio.no
    Best 5 class model almost 2 years ago
  • May07_19-58-33_ml1.hpc.uio.no
    Best 5 class model almost 2 years ago
  • May07_22-59-29_ml1.hpc.uio.no
    Best 5 class model almost 2 years ago