Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
German
whisper
hf-asr-leaderboard
Generated from Trainer
Eval Results (legacy)
Instructions to use controngo/whisper-tiny-cv-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use controngo/whisper-tiny-cv-de with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="controngo/whisper-tiny-cv-de")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("controngo/whisper-tiny-cv-de") model = AutoModelForSpeechSeq2Seq.from_pretrained("controngo/whisper-tiny-cv-de", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ model-index:
|
|
| 25 |
metrics:
|
| 26 |
- name: Wer
|
| 27 |
type: wer
|
| 28 |
-
value:
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -35,8 +35,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 de 5% dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
-
- Loss: 0.
|
| 39 |
-
- Wer:
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
@@ -55,28 +55,28 @@ More information needed
|
|
| 55 |
### Training hyperparameters
|
| 56 |
|
| 57 |
The following hyperparameters were used during training:
|
| 58 |
-
- learning_rate:
|
| 59 |
- train_batch_size: 16
|
| 60 |
- eval_batch_size: 8
|
| 61 |
- seed: 42
|
| 62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 63 |
- lr_scheduler_type: linear
|
| 64 |
-
- lr_scheduler_warmup_steps:
|
| 65 |
-
- training_steps:
|
| 66 |
- mixed_precision_training: Native AMP
|
| 67 |
|
| 68 |
### Training results
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 71 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
-
| 0.
|
| 80 |
|
| 81 |
|
| 82 |
### Framework versions
|
|
|
|
| 25 |
metrics:
|
| 26 |
- name: Wer
|
| 27 |
type: wer
|
| 28 |
+
value: 72.91819291819291
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 de 5% dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 0.7117
|
| 39 |
+
- Wer: 72.9182
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
|
|
| 55 |
### Training hyperparameters
|
| 56 |
|
| 57 |
The following hyperparameters were used during training:
|
| 58 |
+
- learning_rate: 1.35e-05
|
| 59 |
- train_batch_size: 16
|
| 60 |
- eval_batch_size: 8
|
| 61 |
- seed: 42
|
| 62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 63 |
- lr_scheduler_type: linear
|
| 64 |
+
- lr_scheduler_warmup_steps: 250
|
| 65 |
+
- training_steps: 2000
|
| 66 |
- mixed_precision_training: Native AMP
|
| 67 |
|
| 68 |
### Training results
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 71 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
| 72 |
+
| 0.6076 | 0.2252 | 250 | 0.8347 | 76.3126 |
|
| 73 |
+
| 0.5955 | 0.4505 | 500 | 0.7893 | 79.1697 |
|
| 74 |
+
| 0.5179 | 0.6757 | 750 | 0.7593 | 82.1978 |
|
| 75 |
+
| 0.5189 | 0.9009 | 1000 | 0.7370 | 73.0159 |
|
| 76 |
+
| 0.3644 | 1.1261 | 1250 | 0.7254 | 84.1270 |
|
| 77 |
+
| 0.394 | 1.3514 | 1500 | 0.7183 | 73.4066 |
|
| 78 |
+
| 0.3672 | 1.5766 | 1750 | 0.7152 | 73.1136 |
|
| 79 |
+
| 0.3751 | 1.8018 | 2000 | 0.7117 | 72.9182 |
|
| 80 |
|
| 81 |
|
| 82 |
### Framework versions
|