s3prl/superb
Viewer • Updated • 304k • 992 • 33
How to use halgoz/distilhubert-finetuned-superb-ks with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="halgoz/distilhubert-finetuned-superb-ks") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("halgoz/distilhubert-finetuned-superb-ks")
model = AutoModelForAudioClassification.from_pretrained("halgoz/distilhubert-finetuned-superb-ks", device_map="auto")This model is a fine-tuned version of ntu-spml/distilhubert on the superb 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
ntu-spml/distilhubert