mazkooleg/digit_mask_augmented_raw
Viewer • Updated • 1.84M • 24
How to use mazkooleg/digit-mask-wav2vec2-base-ft with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("audio-classification", model="mazkooleg/digit-mask-wav2vec2-base-ft") # Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification
processor = AutoProcessor.from_pretrained("mazkooleg/digit-mask-wav2vec2-base-ft")
model = AutoModelForAudioClassification.from_pretrained("mazkooleg/digit-mask-wav2vec2-base-ft", device_map="auto")This model is a fine-tuned version of facebook/wav2vec2-base 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 | F1 | Validation Loss |
|---|---|---|---|---|---|
| 0.0083 | 1.0 | 14264 | 0.9989 | 0.9989 | 0.0054 |
| 0.0002 | 2.0 | 28528 | 0.9989 | 0.9989 | 0.0057 |
| 0.0003 | 3.0 | 42792 | 0.9989 | 0.9989 | 0.0065 |