Instructions to use facebook/wav2vec2-base-10k-voxpopuli-ft-fi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/wav2vec2-base-10k-voxpopuli-ft-fi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-base-10k-voxpopuli-ft-fi")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("facebook/wav2vec2-base-10k-voxpopuli-ft-fi") model = AutoModelForCTC.from_pretrained("facebook/wav2vec2-base-10k-voxpopuli-ft-fi") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6fb500c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:37c4c32e64021bd3b744be9a6227412515d7616c4f2817077325a43d4e962c1b
size 377678700
|