update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
+
model-index:
|
8 |
+
- name: whisper-medium-BTCv4
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# whisper-medium-BTCv4
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [openai/whisper-medium.en](https://huggingface.co/openai/whisper-medium.en) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3668
|
20 |
+
- Wer: 6.6468
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 4e-07
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 16
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 300
|
46 |
+
- training_steps: 350
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
+
| 0.8163 | 1.01 | 25 | 0.8356 | 10.0635 |
|
54 |
+
| 0.7916 | 2.02 | 50 | 0.8102 | 9.7351 |
|
55 |
+
| 0.7563 | 3.03 | 75 | 0.7621 | 9.5088 |
|
56 |
+
| 0.7154 | 4.05 | 100 | 0.7107 | 9.2337 |
|
57 |
+
| 0.6548 | 5.06 | 125 | 0.6589 | 9.3801 |
|
58 |
+
| 0.6017 | 7.01 | 150 | 0.6062 | 9.0074 |
|
59 |
+
| 0.5333 | 8.02 | 175 | 0.5347 | 8.6214 |
|
60 |
+
| 0.4493 | 9.03 | 200 | 0.4738 | 8.2842 |
|
61 |
+
| 0.4016 | 10.04 | 225 | 0.4333 | 7.1172 |
|
62 |
+
| 0.3738 | 11.05 | 250 | 0.4057 | 6.7001 |
|
63 |
+
| 0.3544 | 13.01 | 275 | 0.3882 | 6.6247 |
|
64 |
+
| 0.3294 | 14.02 | 300 | 0.3764 | 6.6957 |
|
65 |
+
| 0.313 | 15.03 | 325 | 0.3692 | 6.6602 |
|
66 |
+
| 0.3023 | 16.04 | 350 | 0.3668 | 6.6468 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.27.0.dev0
|
72 |
+
- Pytorch 1.13.1+cu117
|
73 |
+
- Datasets 2.9.1.dev0
|
74 |
+
- Tokenizers 0.13.2
|