Instructions to use codingninja/w2v-pa-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codingninja/w2v-pa-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="codingninja/w2v-pa-v2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("codingninja/w2v-pa-v2") model = AutoModelForCTC.from_pretrained("codingninja/w2v-pa-v2") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9829b89ecc461c160c179f57d0015d4153c495f7c62fd82fc6796501dfd16f67
- Size of remote file:
- 5.18 kB
- SHA256:
- 4a3d104dd0de82ba496dacbb03ca16e40097bbba41d4d52ba45ae6003fa227e2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.