Update README.md
Browse files
README.md
CHANGED
@@ -21,15 +21,17 @@ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
More information needed
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
-
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
|
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
More information needed.
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
+
The model was trained without enough noise added as a form of data augmentation. Do not use this production. I recommend using a larger version of whisper with
|
29 |
+
more hyperparameter tuning especially the learning rate, momentum, weight decay and adjusting the batch size.
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
+
I followed the tutorial [here](https://huggingface.co/learn/audio-course/chapter5/fine-tuning). Very minimum edits to the code were done following
|
34 |
+
this tutorial.
|
35 |
|
36 |
## Training procedure
|
37 |
|