End of training
Browse files
README.md
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: openai/whisper-large-v3
|
3 |
+
datasets:
|
4 |
+
- Gabi00/english-mistakes
|
5 |
+
language:
|
6 |
+
- eng
|
7 |
+
library_name: peft
|
8 |
+
license: apache-2.0
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
+
tags:
|
12 |
+
- generated_from_trainer
|
13 |
+
model-index:
|
14 |
+
- name: Whisper Small Eng - Gabriel Mora
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
name: Automatic Speech Recognition
|
19 |
+
dataset:
|
20 |
+
name: English-mistakes
|
21 |
+
type: Gabi00/english-mistakes
|
22 |
+
config: default
|
23 |
+
split: validation
|
24 |
+
args: 'config: eng, split: test'
|
25 |
+
metrics:
|
26 |
+
- type: wer
|
27 |
+
value: 12.985346941102685
|
28 |
+
name: Wer
|
29 |
+
---
|
30 |
+
|
31 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
+
should probably proofread and complete it, then remove this comment. -->
|
33 |
+
|
34 |
+
# Whisper Small Eng - Gabriel Mora
|
35 |
+
|
36 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the English-mistakes dataset.
|
37 |
+
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.3644
|
39 |
+
- Wer: 12.9853
|
40 |
+
|
41 |
+
## Model description
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Intended uses & limitations
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training and evaluation data
|
50 |
+
|
51 |
+
More information needed
|
52 |
+
|
53 |
+
## Training procedure
|
54 |
+
|
55 |
+
### Training hyperparameters
|
56 |
+
|
57 |
+
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 1e-05
|
59 |
+
- train_batch_size: 8
|
60 |
+
- eval_batch_size: 8
|
61 |
+
- seed: 42
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- lr_scheduler_warmup_steps: 50
|
65 |
+
- num_epochs: 3.0
|
66 |
+
- mixed_precision_training: Native AMP
|
67 |
+
|
68 |
+
### Training results
|
69 |
+
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
+
|:-------------:|:------:|:-----:|:---------------:|:-------:|
|
72 |
+
| 0.9139 | 0.1270 | 500 | 0.6388 | 24.1376 |
|
73 |
+
| 0.5572 | 0.2541 | 1000 | 0.4884 | 17.9087 |
|
74 |
+
| 0.5416 | 0.3811 | 1500 | 0.4371 | 15.2460 |
|
75 |
+
| 0.5542 | 0.5081 | 2000 | 0.4156 | 13.7921 |
|
76 |
+
| 0.6599 | 0.6352 | 2500 | 0.4036 | 13.4956 |
|
77 |
+
| 0.6117 | 0.7622 | 3000 | 0.3960 | 13.2676 |
|
78 |
+
| 0.5569 | 0.8892 | 3500 | 0.3890 | 13.1336 |
|
79 |
+
| 0.537 | 1.0163 | 4000 | 0.3850 | 12.5292 |
|
80 |
+
| 0.4677 | 1.1433 | 4500 | 0.3815 | 12.6261 |
|
81 |
+
| 0.5017 | 1.2703 | 5000 | 0.3792 | 12.4836 |
|
82 |
+
| 0.5346 | 1.3974 | 5500 | 0.3761 | 12.3126 |
|
83 |
+
| 0.4858 | 1.5244 | 6000 | 0.3735 | 12.2926 |
|
84 |
+
| 0.5478 | 1.6514 | 6500 | 0.3715 | 12.4009 |
|
85 |
+
| 0.5277 | 1.7785 | 7000 | 0.3699 | 12.2327 |
|
86 |
+
| 0.5153 | 1.9055 | 7500 | 0.3693 | 12.1643 |
|
87 |
+
| 0.5825 | 2.0325 | 8000 | 0.3681 | 12.1387 |
|
88 |
+
| 0.6049 | 2.1596 | 8500 | 0.3670 | 12.3211 |
|
89 |
+
| 0.5248 | 2.2866 | 9000 | 0.3662 | 12.1501 |
|
90 |
+
| 0.554 | 2.4136 | 9500 | 0.3653 | 12.0645 |
|
91 |
+
| 0.5031 | 2.5407 | 10000 | 0.3654 | 12.9312 |
|
92 |
+
| 0.5253 | 2.6677 | 10500 | 0.3647 | 12.9739 |
|
93 |
+
| 0.5132 | 2.7947 | 11000 | 0.3641 | 12.9511 |
|
94 |
+
| 0.5789 | 2.9217 | 11500 | 0.3644 | 12.9853 |
|
95 |
+
|
96 |
+
|
97 |
+
### Framework versions
|
98 |
+
|
99 |
+
- PEFT 0.11.1
|
100 |
+
- Transformers 4.42.3
|
101 |
+
- Pytorch 2.1.0+cu118
|
102 |
+
- Datasets 2.20.0
|
103 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 31512224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d350e64ebbf5d9541abc47c165e9b803fb05256f2b2f503c1a2d8fc58d102f8
|
3 |
size 31512224
|
runs/Jul04_07-56-00_2e355cbb8dc8/events.out.tfevents.1720079761.2e355cbb8dc8
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d823cec2f109f018d735c746081c624ea49f1e4ed192576df99f7ed8031b77f
|
3 |
+
size 112871
|