cifope commited on
Commit
894e602
1 Parent(s): 86409ac

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: whisper-small-wolof
6
  results: []
@@ -11,7 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # whisper-small-wolof
13
 
14
- This model was trained from scratch on the None dataset.
 
 
 
15
 
16
  ## Model description
17
 
@@ -40,6 +45,13 @@ The following hyperparameters were used during training:
40
  - training_steps: 1000
41
  - mixed_precision_training: Native AMP
42
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.29.2
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ metrics:
5
+ - wer
6
  model-index:
7
  - name: whisper-small-wolof
8
  results: []
 
13
 
14
  # whisper-small-wolof
15
 
16
+ This model is a fine-tuned version of [cifope/whisper-small-wolof](https://huggingface.co/cifope/whisper-small-wolof) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.7506
19
+ - Wer: 37.5424
20
 
21
  ## Model description
22
 
 
45
  - training_steps: 1000
46
  - mixed_precision_training: Native AMP
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
52
+ | 0.0055 | 5.32 | 1000 | 0.7506 | 37.5424 |
53
+
54
+
55
  ### Framework versions
56
 
57
  - Transformers 4.29.2