Sagicc commited on
Commit
c7c8824
·
1 Parent(s): 915c0f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -2,15 +2,16 @@
2
  language:
3
  - sr
4
  license: apache-2.0
5
- base_model: openai/whisper-small
6
  tags:
7
  - generated_from_trainer
8
  datasets:
9
  - google/fleurs
 
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: Whisper Small Sr Fleurs
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
@@ -32,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  # Whisper Small Sr Fleurs
34
 
35
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Google Fleurs dataset.
36
  It achieves the following results on the evaluation set:
37
  - Loss: 0.1749
38
  - Wer Ortho: 0.1678
@@ -80,4 +81,4 @@ The following hyperparameters were used during training:
80
  - Transformers 4.33.1
81
  - Pytorch 2.0.1+cu117
82
  - Datasets 2.14.5
83
- - Tokenizers 0.13.3
 
2
  language:
3
  - sr
4
  license: apache-2.0
5
+ base_model: openai/whisper-large-v2
6
  tags:
7
  - generated_from_trainer
8
  datasets:
9
  - google/fleurs
10
+ - mozilla-foundation/common_voice_13_0
11
  metrics:
12
  - wer
13
  model-index:
14
+ - name: Whisper Large Sr Combined
15
  results:
16
  - task:
17
  name: Automatic Speech Recognition
 
33
 
34
  # Whisper Small Sr Fleurs
35
 
36
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-large-v2) on the combined Google Fleurs and Mozilla Foundation Common Voice 13 dataset.
37
  It achieves the following results on the evaluation set:
38
  - Loss: 0.1749
39
  - Wer Ortho: 0.1678
 
81
  - Transformers 4.33.1
82
  - Pytorch 2.0.1+cu117
83
  - Datasets 2.14.5
84
+ - Tokenizers 0.13.3