How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("audio-classification", model="dima806/speech-accent-classification")
# Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification

processor = AutoProcessor.from_pretrained("dima806/speech-accent-classification")
model = AutoModelForAudioClassification.from_pretrained("dima806/speech-accent-classification")
Quick Links
Downloads last month
28
Safetensors
Model size
94.6M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for dima806/speech-accent-classification

Finetuned
(180)
this model

Space using dima806/speech-accent-classification 1