luigisaetta commited on
Commit
3d85cf3
1 Parent(s): 11e32b5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - luigisaetta/atco2_normalized_augmented
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: whisper-atco2-medium
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: luigisaetta/atco2_normalized_augmented
19
+ type: luigisaetta/atco2_normalized_augmented
20
+ config: null
21
+ split: None
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 17.50524109014675
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # whisper-atco2-medium
32
+
33
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the luigisaetta/atco2_normalized_augmented dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.6129
36
+ - Wer: 17.5052
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 1e-05
56
+ - train_batch_size: 2
57
+ - eval_batch_size: 1
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 16
60
+ - total_train_batch_size: 32
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 200
64
+ - training_steps: 500
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
+ | 2.3939 | 1.06 | 50 | 1.8493 | 66.5618 |
72
+ | 0.5127 | 2.13 | 100 | 0.5119 | 30.6080 |
73
+ | 0.0626 | 3.19 | 150 | 0.5410 | 20.4403 |
74
+ | 0.0157 | 4.25 | 200 | 0.5775 | 19.8113 |
75
+ | 0.0107 | 5.32 | 250 | 0.5552 | 19.7065 |
76
+ | 0.0044 | 6.38 | 300 | 0.5723 | 18.1342 |
77
+ | 0.0013 | 7.45 | 350 | 0.5763 | 17.7149 |
78
+ | 0.0005 | 8.51 | 400 | 0.6053 | 17.7149 |
79
+ | 0.0004 | 9.57 | 450 | 0.6109 | 17.5052 |
80
+ | 0.0004 | 10.64 | 500 | 0.6129 | 17.5052 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.26.0.dev0
86
+ - Pytorch 1.13.0+cu117
87
+ - Datasets 2.7.1.dev0
88
+ - Tokenizers 0.11.0