mcamara commited on
Commit
6dd190e
1 Parent(s): e5759f2

update model card README.md

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