Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: example usage for inference, rather than training #35

Open
sammlapp opened this issue May 7, 2024 · 1 comment
Open

question: example usage for inference, rather than training #35

sammlapp opened this issue May 7, 2024 · 1 comment
Labels
question Further information is requested

Comments

@sammlapp
Copy link

sammlapp commented May 7, 2024

Thanks for providing this great code base. Is there a simple example of how to use run inference with one of the pre-trained models?

@YuanGongND
Copy link
Owner

hi there,

There is one for AST: https://colab.research.google.com/github/YuanGongND/ast/blob/master/colab/AST_Inference_Demo.ipynb

You can replace the model with SSAST pretrained model. But since you do not care about training, you probably can stick on AST.

We also have an audio large language model that has an API: https://huggingface.co/spaces/yuangongfdu/LTU, input an audio and ask it an question.

-Yuan

@YuanGongND YuanGongND added the question Further information is requested label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants