Automatic Speech Recognition
Transformers
Safetensors
English
mistral
text-generation
text-generation-inference
Instructions to use LeroyDyer/SpydazWebAI_SpeechEncoderDecoder_Mini548m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LeroyDyer/SpydazWebAI_SpeechEncoderDecoder_Mini548m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="LeroyDyer/SpydazWebAI_SpeechEncoderDecoder_Mini548m")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("LeroyDyer/SpydazWebAI_SpeechEncoderDecoder_Mini548m") model = AutoModelForCausalLM.from_pretrained("LeroyDyer/SpydazWebAI_SpeechEncoderDecoder_Mini548m") - Notebooks
- Google Colab
- Kaggle
Ctrl+K