alxfng commited on
Commit
af15e9c
1 Parent(s): 93810c7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -4
README.md CHANGED
@@ -1,20 +1,36 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - wer
7
  model-index:
8
- - name: whisper-noisy
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
- # whisper-noisy
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: 1.4454
20
  - Wer: 59.3212
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
+ datasets:
8
+ - alxfng/noisycommonvoice
9
  metrics:
10
  - wer
11
  model-index:
12
+ - name: Whisper Base Noisy
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: Noisy Common Voice
19
+ type: alxfng/noisycommonvoice
20
+ config: null
21
+ split: None
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 59.32123598390824
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
+ # Whisper Base Noisy
32
 
33
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Noisy Common Voice dataset.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 1.4454
36
  - Wer: 59.3212