khalidey commited on
Commit
e5fb328
1 Parent(s): ce12c58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Whisper Small - Swedish
5
+ This is a fine-tuned version of the [openai/whisper-small](https://huggingface.co/openai/whisper-small) model on the Common Voice 11.0 dataset.
6
+
7
+ The following results were achieved after training for 4000 optimization steps:
8
+
9
+ * Training Loss: 0.003900
10
+ * Validation Loss: 0.326255
11
+ * WER: 19.894598
12
+
13
+ # Training hyperparameters
14
+
15
+ The following hyperparameters were used during training:
16
+
17
+ * train_batch_size: 16
18
+ * gradient_accumulation_steps: 1
19
+ * learning_rate: 1e-5
20
+ * eval_batch_size: 8
21
+ * max_steps: 4000
22
+ * eval_steps: 1000
23
+
24
+ # Framework Versions
25
+
26
+ * Transformers 4.25.0
27
+ * Pytorch 1.12.1
28
+ * Datasets 2.7.1