gary109 commited on
Commit
8ebe540
1 Parent(s): 1440fd4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the /workspace/datasets/datasets/MIR_ST500/MIR_ST500_AUDIO_CLASSIFICATION.py dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.1219
23
- - Accuracy: 0.5817
24
 
25
  ## Model description
26
 
@@ -51,14 +51,18 @@ The following hyperparameters were used during training:
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
  - lr_scheduler_warmup_ratio: 0.1
54
- - num_epochs: 1.0
55
  - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
61
- | 1.1779 | 1.0 | 1304 | 1.1219 | 0.5817 |
 
 
 
 
62
 
63
 
64
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the /workspace/datasets/datasets/MIR_ST500/MIR_ST500_AUDIO_CLASSIFICATION.py dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.8678
23
+ - Accuracy: 0.7017
24
 
25
  ## Model description
26
 
 
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
  - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 5.0
55
  - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
61
+ | 1.1999 | 1.0 | 1304 | 1.1029 | 0.5877 |
62
+ | 1.0779 | 2.0 | 2608 | 0.9455 | 0.6555 |
63
+ | 0.9775 | 3.0 | 3912 | 0.9670 | 0.6523 |
64
+ | 0.9542 | 4.0 | 5216 | 0.8810 | 0.6946 |
65
+ | 0.9403 | 5.0 | 6520 | 0.8678 | 0.7017 |
66
 
67
 
68
  ### Framework versions