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