luigisaetta
commited on
Commit
•
cc1783a
1
Parent(s):
3ade915
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ datasets:
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name:
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
@@ -28,7 +28,7 @@ model-index:
|
|
28 |
---
|
29 |
|
30 |
|
31 |
-
# Whisper
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_11_0 it dataset.
|
34 |
It achieves the following results on the evaluation set:
|
@@ -37,18 +37,27 @@ It achieves the following results on the evaluation set:
|
|
37 |
|
38 |
## Model description
|
39 |
|
40 |
-
|
41 |
|
42 |
## Intended uses & limitations
|
43 |
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
## Training and evaluation data
|
47 |
|
48 |
-
|
49 |
|
50 |
## Training procedure
|
51 |
|
|
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
+
- name: luigisaetta/whisper-small3-it
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
|
|
28 |
---
|
29 |
|
30 |
|
31 |
+
# Whisper Small3 Italian
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_11_0 it dataset.
|
34 |
It achieves the following results on the evaluation set:
|
|
|
37 |
|
38 |
## Model description
|
39 |
|
40 |
+
This model is a fine-tuning of the OpenAI Whisper Small model, on the specified dataset.
|
41 |
|
42 |
## Intended uses & limitations
|
43 |
|
44 |
+
This model has been developed as part of the Hugging Face Whisper Fine Tuning sprint, December 2022.
|
45 |
+
|
46 |
+
It is meant to spread the knowledge on how these models are built and can be used to develop solutions
|
47 |
+
where it is needed ASR on the Italian Language.
|
48 |
+
|
49 |
+
It has not been extensively tested. It is possible that on other datasets the accuracy will be lower.
|
50 |
+
|
51 |
+
Please, test it before using it.
|
52 |
|
53 |
## Training and evaluation data
|
54 |
|
55 |
+
Trained and tested on Mozilla Common Voice, vers. 11
|
56 |
|
57 |
## Training procedure
|
58 |
|
59 |
+
The script **run.sh**, and the Python file, used for the training are saved in the repository.
|
60 |
+
|
61 |
### Training hyperparameters
|
62 |
|
63 |
The following hyperparameters were used during training:
|