update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
+
model-index:
|
8 |
+
- name: openai/whisper-large-v2
|
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 |
+
# openai/whisper-large-v2
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2352
|
20 |
+
- Wer: 8.1166
|
21 |
+
- Cer: 5.0032
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 1e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 2
|
45 |
+
- total_train_batch_size: 16
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 500
|
49 |
+
- training_steps: 10000
|
50 |
+
- mixed_precision_training: Native AMP
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|
|
56 |
+
| 0.0897 | 0.1 | 1000 | 0.1884 | 11.0068 | 6.6992 |
|
57 |
+
| 0.0396 | 0.2 | 2000 | 0.1749 | 9.7399 | 5.9350 |
|
58 |
+
| 0.036 | 1.1 | 3000 | 0.1698 | 9.1419 | 5.6781 |
|
59 |
+
| 0.012 | 1.2 | 4000 | 0.1849 | 9.3041 | 5.7661 |
|
60 |
+
| 0.0151 | 2.09 | 5000 | 0.1879 | 9.1959 | 5.6761 |
|
61 |
+
| 0.0047 | 2.19 | 6000 | 0.2097 | 8.6706 | 5.4422 |
|
62 |
+
| 0.0046 | 3.09 | 7000 | 0.2040 | 8.8277 | 5.4717 |
|
63 |
+
| 0.0015 | 3.19 | 8000 | 0.2260 | 8.4949 | 5.3101 |
|
64 |
+
| 0.0013 | 4.09 | 9000 | 0.2339 | 8.3716 | 5.1471 |
|
65 |
+
| 0.0005 | 4.19 | 10000 | 0.2352 | 8.1166 | 5.0032 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.26.0.dev0
|
71 |
+
- Pytorch 1.13.0+cu117
|
72 |
+
- Datasets 2.7.1.dev0
|
73 |
+
- Tokenizers 0.13.2
|