SuperKogito commited on
Commit
7903541
1 Parent(s): b08a1fe

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -27
README.md CHANGED
@@ -1,33 +1,12 @@
1
  ---
2
- language: nl
3
  license: apache-2.0
4
  tags:
5
- - whisper-event
6
- - hf-asr-leaderboard
7
- - generated_from_multiple_datasets
8
- datasets:
9
- - mozilla-foundation/common_voice_11_0
10
  metrics:
11
  - wer
12
- - cer
13
  model-index:
14
  - name: whisper-base-nl-1
15
- results:
16
- - task:
17
- type: automatic-speech-recognition
18
- name: Automatic Speech Recognition
19
- dataset:
20
- name: Common Voice 11.0
21
- type: mozilla-foundation/common_voice_11_0
22
- config: nl
23
- split: test
24
- metrics:
25
- - type: wer
26
- value: 65.03367658198047
27
- name: Wer
28
- - type: cer
29
- value: 33.79753074983955
30
- name: Cer
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -37,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
37
 
38
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
39
  It achieves the following results on the evaluation set:
40
- - Loss: 1.3978
41
- - Wer: 65.0337
42
- - Cer: 33.7975
43
 
44
  ## Model description
45
 
@@ -65,7 +44,7 @@ The following hyperparameters were used during training:
65
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
66
  - lr_scheduler_type: linear
67
  - lr_scheduler_warmup_steps: 500
68
- - training_steps: 3
69
  - mixed_precision_training: Native AMP
70
 
71
  ### Training results
 
1
  ---
 
2
  license: apache-2.0
3
  tags:
4
+ - generated_from_trainer
 
 
 
 
5
  metrics:
6
  - wer
 
7
  model-index:
8
  - name: whisper-base-nl-1
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
 
17
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.8341
20
+ - Wer: 41.8654
21
+ - Cer: 16.8835
22
 
23
  ## Model description
24
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 150
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results