Ussen commited on
Commit
e53f06d
1 Parent(s): e35f561

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
+ base_model: openai/whisper-tiny
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - Ussen/swc-drc-kat
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: whisper-medium-swc-drc-kat-1
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: Ussen/swc-drc-kat
18
+ type: Ussen/swc-drc-kat
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 0.49379203310915676
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-medium-swc-drc-kat-1
32
+
33
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Ussen/swc-drc-kat dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.9701
36
+ - Wer Ortho: 50.0388
37
+ - Wer: 0.4938
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 1e-05
57
+ - train_batch_size: 2
58
+ - eval_batch_size: 2
59
+ - seed: 42
60
+ - gradient_accumulation_steps: 8
61
+ - total_train_batch_size: 16
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: constant_with_warmup
64
+ - lr_scheduler_warmup_steps: 500
65
+ - training_steps: 4000
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
71
+ | 0.6769 | 2.96 | 1000 | 0.8341 | 51.2296 | 0.5072 |
72
+ | 0.365 | 5.93 | 2000 | 0.8083 | 49.3917 | 0.4876 |
73
+ | 0.165 | 8.89 | 3000 | 0.8806 | 51.3073 | 0.5067 |
74
+ | 0.059 | 11.85 | 4000 | 0.9701 | 50.0388 | 0.4938 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.32.0.dev0
80
+ - Pytorch 2.0.1+cu117
81
+ - Datasets 2.14.3
82
+ - Tokenizers 0.13.3