hr16/ViSpeech-Gender-Dialect-Classification
Viewer • Updated • 19.7k • 85 • 2
How to use hr16/PhoWhisper-small-ViSpeech-classifier with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="hr16/PhoWhisper-small-ViSpeech-classifier") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("hr16/PhoWhisper-small-ViSpeech-classifier")
model = AutoModelForAudioClassification.from_pretrained("hr16/PhoWhisper-small-ViSpeech-classifier")This model is a fine-tuned version of vinai/PhoWhisper-small on the hr16/ViSpeech-Gender-Dialect dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
vinai/PhoWhisper-small