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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bookbot
/
distil-ast-audioset

Audio Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
audio-spectrogram-transformer
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use bookbot/distil-ast-audioset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bookbot/distil-ast-audioset with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="bookbot/distil-ast-audioset")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("bookbot/distil-ast-audioset")
    model = AutoModelForAudioClassification.from_pretrained("bookbot/distil-ast-audioset", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distil-ast-audioset
353 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 19 commits
w11wo's picture
w11wo
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
ee34abb almost 3 years ago
  • runs
    End of training over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 0 over 3 years ago
  • README.md
    3.73 kB
    Update README.md over 3 years ago
  • all_results.json
    466 Bytes
    End of training over 3 years ago
  • config.json
    26.8 kB
    Training in progress, epoch 0 over 3 years ago
  • eval.py
    17.5 kB
    Added eval script over 3 years ago
  • eval_results.json
    319 Bytes
    End of training over 3 years ago
  • eval_teacher.sh
    432 Bytes
    Added eval script over 3 years ago
  • model.safetensors
    176 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • preprocessor_config.json
    297 Bytes
    Training in progress, epoch 0 over 3 years ago
  • pytorch_model.bin
    176 MB
    xet
    Training in progress, epoch 9 over 3 years ago
  • run.sh
    1.06 kB
    Added training scripts over 3 years ago
  • run_distil_audio_multilabel_classification.py
    21.6 kB
    Added training scripts over 3 years ago
  • train_results.json
    168 Bytes
    End of training over 3 years ago
  • trainer_state.json
    5.42 kB
    End of training over 3 years ago
  • training_args.bin
    3.84 kB
    xet
    Training in progress, epoch 0 over 3 years ago