xbgoose/dusha
Viewer • Updated • 164k • 1.38k • 1
How to use rudger1234/Emotion-recognition-model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="rudger1234/Emotion-recognition-model") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("rudger1234/Emotion-recognition-model")
model = AutoModelForAudioClassification.from_pretrained("rudger1234/Emotion-recognition-model")This model is used for BMSTU course work: Web-application for emotion recognition in speech.
This model can recognize emotions (perfectly on russian language speech) without extracting context of speech. Classes of emotions:
Base model
facebook/wav2vec2-base