Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ datasets:
|
|
11 |
model-index:
|
12 |
- name: Whisper Small - DV - Marlhex
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -22,15 +24,15 @@ This model is a fine-tuned version of [openai/whisper-small](https://huggingface
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
-
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
-
|
34 |
|
35 |
## Training procedure
|
36 |
|
@@ -60,3 +62,6 @@ The following hyperparameters were used during training:
|
|
60 |
- Pytorch 2.4.0
|
61 |
- Datasets 3.0.1
|
62 |
- Tokenizers 0.20.0
|
|
|
|
|
|
|
|
11 |
model-index:
|
12 |
- name: Whisper Small - DV - Marlhex
|
13 |
results: []
|
14 |
+
metrics:
|
15 |
+
- wer
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
Whisper fine tunned for dv language (Maldivan language, Divehi) from Maldives
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
+
part of the AI portfolio to show to companies some of the work I've done in the Audio pilar.
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
WER normalized.
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
62 |
- Pytorch 2.4.0
|
63 |
- Datasets 3.0.1
|
64 |
- Tokenizers 0.20.0
|
65 |
+
|
66 |
+
### Next Steps
|
67 |
+
- Looking forward to training more languages that require more GB of storage, but my setup is limited.
|