drewschaub commited on
Commit
c346999
·
verified ·
1 Parent(s): b997180

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  # whisper-large-v3-japanese-4k-steps
35
 
36
- This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the Common Voice 16.1 dataset.
37
- It achieves the following results on the evaluation set:
38
  - Loss: 0.4057
39
  - Wer: 1821.4909
40
 
 
33
 
34
  # whisper-large-v3-japanese-4k-steps
35
 
36
+ This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the Common Voice 16.1 dataset. I followed a post by Sanchit Gandhi, https://huggingface.co/blog/fine-tune-whisper
37
+ It took 24 hours using an A100 on Google Colab to complete 4000 steps using the Common Voice 16.1 dataset. Training loss dropped over epochs but WER increased suggesting overfitting. It achieves the following results on the evaluation set:
38
  - Loss: 0.4057
39
  - Wer: 1821.4909
40