End of training
Browse files- README.md +16 -12
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -17,12 +17,12 @@ model-index:
|
|
17 |
type: automatic-speech-recognition
|
18 |
name: Automatic Speech Recognition
|
19 |
dataset:
|
20 |
-
name:
|
21 |
type: rmacek/ORF-whisper-small
|
22 |
args: 'config: de, split: test'
|
23 |
metrics:
|
24 |
- type: wer
|
25 |
-
value:
|
26 |
name: Wer
|
27 |
---
|
28 |
|
@@ -31,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# Whisper ORF Bundeslaender
|
33 |
|
34 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -60,17 +60,21 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 500
|
63 |
-
- training_steps:
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch
|
69 |
-
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
|
|
|
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
17 |
type: automatic-speech-recognition
|
18 |
name: Automatic Speech Recognition
|
19 |
dataset:
|
20 |
+
name: ZIB2 Common Voice
|
21 |
type: rmacek/ORF-whisper-small
|
22 |
args: 'config: de, split: test'
|
23 |
metrics:
|
24 |
- type: wer
|
25 |
+
value: 29.46806728721495
|
26 |
name: Wer
|
27 |
---
|
28 |
|
|
|
31 |
|
32 |
# Whisper ORF Bundeslaender
|
33 |
|
34 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the ZIB2 Common Voice dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.7149
|
37 |
+
- Wer: 29.4681
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 500
|
63 |
+
- training_steps: 8000
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
70 |
+
| 0.5717 | 1.7153 | 1000 | 0.6098 | 35.2851 |
|
71 |
+
| 0.41 | 3.4305 | 2000 | 0.6053 | 32.7056 |
|
72 |
+
| 0.386 | 5.1458 | 3000 | 0.6148 | 26.9699 |
|
73 |
+
| 0.3123 | 6.8611 | 4000 | 0.6345 | 26.4842 |
|
74 |
+
| 0.2183 | 8.5763 | 5000 | 0.6622 | 28.1329 |
|
75 |
+
| 0.2231 | 10.2916 | 6000 | 0.6901 | 28.5253 |
|
76 |
+
| 0.2259 | 12.0069 | 7000 | 0.7028 | 27.4413 |
|
77 |
+
| 0.1708 | 13.7221 | 8000 | 0.7149 | 29.4681 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14176064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dec1d11f29e248fd4a59729569ed153850709fac79b183983ee2b871869c312
|
3 |
size 14176064
|