divyeshrajpura commited on
Commit
48f37a6
1 Parent(s): 5c13798

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -5,9 +5,24 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - PolyAI/minds14
 
 
8
  model-index:
9
  - name: whisper-tiny-finetuned-minds14-enUS
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
16
  # whisper-tiny-finetuned-minds14-enUS
17
 
18
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
 
 
 
 
19
 
20
  ## Model description
21
 
@@ -41,13 +60,13 @@ The following hyperparameters were used during training:
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant_with_warmup
43
  - lr_scheduler_warmup_steps: 10
44
- - training_steps: 20
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
49
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
50
- | No log | 0.71 | 20 | 1.1994 | 45.3693 | 26.6106 |
51
 
52
 
53
  ### Framework versions
 
5
  - generated_from_trainer
6
  datasets:
7
  - PolyAI/minds14
8
+ metrics:
9
+ - wer
10
  model-index:
11
  - name: whisper-tiny-finetuned-minds14-enUS
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: PolyAI/minds14
18
+ type: PolyAI/minds14
19
+ config: en-US
20
+ split: train
21
+ args: en-US
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 25.434173669467786
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # whisper-tiny-finetuned-minds14-enUS
32
 
33
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.5036
36
+ - Wer Ortho: 39.0973
37
+ - Wer: 25.4342
38
 
39
  ## Model description
40
 
 
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: constant_with_warmup
62
  - lr_scheduler_warmup_steps: 10
63
+ - training_steps: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
68
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
69
+ | 0.0074 | 0.36 | 10 | 0.5036 | 39.0973 | 25.4342 |
70
 
71
 
72
  ### Framework versions