DavidErikMollberg commited on
Commit
eacdfc9
1 Parent(s): d3940ac

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # openai/whisper-medium
2
+
3
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the samromur, malromur, raddromur and althingi datasets.
4
+ It achieves the following results on the evaluation set, the output is lowercased and punctuation is removed:
5
+ - Google Fleurs 13.94% WER
6
+ - Samrómur 10.08% WER
7
+
8
+ ### Framework versions
9
+
10
+ - Transformers 4.26.0.dev0
11
+ - Pytorch 1.13.0+cu117
12
+ - Datasets 2.7.1.dev0
13
+ - Tokenizers 0.13.2