Commit
·
68d6d90
1
Parent(s):
6806f94
update model card README.md
Browse files
README.md
CHANGED
@@ -7,32 +7,32 @@ datasets:
|
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
-
- name: juancopi81/whisper-medium-es
|
11 |
results:
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
name: common_voice_11_0
|
17 |
-
type:
|
18 |
config: es
|
19 |
split: test
|
20 |
args: es
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
-
value: 5.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment. -->
|
29 |
|
30 |
-
# juancopi81/whisper-medium-es
|
31 |
|
32 |
-
This model is a fine-tuned version of [juancopi81/whisper-medium-es](https://huggingface.co/juancopi81/whisper-medium-es) on the common_voice_11_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Wer: 5.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -51,7 +51,7 @@ More information needed
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
-
- learning_rate:
|
55 |
- train_batch_size: 64
|
56 |
- eval_batch_size: 32
|
57 |
- seed: 42
|
@@ -65,7 +65,7 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
68 |
-
| 0.
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
+
- name: juancopi81/whisper-medium-es-train-valid-bs-64
|
11 |
results:
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
name: common_voice_11_0
|
17 |
+
type: common_voice_11_0
|
18 |
config: es
|
19 |
split: test
|
20 |
args: es
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 5.696169637752716
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment. -->
|
29 |
|
30 |
+
# juancopi81/whisper-medium-es-train-valid-bs-64
|
31 |
|
32 |
+
This model is a fine-tuned version of [juancopi81/whisper-medium-es-train-valid-bs-64](https://huggingface.co/juancopi81/whisper-medium-es-train-valid-bs-64) on the common_voice_11_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.1700
|
35 |
+
- Wer: 5.6962
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 5e-07
|
55 |
- train_batch_size: 64
|
56 |
- eval_batch_size: 32
|
57 |
- seed: 42
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
68 |
+
| 0.1665 | 1.03 | 500 | 0.1700 | 5.6962 |
|
69 |
|
70 |
|
71 |
### Framework versions
|