luigisaetta
commited on
Commit
•
5cd8e74
1
Parent(s):
6b34a71
Update README.md
Browse files
README.md
CHANGED
@@ -39,11 +39,17 @@ It achieves the following results on the evaluation set:
|
|
39 |
|
40 |
## Model description
|
41 |
|
42 |
-
|
43 |
|
44 |
## Intended uses & limitations
|
45 |
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
## Training and evaluation data
|
49 |
|
@@ -51,7 +57,7 @@ More information needed
|
|
51 |
|
52 |
## Training procedure
|
53 |
|
54 |
-
The script **run.sh**, and the Python file, used for the
|
55 |
|
56 |
### Training hyperparameters
|
57 |
|
|
|
39 |
|
40 |
## Model description
|
41 |
|
42 |
+
This model is a fine-tuning of the Whipser Medium model, on the specified dataset.
|
43 |
|
44 |
## Intended uses & limitations
|
45 |
|
46 |
+
This model has been developed as part of the Hugging Face Whisper Fine Tuning sprint, December 2022.
|
47 |
+
It is mean to spread the knowledge on how tese models are built and can be used to develop solutions
|
48 |
+
where it is needed ASR on the Italian Language.
|
49 |
+
|
50 |
+
It has not been extensively tested. It is possible that on other datasets the accuracy will be lower.
|
51 |
+
|
52 |
+
Please, test it before using it.
|
53 |
|
54 |
## Training and evaluation data
|
55 |
|
|
|
57 |
|
58 |
## Training procedure
|
59 |
|
60 |
+
The script **run.sh**, and the Python file, used for the training are saved in the repository.
|
61 |
|
62 |
### Training hyperparameters
|
63 |
|