memogamd commited on
Commit
ff72d67
·
1 Parent(s): b6a1552

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 12.9033
20
  - Wer: 1.0
21
 
22
  ## Model description
@@ -50,18 +50,18 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Wer |
54
- |:-------------:|:-----:|:----:|:---------------:|:------:|
55
- | 54.8519 | 6.0 | 30 | 33.9492 | 1.9922 |
56
- | 41.881 | 12.0 | 60 | 17.0444 | 1.0 |
57
- | 22.232 | 18.0 | 90 | 11.1690 | 1.0 |
58
- | 15.8861 | 24.0 | 120 | 9.6795 | 1.0 |
59
- | 10.9921 | 30.0 | 150 | 8.6865 | 1.0 |
60
- | 9.0146 | 36.0 | 180 | 13.7400 | 1.0 |
61
- | 8.3685 | 42.0 | 210 | 7.6778 | 1.0 |
62
- | 7.9859 | 48.0 | 240 | 12.9601 | 1.0 |
63
- | 7.5247 | 54.0 | 270 | 12.7895 | 1.0 |
64
- | 7.4473 | 60.0 | 300 | 12.9033 | 1.0 |
65
 
66
 
67
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 3.4146
20
  - Wer: 1.0
21
 
22
  ## Model description
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
55
+ | 50.2402 | 6.0 | 30 | 35.6862 | 1.0 |
56
+ | 30.6841 | 12.0 | 60 | 6.6236 | 1.0 |
57
+ | 8.3238 | 18.0 | 90 | 4.0080 | 1.0 |
58
+ | 4.663 | 24.0 | 120 | 3.7875 | 1.0 |
59
+ | 3.986 | 30.0 | 150 | 3.6613 | 1.0 |
60
+ | 3.9205 | 36.0 | 180 | 3.5573 | 1.0 |
61
+ | 3.7835 | 42.0 | 210 | 3.4962 | 1.0 |
62
+ | 3.7003 | 48.0 | 240 | 3.4505 | 1.0 |
63
+ | 3.6903 | 54.0 | 270 | 3.4273 | 1.0 |
64
+ | 3.6331 | 60.0 | 300 | 3.4146 | 1.0 |
65
 
66
 
67
  ### Framework versions