Scrya commited on
Commit
60459a7
1 Parent(s): 19546ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -16
README.md CHANGED
@@ -6,25 +6,14 @@ tags:
6
  - whisper-event
7
  - generated_from_trainer
8
  datasets:
9
- - common_voice_11_0
 
 
10
  metrics:
11
  - wer
12
  model-index:
13
  - name: Whisper Medium VI - Multi - Augmented
14
  results:
15
- - task:
16
- type: automatic-speech-recognition
17
- name: Automatic Speech Recognition
18
- dataset:
19
- name: common_voice_11_0
20
- type: common_voice_11_0
21
- config: vi
22
- split: test
23
- args: vi
24
- metrics:
25
- - type: wer
26
- value: 16.659355121737224
27
- name: Wer
28
  - task:
29
  type: automatic-speech-recognition
30
  name: Automatic Speech Recognition
@@ -76,7 +65,11 @@ should probably proofread and complete it, then remove this comment. -->
76
 
77
  # Whisper Medium VI - Multi - Augmented
78
 
79
- This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the common_voice_11_0 dataset.
 
 
 
 
80
  It achieves the following results on the evaluation set:
81
  - Loss: 0.3696
82
  - Wer: 16.6594
@@ -92,7 +85,15 @@ More information needed
92
 
93
  ## Training and evaluation data
94
 
95
- More information needed
 
 
 
 
 
 
 
 
96
 
97
  ## Training procedure
98
 
 
6
  - whisper-event
7
  - generated_from_trainer
8
  datasets:
9
+ - mozilla-foundation/common_voice_11_0
10
+ - google/fleurs
11
+ - vivos
12
  metrics:
13
  - wer
14
  model-index:
15
  - name: Whisper Medium VI - Multi - Augmented
16
  results:
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - task:
18
  type: automatic-speech-recognition
19
  name: Automatic Speech Recognition
 
65
 
66
  # Whisper Medium VI - Multi - Augmented
67
 
68
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the following datasets:
69
+ - [mozilla-foundation/common_voice_11_0](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0)
70
+ - [google/fleurs](https://huggingface.co/datasets/google/fleurs)
71
+ - [vivos](https://huggingface.co/datasets/vivos)
72
+
73
  It achieves the following results on the evaluation set:
74
  - Loss: 0.3696
75
  - Wer: 16.6594
 
85
 
86
  ## Training and evaluation data
87
 
88
+ Training:
89
+ - [mozilla-foundation/common_voice_11_0](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0) (train+validation)
90
+ - [google/fleurs](https://huggingface.co/datasets/google/fleurs) (train+validation)
91
+ - [vivos](https://huggingface.co/datasets/vivos) (train)
92
+
93
+ Evaluation:
94
+ - [mozilla-foundation/common_voice_11_0](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0) (test)
95
+ - [google/fleurs](https://huggingface.co/datasets/google/fleurs) (test)
96
+ - [vivos](https://huggingface.co/datasets/vivos) (test)
97
 
98
  ## Training procedure
99