Noursene commited on
Commit
0961666
1 Parent(s): c981712

End of training

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -1,21 +1,35 @@
1
  ---
2
- license: apache-2.0
3
- base_model: openai/whisper-tiny
 
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - wer
8
  model-index:
9
- - name: whisper-tiny-2000
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # whisper-tiny-2000
17
 
18
- This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1612
21
  - Wer: 10.5366
 
1
  ---
2
+ language:
3
+ - eng
4
+ base_model: openai/whisper-small-2000
5
  tags:
6
  - generated_from_trainer
7
+ datasets:
8
+ - Kaggle/transcription_audio
9
  metrics:
10
  - wer
11
  model-index:
12
+ - name: Whisper Small Eng - noursene
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: medical audio trascription
19
+ type: Kaggle/transcription_audio
20
+ args: 'config: eng'
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 10.536550234065539
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
  should probably proofread and complete it, then remove this comment. -->
29
 
30
+ # Whisper Small Eng - noursene
31
 
32
+ This model is a fine-tuned version of [openai/whisper-small-2000](https://huggingface.co/openai/whisper-small-2000) on the medical audio trascription dataset.
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.1612
35
  - Wer: 10.5366