s3prl/superb
Viewer • Updated • 304k • 2.11k • 33
How to use nomsgadded/Audio_Classification with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="nomsgadded/Audio_Classification") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("nomsgadded/Audio_Classification")
model = AutoModelForAudioClassification.from_pretrained("nomsgadded/Audio_Classification")This model is a fine-tuned version of facebook/wav2vec2-base on the superb dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
facebook/wav2vec2-base