wbcmthh42 commited on
Commit
2e1680f
1 Parent(s): 2360bf7

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -8
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.6375
20
- - Accuracy: 0.8701
21
 
22
  ## Model description
23
 
@@ -45,15 +45,13 @@ The following hyperparameters were used during training:
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
- - num_epochs: 3
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
- | 0.3168 | 1.0 | 3610 | 0.6366 | 0.8510 |
55
- | 0.2482 | 2.0 | 7220 | 0.5499 | 0.8692 |
56
- | 0.2167 | 3.0 | 10830 | 0.6375 | 0.8701 |
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.5660
20
+ - Accuracy: 0.8624
21
 
22
  ## Model description
23
 
 
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 1
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 0.3032 | 1.0 | 3610 | 0.5660 | 0.8624 |
 
 
55
 
56
 
57
  ### Framework versions