BrainTheos commited on
Commit
bbb641f
1 Parent(s): 7ee33cc

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-medium
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - BrainTheos/ojpl
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: whisper-medium-ln-ojpl-2
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: BrainTheos/ojpl
18
+ type: BrainTheos/ojpl
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 0.29010989010989013
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-ln-ojpl-2
32
+
33
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the BrainTheos/ojpl dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.1202
36
+ - Wer Ortho: 35.8309
37
+ - Wer: 0.2901
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.0172 | 23.19 | 1000 | 0.9966 | 41.9139 | 0.3407 |
72
+ | 0.0053 | 46.38 | 2000 | 1.0716 | 37.0920 | 0.2996 |
73
+ | 0.0034 | 69.57 | 3000 | 1.1329 | 36.0163 | 0.2850 |
74
+ | 0.0021 | 92.75 | 4000 | 1.1202 | 35.8309 | 0.2901 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.32.0.dev0
80
+ - Pytorch 1.13.1+cu117
81
+ - Datasets 2.13.1
82
+ - Tokenizers 0.13.3