Instructions to use rmayormartins/speech-accent-pt-br-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rmayormartins/speech-accent-pt-br-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="rmayormartins/speech-accent-pt-br-classifier")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("rmayormartins/speech-accent-pt-br-classifier") model = AutoModelForAudioClassification.from_pretrained("rmayormartins/speech-accent-pt-br-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2f08925 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f804495132c0ba1d61ce5c3b8b7d6cc53b49eb3be8cf95357c0a57f78e495421
size 378302360
|