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_TL3

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

  • Libraries
  • Transformers

    How to use FidelOdok/doa_model_TL3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="FidelOdok/doa_model_TL3")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("FidelOdok/doa_model_TL3")
    model = AutoModelForAudioClassification.from_pretrained("FidelOdok/doa_model_TL3")
  • Notebooks
  • Google Colab
  • Kaggle
doa_model_TL3 / runs
301 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
FidelOdok's picture
FidelOdok
Training in progress, epoch 6
9d18197 almost 3 years ago
  • Jun02_10-02-08_2da266249b9a
    Training in progress, epoch 2 almost 3 years ago
  • Jun02_22-55-20_9e56c67b42ee
    Training in progress, epoch 7 almost 3 years ago
  • Jun03_18-48-59_5f08d837f8f4
    Training in progress, epoch 3 almost 3 years ago
  • Jun04_07-12-39_2b122e802a47
    Training in progress, epoch 2 almost 3 years ago
  • Jun04_12-33-37_b4a4a3b27f90
    Training in progress, epoch 6 almost 3 years ago