update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-tiny-be-test
|
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: 75.27472527472527
|
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-tiny-be-test
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the common_voice_11_0 dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.9745
|
35 |
+
- Wer: 75.2747
|
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: 32
|
56 |
+
- eval_batch_size: 32
|
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: 5
|
61 |
+
- training_steps: 20
|
62 |
+
- mixed_precision_training: Native AMP
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
+
| 2.4473 | 0.5 | 10 | 1.3675 | 95.4212 |
|
69 |
+
| 1.256 | 1.0 | 20 | 0.9745 | 75.2747 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.26.0.dev0
|
75 |
+
- Pytorch 1.13.0+cu116
|
76 |
+
- Datasets 2.7.1.dev0
|
77 |
+
- Tokenizers 0.13.2
|
train.log
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
{'loss': 2.4473, 'learning_rate': 8.666666666666667e-05, 'epoch': 0.5}
|
2 |
{'eval_loss': 1.3674653768539429, 'eval_wer': 95.42124542124543, 'eval_runtime': 44.1027, 'eval_samples_per_second': 1.451, 'eval_steps_per_second': 0.045, 'epoch': 0.5}
|
3 |
{'loss': 1.256, 'learning_rate': 2e-05, 'epoch': 1.0}
|
|
|
|
1 |
{'loss': 2.4473, 'learning_rate': 8.666666666666667e-05, 'epoch': 0.5}
|
2 |
{'eval_loss': 1.3674653768539429, 'eval_wer': 95.42124542124543, 'eval_runtime': 44.1027, 'eval_samples_per_second': 1.451, 'eval_steps_per_second': 0.045, 'epoch': 0.5}
|
3 |
{'loss': 1.256, 'learning_rate': 2e-05, 'epoch': 1.0}
|
4 |
+
{'train_runtime': 33.8193, 'train_samples_per_second': 18.924, 'train_steps_per_second': 0.591, 'train_loss': 0.041942973931630455, 'epoch': 1.05}
|