Update README.md
#1
by
Johndfm
- opened
README.md
CHANGED
@@ -11,6 +11,8 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: Whisper LARGE PT 425
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,22 +20,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# Whisper LARGE PT 425
|
20 |
|
21 |
-
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.1162
|
24 |
- Wer: 3.9720
|
25 |
|
26 |
-
|
27 |
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Intended uses & limitations
|
31 |
-
|
32 |
-
More information needed
|
33 |
-
|
34 |
-
## Training and evaluation data
|
35 |
-
|
36 |
-
More information needed
|
37 |
|
38 |
## Training procedure
|
39 |
|
@@ -64,4 +57,4 @@ The following hyperparameters were used during training:
|
|
64 |
- Transformers 4.48.2
|
65 |
- Pytorch 2.6.0+cu124
|
66 |
- Datasets 3.2.0
|
67 |
-
- Tokenizers 0.21.0
|
|
|
11 |
model-index:
|
12 |
- name: Whisper LARGE PT 425
|
13 |
results: []
|
14 |
+
datasets:
|
15 |
+
- inesc-id/camoes_asr
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
|
21 |
# Whisper LARGE PT 425
|
22 |
|
23 |
+
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on 425h of European Portuguese data.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.1162
|
26 |
- Wer: 3.9720
|
27 |
|
28 |
+
For additional information regarding this model please refer to the [paper](https://arxiv.org/abs/2508.19721).
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## Training procedure
|
32 |
|
|
|
57 |
- Transformers 4.48.2
|
58 |
- Pytorch 2.6.0+cu124
|
59 |
- Datasets 3.2.0
|
60 |
+
- Tokenizers 0.21.0
|