danielizham
commited on
Commit
β’
437f07d
1
Parent(s):
72efb0f
update model card README.md
Browse files
README.md
CHANGED
@@ -1,38 +1,41 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- common_voice_11_0
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
-
- name:
|
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: 8.
|
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 |
-
#
|
31 |
|
32 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_11_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Wer: 8.
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
+
- whisper-event
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
+
- mozilla-foundation/common_voice_11_0
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
+
- name: Whisper Small Spanish
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
+
name: mozilla-foundation/common_voice_11_0 es
|
20 |
+
type: mozilla-foundation/common_voice_11_0
|
21 |
config: es
|
22 |
split: test
|
23 |
args: es
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 8.212281066472636
|
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 |
+
# Whisper Small Spanish
|
34 |
|
35 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_11_0 es dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.2210
|
38 |
+
- Wer: 8.2123
|
39 |
|
40 |
## Model description
|
41 |
|
training.log
CHANGED
@@ -1708,3 +1708,17 @@ To https://huggingface.co/danielizham/whisper-small-es
|
|
1708 |
[INFO|configuration_utils.py:364] 2023-05-12 07:40:07,779 >> Configuration saved in ./generation_config.json
|
1709 |
[INFO|modeling_utils.py:1855] 2023-05-12 07:40:11,003 >> Model weights saved in ./pytorch_model.bin
|
1710 |
[INFO|feature_extraction_utils.py:369] 2023-05-12 07:40:11,008 >> Feature extractor saved in ./preprocessor_config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1708 |
[INFO|configuration_utils.py:364] 2023-05-12 07:40:07,779 >> Configuration saved in ./generation_config.json
|
1709 |
[INFO|modeling_utils.py:1855] 2023-05-12 07:40:11,003 >> Model weights saved in ./pytorch_model.bin
|
1710 |
[INFO|feature_extraction_utils.py:369] 2023-05-12 07:40:11,008 >> Feature extractor saved in ./preprocessor_config.json
|
1711 |
+
***** eval metrics *****
|
1712 |
+
epoch = 20.03
|
1713 |
+
eval_loss = 0.221
|
1714 |
+
eval_runtime = 0:52:26.25
|
1715 |
+
eval_samples_per_second = 4.933
|
1716 |
+
eval_steps_per_second = 0.077
|
1717 |
+
eval_wer = 8.2123
|
1718 |
+
|
1719 |
+
b6dcee7..72efb0f main -> main
|
1720 |
+
|
1721 |
+
05/12/2023 07:40:31 - WARNING - huggingface_hub.repository - To https://huggingface.co/danielizham/whisper-small-es
|
1722 |
+
b6dcee7..72efb0f main -> main
|
1723 |
+
|
1724 |
+
|
wandb/run-20230510_094132-lvsln7ks/files/output.log
CHANGED
@@ -5551,3 +5551,9 @@ Reading metadata...: 15520it [00:02, 5694.40it/s]
|
|
5551 |
eval_steps_per_second = 0.077
|
5552 |
eval_wer = 8.2123
|
5553 |
[INFO|modeling_utils.py:1855] 2023-05-12 07:40:11,003 >> Model weights saved in ./pytorch_model.bin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5551 |
eval_steps_per_second = 0.077
|
5552 |
eval_wer = 8.2123
|
5553 |
[INFO|modeling_utils.py:1855] 2023-05-12 07:40:11,003 >> Model weights saved in ./pytorch_model.bin
|
5554 |
+
[INFO|feature_extraction_utils.py:369] 2023-05-12 07:40:11,008 >> Feature extractor saved in ./preprocessor_config.json
|
5555 |
+
|
5556 |
+
Upload file wandb/run-20230510_094132-lvsln7ks/run-lvsln7ks.wandb: 37%|ββββ | 5.41M/14.6M [00:02<00:02, 3.28MB/s]
|
5557 |
+
05/12/2023 07:40:31 - WARNING - huggingface_hub.repository - To https://huggingface.co/danielizham/whisper-small-es
|
5558 |
+
Upload file wandb/run-20230510_094132-lvsln7ks/run-lvsln7ks.wandb: 37%|ββββ | 5.41M/14.6M [00:02<00:02, 3.28MB/s]To https://huggingface.co/danielizham/whisper-small-es
|
5559 |
+
b6dcee7..72efb0f main -> main
|
wandb/run-20230510_094132-lvsln7ks/logs/debug-internal.log
CHANGED
@@ -71516,3 +71516,11 @@
|
|
71516 |
2023-05-12 07:40:15,915 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: status_report
|
71517 |
2023-05-12 07:40:20,388 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: keepalive
|
71518 |
2023-05-12 07:40:20,915 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: status_report
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71516 |
2023-05-12 07:40:15,915 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: status_report
|
71517 |
2023-05-12 07:40:20,388 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: keepalive
|
71518 |
2023-05-12 07:40:20,915 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: status_report
|
71519 |
+
2023-05-12 07:40:22,710 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: stop_status
|
71520 |
+
2023-05-12 07:40:22,711 DEBUG SenderThread:116166 [sender.py:send_request():402] send_request: stop_status
|
71521 |
+
2023-05-12 07:40:26,029 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: status_report
|
71522 |
+
2023-05-12 07:40:30,303 INFO Thread-12 :116166 [dir_watcher.py:_on_file_modified():295] file/dir modified: /home/local/QCRI/dizham/kanari/whisper/whisper-small-es/wandb/run-20230510_094132-lvsln7ks/files/output.log
|
71523 |
+
2023-05-12 07:40:31,289 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: status_report
|
71524 |
+
2023-05-12 07:40:32,305 INFO Thread-12 :116166 [dir_watcher.py:_on_file_modified():295] file/dir modified: /home/local/QCRI/dizham/kanari/whisper/whisper-small-es/wandb/run-20230510_094132-lvsln7ks/files/output.log
|
71525 |
+
2023-05-12 07:40:34,306 INFO Thread-12 :116166 [dir_watcher.py:_on_file_modified():295] file/dir modified: /home/local/QCRI/dizham/kanari/whisper/whisper-small-es/wandb/run-20230510_094132-lvsln7ks/files/output.log
|
71526 |
+
2023-05-12 07:40:35,388 DEBUG HandlerThread:116166 [handler.py:handle_request():144] handle_request: keepalive
|