quaja's picture
Create README.md
ba3e34b
|
raw
history blame contribute delete
No virus
448 Bytes
metadata
language:
  - am
tags:
  - speech
  - audio
  - audio-classification
  - hubert
pipeline_tag: audio-classification

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)