google/speech_commands
Updated • 3.72k • 59
How to use Zarakun/tmp with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="Zarakun/tmp") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("Zarakun/tmp")
model = AutoModelForAudioClassification.from_pretrained("Zarakun/tmp")This model is a fine-tuned version of facebook/wav2vec2-base on the speech_commands 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