0xmagical commited on
Commit
71b2c27
·
verified ·
1 Parent(s): ba58f75

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [microsoft/wavlm-base-plus](https://huggingface.co/microsoft/wavlm-base-plus) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5823
20
- - Accuracy: 0.8699
21
 
22
  ## Model description
23
 
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
- | 0.3668 | 1.0 | 7220 | 0.5813 | 0.8596 |
55
- | 0.3251 | 2.0 | 14440 | 0.4635 | 0.8690 |
56
- | 0.2523 | 3.0 | 21660 | 0.5823 | 0.8699 |
57
 
58
 
59
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [microsoft/wavlm-base-plus](https://huggingface.co/microsoft/wavlm-base-plus) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.7733
20
+ - Accuracy: 0.8829
21
 
22
  ## Model description
23
 
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 1.0804 | 1.0 | 13 | 0.9762 | 0.7428 |
55
+ | 0.9797 | 2.0 | 26 | 0.8233 | 0.8816 |
56
+ | 0.8876 | 3.0 | 39 | 0.7733 | 0.8829 |
57
 
58
 
59
  ### Framework versions