Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,9 @@ tags:
|
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- espnet/yodas
|
|
|
|
|
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
@@ -16,8 +19,8 @@ model-index:
|
|
16 |
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
-
name:
|
20 |
-
type:
|
21 |
config: sr
|
22 |
split: test
|
23 |
args: sr
|
@@ -32,7 +35,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
# Whisper Small Sr Yodas
|
34 |
|
35 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on
|
|
|
|
|
|
|
|
|
|
|
36 |
It achieves the following results on the evaluation set:
|
37 |
- Loss: 0.3584
|
38 |
- Wer Ortho: 0.2328
|
@@ -40,7 +48,7 @@ It achieves the following results on the evaluation set:
|
|
40 |
|
41 |
## Model description
|
42 |
|
43 |
-
|
44 |
|
45 |
## Intended uses & limitations
|
46 |
|
@@ -96,4 +104,4 @@ The following hyperparameters were used during training:
|
|
96 |
- Transformers 4.39.3
|
97 |
- Pytorch 2.0.1+cu117
|
98 |
- Datasets 2.18.0
|
99 |
-
- Tokenizers 0.15.1
|
|
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- espnet/yodas
|
10 |
+
- google/fleurs
|
11 |
+
- Sagicc/audio-lmb-ds
|
12 |
+
- mozilla-foundation/common_voice_16_1
|
13 |
metrics:
|
14 |
- wer
|
15 |
model-index:
|
|
|
19 |
name: Automatic Speech Recognition
|
20 |
type: automatic-speech-recognition
|
21 |
dataset:
|
22 |
+
name: Common Voice 16_1
|
23 |
+
type: mozilla-foundation/common_voice_16_1
|
24 |
config: sr
|
25 |
split: test
|
26 |
args: sr
|
|
|
35 |
|
36 |
# Whisper Small Sr Yodas
|
37 |
|
38 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on merged datasets Common Voice 16 + Fleurs + [Juzne vesti (South news)](http://hdl.handle.net/11356/1679) + [LBM](https://huggingface.co/datasets/Sagicc/audio-lmb-ds) + (Yodas)[https://huggingface.co/datasets/espnet/yodas] dataset and
|
39 |
+
|
40 |
+
Rupnik, Peter and Ljubešić, Nikola, 2022,\
|
41 |
+
ASR training dataset for Serbian JuzneVesti-SR v1.0, Slovenian language resource repository CLARIN.SI, ISSN 2820-4042,\
|
42 |
+
http://hdl.handle.net/11356/1679.
|
43 |
+
|
44 |
It achieves the following results on the evaluation set:
|
45 |
- Loss: 0.3584
|
46 |
- Wer Ortho: 0.2328
|
|
|
48 |
|
49 |
## Model description
|
50 |
|
51 |
+
Add new dataset Yodas as test and experiment to improve results.
|
52 |
|
53 |
## Intended uses & limitations
|
54 |
|
|
|
104 |
- Transformers 4.39.3
|
105 |
- Pytorch 2.0.1+cu117
|
106 |
- Datasets 2.18.0
|
107 |
+
- Tokenizers 0.15.1
|