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-small](https://huggingface.co/openai/whisper-small) on the
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -43,7 +40,7 @@ More information needed
|
|
43 |
|
44 |
## Intended uses & limitations
|
45 |
|
46 |
-
|
47 |
|
48 |
## Training and evaluation data
|
49 |
|
@@ -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_16_0
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
+
- name: openai/whisper-small
|
11 |
results:
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
+
name: common_voice_16_0
|
17 |
+
type: common_voice_16_0
|
18 |
config: eu
|
19 |
split: test
|
20 |
args: eu
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 12.012786552211754
|
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-small
|
31 |
|
32 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_16_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.1996
|
35 |
+
- Wer: 12.0128
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
+
More information needed
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
+
| 0.2009 | 1.04 | 1000 | 0.2446 | 17.6881 |
|
69 |
+
| 0.0759 | 2.09 | 2000 | 0.2102 | 14.2584 |
|
70 |
+
| 0.0264 | 3.13 | 3000 | 0.2200 | 13.6898 |
|
71 |
+
| 0.0633 | 5.02 | 4000 | 0.1955 | 12.5535 |
|
72 |
+
| 0.0199 | 6.06 | 5000 | 0.1996 | 12.0128 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
nohup.out
CHANGED
@@ -70580,3 +70580,21 @@ Training completed. Do not forget to share your model on huggingface.co/models =
|
|
70580 |
[INFO|configuration_utils.py:447] 2023-12-29 22:52:36,152 >> Configuration saved in ./config.json
|
70581 |
[INFO|modeling_utils.py:1693] 2023-12-29 22:52:38,093 >> Model weights saved in ./pytorch_model.bin
|
70582 |
[INFO|feature_extraction_utils.py:368] 2023-12-29 22:52:38,106 >> Feature extractor saved in ./preprocessor_config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70580 |
[INFO|configuration_utils.py:447] 2023-12-29 22:52:36,152 >> Configuration saved in ./config.json
|
70581 |
[INFO|modeling_utils.py:1693] 2023-12-29 22:52:38,093 >> Model weights saved in ./pytorch_model.bin
|
70582 |
[INFO|feature_extraction_utils.py:368] 2023-12-29 22:52:38,106 >> Feature extractor saved in ./preprocessor_config.json
|
70583 |
+
Several commits (2) will be pushed upstream.
|
70584 |
+
{'eval_loss': 0.19964517652988434, 'eval_wer': 12.012786552211754, 'eval_runtime': 1705.0556, 'eval_samples_per_second': 7.34, 'eval_steps_per_second': 0.459, 'epoch': 6.06}
|
70585 |
+
{'train_runtime': 29005.3522, 'train_samples_per_second': 5.516, 'train_steps_per_second': 0.172, 'train_loss': 0.15837200704216958, 'epoch': 6.06}
|
70586 |
+
12/29/2023 22:52:44 - WARNING - huggingface_hub.repository - Several commits (2) will be pushed upstream.
|
70587 |
+
The progress bars may be unreliable.
|
70588 |
+
12/29/2023 22:52:44 - WARNING - huggingface_hub.repository - The progress bars may be unreliable.
|
70589 |
+
|
70590 |
+
|
70591 |
+
|
70592 |
+
|
70593 |
+
202b623..df538ec main -> main
|
70594 |
+
|
70595 |
+
12/29/2023 22:56:25 - WARNING - huggingface_hub.repository - To https://huggingface.co/xezpeleta/whisper-small-eu
|
70596 |
+
202b623..df538ec main -> main
|
70597 |
+
|
70598 |
+
|
70599 |
+
|
70600 |
+
|