Sandiago21 commited on
Commit
c52a884
1 Parent(s): 3aa7ef2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - PolyAI/minds14
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: whisper-tiny-finetuned-minds14
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: MINDS14
17
+ type: PolyAI/minds14
18
+ metrics:
19
+ - name: Wer
20
+ type: wer
21
+ value: 0.34993849938499383
22
+ ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # whisper-tiny-finetuned-minds14
28
+
29
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the MINDS14 dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 0.6435
32
+ - Wer Ortho: 0.3797
33
+ - Wer: 0.3499
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 1e-05
53
+ - train_batch_size: 16
54
+ - eval_batch_size: 16
55
+ - seed: 42
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_steps: 50
59
+ - num_epochs: 10
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
64
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
65
+ | 4.995 | 1.0 | 29 | 2.9879 | 0.5425 | 0.4127 |
66
+ | 2.1634 | 2.0 | 58 | 0.8084 | 0.4382 | 0.3936 |
67
+ | 0.6659 | 3.0 | 87 | 0.6268 | 0.4144 | 0.3678 |
68
+ | 0.3865 | 4.0 | 116 | 0.5987 | 0.3880 | 0.3561 |
69
+ | 0.2428 | 5.0 | 145 | 0.6005 | 0.3990 | 0.3659 |
70
+ | 0.1734 | 6.0 | 174 | 0.6162 | 0.3906 | 0.3573 |
71
+ | 0.0965 | 7.0 | 203 | 0.6221 | 0.3893 | 0.3561 |
72
+ | 0.0682 | 8.0 | 232 | 0.6320 | 0.3803 | 0.3493 |
73
+ | 0.0473 | 9.0 | 261 | 0.6411 | 0.3797 | 0.3493 |
74
+ | 0.0476 | 10.0 | 290 | 0.6435 | 0.3797 | 0.3499 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.30.0.dev0
80
+ - Pytorch 2.0.1+cu117
81
+ - Datasets 2.13.1
82
+ - Tokenizers 0.13.3