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="quaja/hubert-split-data-base-amharic-speech-emotion-recognition")
# Load model directly
from transformers import AutoProcessor, HubertForSpeechClassification

processor = AutoProcessor.from_pretrained("quaja/hubert-split-data-base-amharic-speech-emotion-recognition")
model = HubertForSpeechClassification.from_pretrained("quaja/hubert-split-data-base-amharic-speech-emotion-recognition", device_map="auto")
Quick Links

model_name_or_path = "quaja/hubert-base-amharic-speech-emotion-recognition" config = AutoConfig.from_pretrained(model_name_or_path) feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained(model_name_or_path) sampling_rate = feature_extractor.sampling_rate model = HubertForSpeechClassification.from_pretrained(model_name_or_path)

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using quaja/hubert-split-data-base-amharic-speech-emotion-recognition 1