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_TL

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_TL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use FidelOdok/doa_model_TL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="FidelOdok/doa_model_TL")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("FidelOdok/doa_model_TL")
    model = AutoModelForAudioClassification.from_pretrained("FidelOdok/doa_model_TL")
  • Notebooks
  • Google Colab
  • Kaggle
doa_model_TL / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
FidelOdok's picture
FidelOdok
Training in progress, epoch 0
cf9af2b almost 3 years ago
  • May30_20-56-01_9f999c4244e4
    Training in progress, epoch 0 almost 3 years ago
  • May30_23-08-02_9f999c4244e4
    Training in progress, epoch 0 almost 3 years ago