Instructions to use dragonSwing/viwav2vec2-base-100h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dragonSwing/viwav2vec2-base-100h with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="dragonSwing/viwav2vec2-base-100h")# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("dragonSwing/viwav2vec2-base-100h") model = AutoModelForPreTraining.from_pretrained("dragonSwing/viwav2vec2-base-100h") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4277bc7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:249ccbc8d972e557c129ff9f403fb94fc3f688a2050e0c67adbba9dccf98cce3
size 380267417
|