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: 129 Bytes
4b68189 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:724fd3ba5dc8b6a53df84dc21e8e2c23e1f7c81d6a68f4cce5871ee11c6ae80c
size 2991
|