mazkooleg/0-9up_google_speech_commands_augmented_raw
Viewer • Updated • 1.1M • 1.72k
How to use mazkooleg/0-9up-ast-ft with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="mazkooleg/0-9up-ast-ft") # Load model directly
from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
extractor = AutoFeatureExtractor.from_pretrained("mazkooleg/0-9up-ast-ft")
model = AutoModelForAudioClassification.from_pretrained("mazkooleg/0-9up-ast-ft")This model is a fine-tuned version of MIT/ast-finetuned-speech-commands-v2 on the None 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:
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|---|---|---|---|---|
| 0.1781 | 1.0 | 8558 | 0.9970 | 0.1609 |
| 0.0217 | 2.0 | 17116 | 0.9979 | 0.0210 |
| 0.018 | 3.0 | 25674 | 0.9979 | 0.0144 |
| 0.0215 | 4.0 | 34232 | 0.9976 | 0.0129 |
| 0.0407 | 5.0 | 42790 | 0.9976 | 0.0126 |