GIanlucaRub
commited on
Commit
•
0b39c96
1
Parent(s):
077030d
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
-
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- hf-asr-leaderboard
|
@@ -10,7 +10,7 @@ datasets:
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name: Whisper Small
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
@@ -27,30 +27,30 @@ model-index:
|
|
27 |
value: 22.108985024958404
|
28 |
---
|
29 |
|
30 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
-
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
-
# Whisper Small
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer: 22.
|
39 |
|
40 |
## Model description
|
41 |
|
42 |
-
|
43 |
|
44 |
## Intended uses & limitations
|
45 |
|
46 |
-
|
47 |
|
48 |
## Training and evaluation data
|
49 |
|
50 |
-
|
51 |
|
52 |
## Training procedure
|
53 |
|
|
|
|
|
54 |
### Training hyperparameters
|
55 |
|
56 |
The following hyperparameters were used during training:
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- it
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- hf-asr-leaderboard
|
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
+
- name: Whisper Small It - Gianluca Ruberto
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
|
|
27 |
value: 22.108985024958404
|
28 |
---
|
29 |
|
|
|
|
|
30 |
|
31 |
+
# Whisper Small It - Gianluca Ruberto
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.393979
|
36 |
+
- Wer: 22.108985
|
37 |
|
38 |
## Model description
|
39 |
|
40 |
+
This model is the openai whisper small transformer adapted for Italian audio to text transcription.
|
41 |
|
42 |
## Intended uses & limitations
|
43 |
|
44 |
+
The model is available through its [HuggingFace web app](https://huggingface.co/spaces/GIanlucaRub/whisper-it)
|
45 |
|
46 |
## Training and evaluation data
|
47 |
|
48 |
+
Data used for training is the initial 10% of train and validation of [Italian Common Voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0/viewer/it/train) 11.0 from Mozilla Foundation.
|
49 |
|
50 |
## Training procedure
|
51 |
|
52 |
+
After loading the pre trained model, it has been trained on the dataset.
|
53 |
+
|
54 |
### Training hyperparameters
|
55 |
|
56 |
The following hyperparameters were used during training:
|