update model card README.md
Browse files- README.md +87 -0
- train_20221214-112746.log +7 -0
- train_run_1.log +17 -0
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: whisper-small-belarusian
|
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: be
|
19 |
+
split: validation
|
20 |
+
args: be
|
21 |
+
metrics:
|
22 |
+
- name: Wer
|
23 |
+
type: wer
|
24 |
+
value: 6.3671568743912
|
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 |
+
# whisper-small-belarusian
|
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.0706
|
35 |
+
- Wer: 6.3672
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Intended uses & limitations
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Training and evaluation data
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training procedure
|
50 |
+
|
51 |
+
### Training hyperparameters
|
52 |
+
|
53 |
+
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 0.0001
|
55 |
+
- train_batch_size: 64
|
56 |
+
- eval_batch_size: 64
|
57 |
+
- seed: 42
|
58 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
+
- lr_scheduler_type: linear
|
60 |
+
- lr_scheduler_warmup_steps: 500
|
61 |
+
- training_steps: 12000
|
62 |
+
- mixed_precision_training: Native AMP
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
68 |
+
| 0.1907 | 0.08 | 1000 | 0.2546 | 25.4639 |
|
69 |
+
| 0.1482 | 0.17 | 2000 | 0.1641 | 17.1676 |
|
70 |
+
| 0.1175 | 0.25 | 3000 | 0.1454 | 15.5940 |
|
71 |
+
| 0.0958 | 0.33 | 4000 | 0.1261 | 13.2625 |
|
72 |
+
| 0.099 | 0.42 | 5000 | 0.1012 | 10.6143 |
|
73 |
+
| 0.028 | 1.05 | 6000 | 0.1053 | 9.8794 |
|
74 |
+
| 0.0473 | 1.13 | 7000 | 0.1029 | 10.3078 |
|
75 |
+
| 0.0391 | 1.21 | 8000 | 0.0924 | 9.2419 |
|
76 |
+
| 0.0423 | 1.3 | 9000 | 0.0797 | 7.9249 |
|
77 |
+
| 0.0604 | 1.38 | 10000 | 0.0688 | 7.0150 |
|
78 |
+
| 0.0121 | 2.01 | 11000 | 0.0696 | 6.4638 |
|
79 |
+
| 0.0155 | 2.1 | 12000 | 0.0706 | 6.3672 |
|
80 |
+
|
81 |
+
|
82 |
+
### Framework versions
|
83 |
+
|
84 |
+
- Transformers 4.26.0.dev0
|
85 |
+
- Pytorch 1.13.0+cu117
|
86 |
+
- Datasets 2.7.1.dev0
|
87 |
+
- Tokenizers 0.13.2
|
train_20221214-112746.log
CHANGED
@@ -242,3 +242,10 @@ xpu_backend=None,
|
|
242 |
12/15/2022 18:04:33 - WARNING - datasets.download.streaming_download_manager - Got disconnected from remote data host. Retrying in 5sec [13/20]
|
243 |
12/15/2022 18:04:38 - WARNING - datasets.download.streaming_download_manager - Got disconnected from remote data host. Retrying in 5sec [14/20]
|
244 |
12/15/2022 18:04:43 - WARNING - datasets.download.streaming_download_manager - Got disconnected from remote data host. Retrying in 5sec [15/20]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
12/15/2022 18:04:33 - WARNING - datasets.download.streaming_download_manager - Got disconnected from remote data host. Retrying in 5sec [13/20]
|
243 |
12/15/2022 18:04:38 - WARNING - datasets.download.streaming_download_manager - Got disconnected from remote data host. Retrying in 5sec [14/20]
|
244 |
12/15/2022 18:04:43 - WARNING - datasets.download.streaming_download_manager - Got disconnected from remote data host. Retrying in 5sec [15/20]
|
245 |
+
12/16/2022 19:47:58 - WARNING - huggingface_hub.repository - Several commits (2) will be pushed upstream.
|
246 |
+
12/16/2022 19:47:58 - WARNING - huggingface_hub.repository - The progress bars may be unreliable.
|
247 |
+
12/16/2022 19:48:02 - WARNING - huggingface_hub.repository - remote: Scanning LFS files for validity, may be slow...
|
248 |
+
remote: LFS file scan complete.
|
249 |
+
To https://huggingface.co/ales/whisper-small-belarusian
|
250 |
+
72e5d42..1d54c35 main -> main
|
251 |
+
|
train_run_1.log
CHANGED
@@ -33793,3 +33793,20 @@ Training completed. Do not forget to share your model on huggingface.co/models =
|
|
33793 |
[INFO|tokenization_utils_base.py:2157] 2022-12-16 19:47:25,244 >> tokenizer config file saved in ./tokenizer_config.json
|
33794 |
[INFO|tokenization_utils_base.py:2164] 2022-12-16 19:47:25,245 >> Special tokens file saved in ./special_tokens_map.json
|
33795 |
[INFO|tokenization_utils_base.py:2210] 2022-12-16 19:47:25,245 >> added tokens file saved in ./added_tokens.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33793 |
[INFO|tokenization_utils_base.py:2157] 2022-12-16 19:47:25,244 >> tokenizer config file saved in ./tokenizer_config.json
|
33794 |
[INFO|tokenization_utils_base.py:2164] 2022-12-16 19:47:25,245 >> Special tokens file saved in ./special_tokens_map.json
|
33795 |
[INFO|tokenization_utils_base.py:2210] 2022-12-16 19:47:25,245 >> added tokens file saved in ./added_tokens.json
|
33796 |
+
Several commits (2) will be pushed upstream.
|
33797 |
+
{'eval_loss': 0.07060841470956802, 'eval_wer': 6.3671568743912, 'eval_runtime': 6855.2466, 'eval_samples_per_second': 2.315, 'eval_steps_per_second': 0.036, 'epoch': 2.1}
|
33798 |
+
{'train_runtime': 202754.3941, 'train_samples_per_second': 3.788, 'train_steps_per_second': 0.059, 'train_loss': 0.08807742363711198, 'epoch': 2.1}
|
33799 |
+
12/16/2022 19:47:58 - WARNING - huggingface_hub.repository - Several commits (2) will be pushed upstream.
|
33800 |
+
The progress bars may be unreliable.
|
33801 |
+
12/16/2022 19:47:58 - WARNING - huggingface_hub.repository - The progress bars may be unreliable.
|
33802 |
+
|
33803 |
+
remote: LFS file scan complete.
|
33804 |
+
To https://huggingface.co/ales/whisper-small-belarusian
|
33805 |
+
72e5d42..1d54c35 main -> main
|
33806 |
+
|
33807 |
+
12/16/2022 19:48:02 - WARNING - huggingface_hub.repository - remote: Scanning LFS files for validity, may be slow...
|
33808 |
+
remote: LFS file scan complete.
|
33809 |
+
To https://huggingface.co/ales/whisper-small-belarusian
|
33810 |
+
72e5d42..1d54c35 main -> main
|
33811 |
+
|
33812 |
+
|