update model card README.md
Browse files
README.md
CHANGED
@@ -1,41 +1,38 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- eu
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
- whisper-event
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name:
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
-
name:
|
20 |
-
type:
|
21 |
config: eu
|
22 |
split: test
|
23 |
args: eu
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value:
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
-
#
|
34 |
|
35 |
-
This model is a fine-tuned version of [openai/whisper-
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -55,8 +52,8 @@ More information needed
|
|
55 |
|
56 |
The following hyperparameters were used during training:
|
57 |
- learning_rate: 1e-05
|
58 |
-
- train_batch_size:
|
59 |
-
- eval_batch_size:
|
60 |
- seed: 42
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
@@ -68,11 +65,11 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- common_voice_13_0
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
+
- name: openai/whisper-medium
|
11 |
results:
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
+
name: common_voice_13_0
|
17 |
+
type: common_voice_13_0
|
18 |
config: eu
|
19 |
split: test
|
20 |
args: eu
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 13.996111628660538
|
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 |
+
# openai/whisper-medium
|
31 |
|
32 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the common_voice_13_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.2256
|
35 |
+
- Wer: 13.9961
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
- learning_rate: 1e-05
|
55 |
+
- train_batch_size: 4
|
56 |
+
- eval_batch_size: 8
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
+
| 0.4198 | 0.2 | 1000 | 0.4102 | 28.3487 |
|
69 |
+
| 0.2547 | 0.4 | 2000 | 0.3142 | 21.6432 |
|
70 |
+
| 0.2145 | 0.6 | 3000 | 0.2610 | 17.5159 |
|
71 |
+
| 0.0828 | 1.14 | 4000 | 0.2388 | 15.3003 |
|
72 |
+
| 0.0729 | 1.34 | 5000 | 0.2256 | 13.9961 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
nohup.out
CHANGED
@@ -201080,3 +201080,12 @@ Training completed. Do not forget to share your model on huggingface.co/models =
|
|
201080 |
[INFO|configuration_utils.py:447] 2023-07-23 03:05:18,867 >> Configuration saved in ./config.json
|
201081 |
[INFO|modeling_utils.py:1693] 2023-07-23 03:05:23,030 >> Model weights saved in ./pytorch_model.bin
|
201082 |
[INFO|feature_extraction_utils.py:368] 2023-07-23 03:05:23,040 >> Feature extractor saved in ./preprocessor_config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201080 |
[INFO|configuration_utils.py:447] 2023-07-23 03:05:18,867 >> Configuration saved in ./config.json
|
201081 |
[INFO|modeling_utils.py:1693] 2023-07-23 03:05:23,030 >> Model weights saved in ./pytorch_model.bin
|
201082 |
[INFO|feature_extraction_utils.py:368] 2023-07-23 03:05:23,040 >> Feature extractor saved in ./preprocessor_config.json
|
201083 |
+
{'eval_loss': 0.2256375402212143, 'eval_wer': 13.996111628660538, 'eval_runtime': 1809.5302, 'eval_samples_per_second': 3.642, 'eval_steps_per_second': 0.455, 'epoch': 1.34}
|
201084 |
+
{'train_runtime': 15779.8251, 'train_samples_per_second': 1.267, 'train_steps_per_second': 0.317, 'train_loss': 0.2607154120922089, 'epoch': 1.34}
|
201085 |
+
|
201086 |
+
ca66a5d..029efe6 main -> main
|
201087 |
+
|
201088 |
+
07/23/2023 03:05:43 - WARNING - huggingface_hub.repository - To https://huggingface.co/xezpeleta/whisper-medium-eu
|
201089 |
+
ca66a5d..029efe6 main -> main
|
201090 |
+
|
201091 |
+
|