YuanGongND / ssast

Code for the AAAI 2022 paper "SSAST: Self-Supervised Audio Spectrogram Transformer".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Host on Huggingface

penguinwang96825 opened this issue · comments

Have you ever considered hosting the pre-trained SSAST model checkpoints on the Huggingface Hub?

hi there,

AST is on HF, not SSAST. I do not have time to convert the SSAST codo to HF.

-Yuan

Hi @penguinwang96825,

If you are interested in using SSAST model weights with the HuggingFace ecosystem, you may find my recent blog post helpful. It walks through the entire process of loading a model weights from this repository into the ASTModel and ASTForAudioClassification implementations of the Transformers library.

https://medium.com/itnext/how-to-use-ssast-model-weigths-in-the-huggingface-ecosystem-0f3fdc8d38da

By the way, thanks for the awesome model, Yuan.

Cheers
Syoy