Automatic Speech Recognition
Transformers
PyTorch
JAX
Portuguese
wav2vec2
audio
speech
apache-2.0
portuguese-speech-corpus
xlsr-fine-tuning-week
PyTorch
Eval Results (legacy)
Instructions to use joaoalvarenga/model-sid-voxforge-cv-cetuc-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joaoalvarenga/model-sid-voxforge-cv-cetuc-0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="joaoalvarenga/model-sid-voxforge-cv-cetuc-0")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("joaoalvarenga/model-sid-voxforge-cv-cetuc-0") model = AutoModelForCTC.from_pretrained("joaoalvarenga/model-sid-voxforge-cv-cetuc-0") - Notebooks
- Google Colab
- Kaggle
Patrick von Platen commited on
Commit ·
c69ca00
1
Parent(s): 6311a24
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16709683eab655c584542c9ac2da20f9437d4de6e316ddf0105710c31b8aa36f
|
| 3 |
+
size 1261995772
|