Mehtap commited on
Commit
2cfde23
1 Parent(s): 93d22f0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ license: apache-2.0
5
+ tags:
6
+ - hf-asr-leaderboard
7
+ - generated_from_trainer
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: Base Turkish Whisper (BTW)
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # Base Turkish Whisper (BTW)
19
+
20
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Ermetal Meetings dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0009
23
+ - Wer: 0.0
24
+ - Cer: 0.0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 32
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - training_steps: 1000
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
59
+ | 1.8786 | 6.63 | 100 | 1.3510 | 0.7866 | 0.6649 |
60
+ | 0.4559 | 13.32 | 200 | 0.3395 | 0.3590 | 0.2157 |
61
+ | 0.0793 | 19.95 | 300 | 0.0564 | 0.0996 | 0.0531 |
62
+ | 0.0137 | 26.63 | 400 | 0.0120 | 0.0017 | 0.0017 |
63
+ | 0.0042 | 33.32 | 500 | 0.0032 | 0.0 | 0.0 |
64
+ | 0.0021 | 39.95 | 600 | 0.0018 | 0.0 | 0.0 |
65
+ | 0.0014 | 46.63 | 700 | 0.0013 | 0.0 | 0.0 |
66
+ | 0.0012 | 53.32 | 800 | 0.0011 | 0.0 | 0.0 |
67
+ | 0.001 | 59.95 | 900 | 0.0010 | 0.0 | 0.0 |
68
+ | 0.001 | 66.63 | 1000 | 0.0009 | 0.0 | 0.0 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.25.1
74
+ - Pytorch 1.9.1+cu111
75
+ - Datasets 2.7.1
76
+ - Tokenizers 0.13.2