bwilkie commited on
Commit
b28831a
1 Parent(s): 4ccaec1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -5,9 +5,23 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - PolyAI/minds14
 
 
8
  model-index:
9
  - name: bwilkie-whisper-small-dv
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
16
  # bwilkie-whisper-small-dv
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
 
@@ -43,6 +61,13 @@ The following hyperparameters were used during training:
43
  - lr_scheduler_warmup_steps: 50
44
  - training_steps: 500
45
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.31.0
 
5
  - generated_from_trainer
6
  datasets:
7
  - PolyAI/minds14
8
+ metrics:
9
+ - wer
10
  model-index:
11
  - name: bwilkie-whisper-small-dv
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: null
20
+ split: None
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 0.23270055113288426
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
  # bwilkie-whisper-small-dv
31
 
32
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.7358
35
+ - Wer Ortho: 0.2389
36
+ - Wer: 0.2327
37
 
38
  ## Model description
39
 
 
61
  - lr_scheduler_warmup_steps: 50
62
  - training_steps: 500
63
 
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
67
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
68
+ | 0.0001 | 17.86 | 500 | 0.7358 | 0.2389 | 0.2327 |
69
+
70
+
71
  ### Framework versions
72
 
73
  - Transformers 4.31.0