End of training
Browse files
README.md
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
datasets:
|
4 |
-
- mozilla-foundation/common_voice_11_0
|
5 |
language:
|
6 |
- ne
|
7 |
-
library_name: transformers
|
8 |
license: apache-2.0
|
9 |
-
|
10 |
-
- wer
|
11 |
tags:
|
12 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
13 |
model-index:
|
14 |
- name: Whisper Small Nepali - Subash Acharya
|
15 |
results:
|
16 |
- task:
|
17 |
-
type: automatic-speech-recognition
|
18 |
name: Automatic Speech Recognition
|
|
|
19 |
dataset:
|
20 |
name: Common Voice 11.0
|
21 |
type: mozilla-foundation/common_voice_11_0
|
22 |
args: 'config: mr, split: test'
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
|
26 |
-
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -67,7 +67,7 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
|
|
|
|
3 |
language:
|
4 |
- ne
|
|
|
5 |
license: apache-2.0
|
6 |
+
base_model: openai/whisper-small
|
|
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- mozilla-foundation/common_voice_11_0
|
11 |
+
metrics:
|
12 |
+
- wer
|
13 |
model-index:
|
14 |
- name: Whisper Small Nepali - Subash Acharya
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
name: Common Voice 11.0
|
21 |
type: mozilla-foundation/common_voice_11_0
|
22 |
args: 'config: mr, split: test'
|
23 |
metrics:
|
24 |
+
- name: Wer
|
25 |
+
type: wer
|
26 |
+
value: 50.526315789473685
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.4998
|
37 |
+
- Wer: 50.5263
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
70 |
+
| 0.001 | 11.2360 | 1000 | 0.4998 | 50.5263 |
|
71 |
|
72 |
|
73 |
### Framework versions
|