Automatic Speech Recognition
Transformers
PyTorch
Portuguese
wav2vec2
mozilla-foundation/common_voice_8_0
Generated from Trainer
Instructions to use tonyalves/local_dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tonyalves/local_dataset with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="tonyalves/local_dataset")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("tonyalves/local_dataset") model = AutoModelForCTC.from_pretrained("tonyalves/local_dataset", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
4b68189 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:72bfb3ce343842f1c23b5463d41d9d0f53ebd53cd16f7505b0914578b0a8db30
size 1262073905
|