Martha-987
commited on
Commit
·
7ff8b89
1
Parent(s):
c8d091c
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
|
|
|
|
1 |
|
2 |
-
|
3 |
-
This model is a fine-tuned version of openai/whisper-small on the Common Voice 11.0 dataset. It achieves the following results on the evaluation set:
|
4 |
-
|
5 |
-
Loss: 0.5854
|
6 |
Wer: 70.2071
|
7 |
Model description
|
8 |
More information needed
|
@@ -18,7 +18,7 @@ Training hyperparameters
|
|
18 |
The following hyperparameters were used during training:
|
19 |
|
20 |
learning_rate: 1e-05
|
21 |
-
train_batch_size: 16
|
22 |
eval_batch_size: 8
|
23 |
seed: 42
|
24 |
optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
1 |
+
---
|
2 |
+
-Whisper Small Ar- Martha
|
3 |
+
This model is a fine-tuned version of openai/whisper-small on the Common Voice 11.0 dataset. It achieves the following results on the evaluation set:
|
4 |
|
5 |
+
Loss: 0.5854
|
|
|
|
|
|
|
6 |
Wer: 70.2071
|
7 |
Model description
|
8 |
More information needed
|
|
|
18 |
The following hyperparameters were used during training:
|
19 |
|
20 |
learning_rate: 1e-05
|
21 |
+
train_batch_size: 16
|
22 |
eval_batch_size: 8
|
23 |
seed: 42
|
24 |
optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|