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
- Xet hash:
- fbe7d123e7529ede2adc46a9406aee5be6a3a26cbeb7dffc2118676a319ecb0a
- Size of remote file:
- 2.99 kB
- SHA256:
- 724fd3ba5dc8b6a53df84dc21e8e2c23e1f7c81d6a68f4cce5871ee11c6ae80c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.