Instructions to use Edcastro/edcastr_ASR_LatinSpanishAllLocale with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Edcastro/edcastr_ASR_LatinSpanishAllLocale with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Edcastro/edcastr_ASR_LatinSpanishAllLocale")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Edcastro/edcastr_ASR_LatinSpanishAllLocale") model = AutoModelForSpeechSeq2Seq.from_pretrained("Edcastro/edcastr_ASR_LatinSpanishAllLocale", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a996fcf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ecc40d6d26800f234202081073632dd084bd86ebd1c7b3174d7bf74521d2e5e2
size 4984
|