Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This repository hosts a finetune of openai/whisper-large-v2 on Jacob's Voice data from the Secret-Sleepover-Society.
|
2 |
+
|
3 |
+
The checkpoints are as follows, named with respect to total number of training steps with batch size of 2.
|
4 |
+
|
5 |
+
checkpoint-6717: 1 epoch of tuning \
|
6 |
+
checkpoint-10075: 1.5 epochs of tuning \
|
7 |
+
checkpoint-13433: 2 epochs of tuning \
|
8 |
+
checkpoint-16791: 2.5 epochs of tuning \
|
9 |
+
checkpoint-20149: 3 epochs of tuning
|