Commit
·
42ea270
1
Parent(s):
3f3e52a
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mohammadsp99/whisper-small
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- common_voice_13_0
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
+
model-index:
|
10 |
+
- name: Whisper-small-FullFinetuning-CV-train-test
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Automatic Speech Recognition
|
14 |
+
type: automatic-speech-recognition
|
15 |
+
dataset:
|
16 |
+
name: common_voice_13_0
|
17 |
+
type: common_voice_13_0
|
18 |
+
config: fa
|
19 |
+
split: test
|
20 |
+
args: fa
|
21 |
+
metrics:
|
22 |
+
- name: Wer
|
23 |
+
type: wer
|
24 |
+
value: 93.93939393939394
|
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-FullFinetuning-CV-train-test
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [mohammadsp99/whisper-small](https://huggingface.co/mohammadsp99/whisper-small) on the common_voice_13_0 dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.7646
|
35 |
+
- Wer: 93.9394
|
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: 16
|
56 |
+
- eval_batch_size: 16
|
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: 50
|
61 |
+
- training_steps: 2000
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 0.886 | 0.05 | 100 | 2.1958 | 101.5152 |
|
68 |
+
| 0.6142 | 0.1 | 200 | 2.2113 | 110.6061 |
|
69 |
+
| 0.5544 | 0.15 | 300 | 2.2247 | 215.1515 |
|
70 |
+
| 0.4809 | 0.2 | 400 | 1.8149 | 104.5455 |
|
71 |
+
| 0.393 | 0.25 | 500 | 1.8802 | 96.9697 |
|
72 |
+
| 0.4191 | 0.3 | 600 | 1.9056 | 107.5758 |
|
73 |
+
| 0.3515 | 0.35 | 700 | 1.9166 | 89.3939 |
|
74 |
+
| 0.2671 | 0.4 | 800 | 1.9010 | 86.3636 |
|
75 |
+
| 0.2763 | 0.45 | 900 | 1.8574 | 96.9697 |
|
76 |
+
| 0.2896 | 0.5 | 1000 | 1.8940 | 95.4545 |
|
77 |
+
| 0.2201 | 0.55 | 1100 | 1.6264 | 96.9697 |
|
78 |
+
| 0.1937 | 0.6 | 1200 | 1.8990 | 98.4848 |
|
79 |
+
| 0.1787 | 0.65 | 1300 | 1.7999 | 100.0 |
|
80 |
+
| 0.1138 | 0.7 | 1400 | 1.8118 | 96.9697 |
|
81 |
+
| 0.1759 | 0.75 | 1500 | 1.9026 | 93.9394 |
|
82 |
+
| 0.1276 | 0.8 | 1600 | 1.8715 | 195.4545 |
|
83 |
+
| 0.1437 | 0.85 | 1700 | 1.7353 | 92.4242 |
|
84 |
+
| 0.1593 | 1.02 | 1800 | 1.7307 | 95.4545 |
|
85 |
+
| 0.1617 | 1.07 | 1900 | 1.7732 | 96.9697 |
|
86 |
+
| 0.1737 | 1.12 | 2000 | 1.7646 | 93.9394 |
|
87 |
+
|
88 |
+
|
89 |
+
### Framework versions
|
90 |
+
|
91 |
+
- Transformers 4.31.0
|
92 |
+
- Pytorch 2.0.1+cu118
|
93 |
+
- Datasets 2.14.3
|
94 |
+
- Tokenizers 0.13.3
|