marinone94 commited on
Commit
ded539e
1 Parent(s): 073a108

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -4,9 +4,24 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - fleurs
 
 
7
  model-index:
8
  - name: openai/whisper-tiny
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,9 @@ should probably proofread and complete it, then remove this comment. -->
15
  # openai/whisper-tiny
16
 
17
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the fleurs dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -43,6 +61,14 @@ The following hyperparameters were used during training:
43
  - training_steps: 2
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.26.0.dev0
 
4
  - generated_from_trainer
5
  datasets:
6
  - fleurs
7
+ metrics:
8
+ - wer
9
  model-index:
10
  - name: openai/whisper-tiny
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: fleurs
17
+ type: fleurs
18
+ config: sv_se
19
+ split: validation
20
+ args: sv_se
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 153.2258064516129
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
  # openai/whisper-tiny
31
 
32
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the fleurs dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.6192
35
+ - Wer: 153.2258
36
 
37
  ## Model description
38
 
 
61
  - training_steps: 2
62
  - mixed_precision_training: Native AMP
63
 
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.565 | 0.5 | 1 | 1.6192 | 153.2258 |
69
+ | 1.3028 | 1.0 | 2 | 1.6192 | 153.2258 |
70
+
71
+
72
  ### Framework versions
73
 
74
  - Transformers 4.26.0.dev0