MIT/ast-finetuned-audioset-10-10-0.4593 is a forked repo from huggingface. License: bsd-3-clause
Go to file
Niels Rogge 61e7b2e134 Create README.md 2022-11-21 10:40:49 +00:00
.gitattributes initial commit 2022-11-14 18:41:48 +00:00
README.md Create README.md 2022-11-21 10:40:49 +00:00
config.json Upload ASTForSequenceClassification 2022-11-21 10:33:11 +00:00
preprocessor_config.json Upload feature extractor 2022-11-21 10:33:14 +00:00
pytorch_model.bin Upload ASTForSequenceClassification 2022-11-17 14:36:32 +00:00

README.md

license
bsd-3-clause

Audio Spectrogram Transformer (fine-tuned on AudioSet)

Audio Spectrogram Transformer (AST) model fine-tuned on AudioSet. It was introduced in the paper AST: Audio Spectrogram Transformer by Gong et al. and first released in this repository.

Disclaimer: The team releasing Audio Spectrogram Transformer did not write a model card for this model so this model card has been written by the Hugging Face team.

Model description

The Audio Spectrogram Transformer is equivalent to ViT, but applied on audio. Audio is first turned into an image (as a spectrogram), after which a Vision Transformer is applied. The model gets state-of-the-art results on several audio classification benchmarks.

Usage

You can use the raw model for classifying audio into one of the AudioSet classes. See the documentation for more info.