Skier8402 commited on
Commit
c49b3e3
1 Parent(s): 6ab18a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
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
- More information needed
 
29
 
30
  ## Training and evaluation data
31
 
32
- More information needed
 
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