habiba commited on
Commit
0f1097b
1 Parent(s): ff713a6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.9538
18
- - Wer: 0.9996
19
 
20
  ## Model description
21
 
@@ -43,22 +43,25 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
46
- - num_epochs: 30
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 3.7978 | 3.28 | 400 | 2.9727 | 1.0 |
54
- | 2.9541 | 6.56 | 800 | 2.9667 | 1.0 |
55
- | 2.9529 | 9.83 | 1200 | 2.9739 | 0.9999 |
56
- | 2.9228 | 13.11 | 1600 | 2.9690 | 0.9999 |
57
- | 2.8879 | 16.39 | 2000 | 3.0275 | 1.0 |
58
- | 2.8703 | 19.67 | 2400 | 3.0226 | 0.9999 |
59
- | 2.8552 | 22.95 | 2800 | 2.9886 | 0.9999 |
60
- | 2.8397 | 26.23 | 3200 | 2.9590 | 0.9999 |
61
- | 2.8026 | 29.51 | 3600 | 2.9538 | 0.9996 |
 
 
 
62
 
63
 
64
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.9273
18
+ - Wer: 1.0000
19
 
20
  ## Model description
21
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
46
+ - num_epochs: 20
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | No log | 1.64 | 200 | 2.9735 | 1.0 |
54
+ | 3.8098 | 3.28 | 400 | 2.9765 | 1.0 |
55
+ | 3.8098 | 4.91 | 600 | 2.9662 | 1.0 |
56
+ | 2.9531 | 6.56 | 800 | 2.9708 | 1.0 |
57
+ | 2.9531 | 8.2 | 1000 | 2.9673 | 1.0 |
58
+ | 2.9259 | 9.83 | 1200 | 2.9989 | 1.0 |
59
+ | 2.9259 | 11.47 | 1400 | 2.9889 | 1.0 |
60
+ | 2.9023 | 13.11 | 1600 | 2.9739 | 1.0 |
61
+ | 2.9023 | 14.75 | 1800 | 3.0040 | 1.0000 |
62
+ | 2.8832 | 16.39 | 2000 | 3.0170 | 1.0 |
63
+ | 2.8832 | 18.03 | 2200 | 2.9963 | 0.9999 |
64
+ | 2.8691 | 19.67 | 2400 | 2.9273 | 1.0000 |
65
 
66
 
67
  ### Framework versions