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

  • Log In
  • Sign Up

anderloh
/
NyTestModell

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

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

  • Libraries
  • Transformers

    How to use anderloh/NyTestModell with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="anderloh/NyTestModell")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("anderloh/NyTestModell")
    model = AutoModelForAudioClassification.from_pretrained("anderloh/NyTestModell")
  • Notebooks
  • Google Colab
  • Kaggle
NyTestModell
52.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
anderloh's picture
anderloh
Upload preprocessor_config.json
2d23926 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    22 kB
    Upload 3 files almost 2 years ago
  • config.json
    2.41 kB
    Upload 3 files almost 2 years ago
  • preprocessor_config.json
    214 Bytes
    Upload preprocessor_config.json almost 2 years ago
  • pytorch_model.bin
    52.2 MB
    xet
    Upload 3 files almost 2 years ago