mozilla-foundation/common_voice_13_0
Updated • 1.59k • 6
How to use FilippoLampa/dysarthria-emo-enhancer with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="FilippoLampa/dysarthria-emo-enhancer") # Load model directly
from transformers import AutoProcessor, AutoModel
processor = AutoProcessor.from_pretrained("FilippoLampa/dysarthria-emo-enhancer")
model = AutoModel.from_pretrained("FilippoLampa/dysarthria-emo-enhancer")This model is a fine-tuned version of openai/whisper-small on the custom_torgo_0_0 dataset merged with the UASpeech dataset. It achieves the following results on the evaluation set:
And the following results on the TORGO + UAS training set:
The following hyperparameters were used during training:
Base model
openai/whisper-small