kwanchiva commited on
Commit
7712a74
·
verified ·
1 Parent(s): 3808129

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -18,6 +18,16 @@ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.8875
20
  - Cer: 34.9798
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Model description
23
 
 
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.8875
20
  - Cer: 34.9798
21
+ ## Datasets
22
+
23
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
24
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
25
+ |:Speech Understanding:|
26
+ | transcription en (ASR) | 1.0 | 7 | 0.9713 | 37.2984 |
27
+ | 1.1414 | 2.0 | 14 | 0.9285 | 34.4758 |
28
+ | 0.8953 | 3.0 | 21 | 0.9022 | 35.2823 |
29
+ | 0.8953 | 4.0 | 28 | 0.8911 | 52.9234 |
30
+ | 0.8159 | 5.0 | 35 | 0.8875 | 34.9798 |
31
 
32
  ## Model description
33