update model card README.md
Browse files
README.md
CHANGED
@@ -1,40 +1,24 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- vi
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
-
datasets:
|
9 |
-
- vivos
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name:
|
14 |
-
results:
|
15 |
-
- task:
|
16 |
-
name: Automatic Speech Recognition
|
17 |
-
type: automatic-speech-recognition
|
18 |
-
dataset:
|
19 |
-
name: Vivos
|
20 |
-
type: vivos
|
21 |
-
config: None
|
22 |
-
split: None
|
23 |
-
metrics:
|
24 |
-
- name: Wer
|
25 |
-
type: wer
|
26 |
-
value: 21.8855
|
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 |
-
#
|
33 |
|
34 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.3187
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -46,8 +30,7 @@ More information needed
|
|
46 |
|
47 |
## Training and evaluation data
|
48 |
|
49 |
-
|
50 |
-
At evaluation phase, eval dataset of Vivos was used
|
51 |
|
52 |
## Training procedure
|
53 |
|
@@ -82,4 +65,4 @@ The following hyperparameters were used during training:
|
|
82 |
- Transformers 4.31.0.dev0
|
83 |
- Pytorch 2.0.1+cu117
|
84 |
- Datasets 2.13.1
|
85 |
-
- Tokenizers 0.13.3
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
+
- name: vi_whisper-small
|
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 |
+
# vi_whisper-small
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.3187
|
21 |
+
- Wer: 27.3634
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
+
More information needed
|
|
|
34 |
|
35 |
## Training procedure
|
36 |
|
|
|
65 |
- Transformers 4.31.0.dev0
|
66 |
- Pytorch 2.0.1+cu117
|
67 |
- Datasets 2.13.1
|
68 |
+
- Tokenizers 0.13.3
|