Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Phone Recognition
International Phonetic Alphabet
CTC
multilingual
Instructions to use pklumpp/Wav2Vec2_CommonPhone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pklumpp/Wav2Vec2_CommonPhone with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="pklumpp/Wav2Vec2_CommonPhone")# Load model directly from transformers import Wav2Vec2 model = Wav2Vec2.from_pretrained("pklumpp/Wav2Vec2_CommonPhone", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6242387e9e910e094f8b7c3577bda857834593ae0519cab76ee414f8030fc799
|
| 3 |
+
size 1262225208
|