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 ·
6311a24
1
Parent(s): d7b41a2
allow flax
Browse files- .gitattributes +1 -0
.gitattributes
CHANGED
|
@@ -15,3 +15,4 @@
|
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|