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

FidelOdok
/
doa_model_TL2

Audio Classification
Transformers
PyTorch
TensorBoard
audio-spectrogram-transformer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use FidelOdok/doa_model_TL2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="FidelOdok/doa_model_TL2")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("FidelOdok/doa_model_TL2")
    model = AutoModelForAudioClassification.from_pretrained("FidelOdok/doa_model_TL2")
  • Notebooks
  • Google Colab
  • Kaggle
doa_model_TL2 / runs
265 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
FidelOdok's picture
FidelOdok
Training in progress, epoch 5
52e37af about 3 years ago
  • Jun01_06-15-25_7c321dfcd481
    Training in progress, epoch 1 about 3 years ago
  • Jun01_09-47-30_46905b69fd43
    Training in progress, epoch 2 about 3 years ago
  • Jun01_17-17-59_a4213d4bad57
    Training in progress, epoch 5 about 3 years ago
  • May31_10-34-47_6f83d759592f
    Training in progress, epoch 1 about 3 years ago
  • May31_21-47-07_7c321dfcd481
    Training in progress, epoch 1 about 3 years ago