ccmusic-database/chest_falsetto
Viewer • Updated • 2.56k • 76 • 31
How to use ft00164/wav2vec2-base-finetuned-ccm-falsetto with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="ft00164/wav2vec2-base-finetuned-ccm-falsetto") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("ft00164/wav2vec2-base-finetuned-ccm-falsetto")
model = AutoModelForAudioClassification.from_pretrained("ft00164/wav2vec2-base-finetuned-ccm-falsetto", device_map="auto")This model is a fine-tuned version of facebook/wav2vec2-base on the Chest Voice and Falsetto Dataset 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
facebook/wav2vec2-base