Instructions to use shreeramchandra/ser_ljspeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shreeramchandra/ser_ljspeech with Transformers:
# Load model directly from transformers import AutoProcessor, Wav2Vec2ForSpeechClassification processor = AutoProcessor.from_pretrained("shreeramchandra/ser_ljspeech") model = Wav2Vec2ForSpeechClassification.from_pretrained("shreeramchandra/ser_ljspeech") - Notebooks
- Google Colab
- Kaggle
Upload feature extractor
#2
by shreeramchandra - opened
No description provided.
shreeramchandra changed pull request status to merged