mozilla-foundation/common_voice_17_0
Updated • 5.57k • 16
How to use elliottower1/whisper-small-id with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="elliottower1/whisper-small-id") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("elliottower1/whisper-small-id")
model = AutoModelForSpeechSeq2Seq.from_pretrained("elliottower1/whisper-small-id")This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.0 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:
This model was trained on a single A100 GPU machine in Google Cloud. Below are the machine specifications:
| Machine Type | GPU Count | GPU Memory (GB HBM2) | vCPU Count | VM Memory (GB) | Local SSD Supported | Max Network Bandwidth (Gbps) |
|---|---|---|---|---|---|---|
| a2-highgpu-1g | 1 | 40 | 12 | 85 | Yes | 24 |
You can find more details about the machine type here.
| Training Loss | Step | Validation Loss | Wer |
|---|---|---|---|
| 0.2128 | 1000 | 0.251406 | 17.495011 |
| 0.0270 | 2000 | 0.289191 | 17.921945 |
Base model
openai/whisper-small