Steven Liu commited on
Commit
38d0b1b
1 Parent(s): 77c0c6a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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: 4.0637
20
  - Wer: 1.0
21
 
22
  ## Model description
@@ -48,13 +48,13 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Wer |
52
- |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | No log | 1.0 | 7 | 69.6009 | 1.0391 |
54
- | 21.8163 | 2.0 | 14 | 56.1617 | 1.1294 |
55
- | 13.6149 | 3.0 | 21 | 7.1444 | 1.0 |
56
- | 13.6149 | 4.0 | 28 | 5.2069 | 1.0 |
57
- | 2.7233 | 5.0 | 35 | 4.0637 | 1.0 |
58
 
59
 
60
  ### 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: 1.2845
20
  - Wer: 1.0
21
 
22
  ## Model description
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
53
+ | 46.5586 | 1.0 | 29 | 4.6661 | 1.0 |
54
+ | 2.3532 | 2.0 | 58 | 2.2681 | 1.0 |
55
+ | 1.2675 | 3.0 | 87 | 1.3751 | 1.0 |
56
+ | 1.1632 | 4.0 | 116 | 1.2158 | 1.0 |
57
+ | 1.0327 | 5.0 | 145 | 1.2845 | 1.0 |
58
 
59
 
60
  ### Framework versions