CSY1109 commited on
Commit
c9a5660
·
verified ·
1 Parent(s): 881f29e

End of training

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -1,22 +1,37 @@
1
  ---
2
  library_name: transformers
 
 
3
  license: apache-2.0
4
  base_model: openai/whisper-small
5
  tags:
6
  - generated_from_trainer
 
 
7
  metrics:
8
  - wer
9
  model-index:
10
- - name: drone_small_en
11
- results: []
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- # drone_small_en
18
 
19
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 1.5365
22
  - Wer: 29.3651
 
1
  ---
2
  library_name: transformers
3
+ language:
4
+ - en
5
  license: apache-2.0
6
  base_model: openai/whisper-small
7
  tags:
8
  - generated_from_trainer
9
+ datasets:
10
+ - mozilla-foundation/common_voice_19_0
11
  metrics:
12
  - wer
13
  model-index:
14
+ - name: Drone Small En - Siang Yi
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 19.0
21
+ type: mozilla-foundation/common_voice_19_0
22
+ args: 'config: hi, split: test'
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 29.365079365079367
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
  should probably proofread and complete it, then remove this comment. -->
31
 
32
+ # Drone Small En - Siang Yi
33
 
34
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 19.0 dataset.
35
  It achieves the following results on the evaluation set:
36
  - Loss: 1.5365
37
  - Wer: 29.3651