Instructions to use MahmoodAnaam/MSP-Processor-With-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MahmoodAnaam/MSP-Processor-With-LM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="MahmoodAnaam/MSP-Processor-With-LM")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MahmoodAnaam/MSP-Processor-With-LM", device_map="auto") - Notebooks
- Google Colab
- Kaggle