legacy-datasets/common_voice
Updated • 1.53k • 144
How to use rossevine/wav2vec2_indonesia_6 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="rossevine/wav2vec2_indonesia_6") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("rossevine/wav2vec2_indonesia_6")
model = AutoModelForCTC.from_pretrained("rossevine/wav2vec2_indonesia_6")This model is a fine-tuned version of facebook/wav2vec2-base-100h on the common_voice 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 | Validation Loss | Wer |
|---|---|---|---|---|
| 3.1807 | 3.23 | 400 | 1.3655 | 1.0052 |
| 0.5608 | 6.45 | 800 | 1.3604 | 1.0312 |
| 0.3302 | 9.68 | 1200 | 1.3724 | 1.0355 |
| 0.2405 | 12.9 | 1600 | 1.4350 | 1.0142 |
| 0.1883 | 16.13 | 2000 | 1.5079 | 1.0213 |
| 0.1535 | 19.35 | 2400 | 1.5038 | 1.0251 |
| 0.1307 | 22.58 | 2800 | 1.7026 | 1.0189 |
| 0.1104 | 25.81 | 3200 | 1.7072 | 1.0090 |
| 0.0921 | 29.03 | 3600 | 1.7559 | 1.0232 |