Sandiago21 commited on
Commit
ca077e0
1 Parent(s): 12871c6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - el
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - google/fleurs
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: whisper-large-v2-greek
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: FLEURS
19
+ type: google/fleurs
20
+ config: el_gr
21
+ split: test
22
+ args: el_gr
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 1.0564819086535293
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # whisper-large-v2-greek
33
+
34
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the FLEURS dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.2061
37
+ - Wer Ortho: 1.0424
38
+ - Wer: 1.0565
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 1e-05
58
+ - train_batch_size: 2
59
+ - eval_batch_size: 2
60
+ - seed: 42
61
+ - gradient_accumulation_steps: 8
62
+ - total_train_batch_size: 16
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: constant_with_warmup
65
+ - lr_scheduler_warmup_steps: 50
66
+ - num_epochs: 10
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
72
+ | 0.1416 | 1.0 | 217 | 0.1611 | 1.2560 | 1.2638 |
73
+ | 0.0617 | 2.0 | 435 | 0.1612 | 1.1956 | 1.1930 |
74
+ | 0.027 | 3.0 | 653 | 0.1716 | 1.6495 | 1.6518 |
75
+ | 0.0155 | 4.0 | 871 | 0.1812 | 1.2816 | 1.2878 |
76
+ | 0.0114 | 5.0 | 1088 | 0.1792 | 1.0087 | 1.0071 |
77
+ | 0.0085 | 6.0 | 1306 | 0.1891 | 0.9757 | 0.9971 |
78
+ | 0.0073 | 7.0 | 1524 | 0.2017 | 1.0040 | 1.0225 |
79
+ | 0.0062 | 8.0 | 1742 | 0.1980 | 1.0737 | 1.0779 |
80
+ | 0.0094 | 9.0 | 1959 | 0.2103 | 0.8469 | 0.8459 |
81
+ | 0.0039 | 9.97 | 2170 | 0.2061 | 1.0424 | 1.0565 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.30.0.dev0
87
+ - Pytorch 2.0.1+cu117
88
+ - Datasets 2.13.1
89
+ - Tokenizers 0.13.3