Update README.md
Browse files
README.md
CHANGED
@@ -5,19 +5,23 @@ language:
|
|
5 |
library_name: transformers
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
model-index:
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
### Summary
|
@@ -66,6 +70,7 @@ The training of the model was performed with the following hyperparameters
|
|
66 |
- Epochs: 3
|
67 |
- Learning rate: 1e-6
|
68 |
- Data augmentation: No
|
|
|
69 |
|
70 |
|
71 |
### How to use
|
|
|
5 |
library_name: transformers
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
model-index:
|
8 |
+
- name: whisper-large-v3-turbo-german by Florian Zimmermeister @primeLine
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: automatic-speech-recognition
|
12 |
+
name: Speech Recognition
|
13 |
+
dataset:
|
14 |
+
name: German ASR Data-Mix
|
15 |
+
type: flozi00/asr-german-mixed
|
16 |
+
metrics:
|
17 |
+
- type: wer
|
18 |
+
value: 4.77 %
|
19 |
+
name: Test WER
|
20 |
+
datasets:
|
21 |
+
- flozi00/asr-german-mixed
|
22 |
+
- flozi00/asr-german-mixed-evals
|
23 |
+
base_model:
|
24 |
+
- openai/whisper-large-v3-turbo
|
25 |
---
|
26 |
|
27 |
### Summary
|
|
|
70 |
- Epochs: 3
|
71 |
- Learning rate: 1e-6
|
72 |
- Data augmentation: No
|
73 |
+
- Optimizer: [Ademamix](https://arxiv.org/abs/2409.03137)
|
74 |
|
75 |
|
76 |
### How to use
|