Instructions to use THUdyh/Ola_speech_encoders with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use THUdyh/Ola_speech_encoders with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("THUdyh/Ola_speech_encoders", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add audio-feature-extraction pipeline tag, library name, and project page URL
#2
by nielsr HF Staff - opened
This PR adds the audio-feature-extraction pipeline tag and the transformers library name. It also adds a link to the project page.
THUdyh changed pull request status to merged