apv53-fit commited on
Commit
ec1f5d4
·
verified ·
1 Parent(s): 2041e1a

End of training

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.78
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 1.5072
37
- - Accuracy: 0.78
38
 
39
  ## Model description
40
 
@@ -59,6 +59,7 @@ The following hyperparameters were used during training:
59
  - seed: 42
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
 
62
  - num_epochs: 10
63
  - mixed_precision_training: Native AMP
64
 
@@ -66,16 +67,16 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.3311 | 1.0 | 113 | 1.2307 | 0.67 |
70
- | 0.7706 | 2.0 | 226 | 1.0825 | 0.63 |
71
- | 0.7012 | 3.0 | 339 | 0.8888 | 0.75 |
72
- | 0.3658 | 4.0 | 452 | 0.7326 | 0.78 |
73
- | 0.4113 | 5.0 | 565 | 0.9069 | 0.73 |
74
- | 0.0964 | 6.0 | 678 | 0.8265 | 0.82 |
75
- | 0.1707 | 7.0 | 791 | 0.8793 | 0.82 |
76
- | 0.0078 | 8.0 | 904 | 1.2400 | 0.81 |
77
- | 0.0136 | 9.0 | 1017 | 1.1516 | 0.79 |
78
- | 0.0029 | 10.0 | 1130 | 1.5072 | 0.78 |
79
 
80
 
81
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.87
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.5644
37
+ - Accuracy: 0.87
38
 
39
  ## Model description
40
 
 
59
  - seed: 42
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_ratio: 0.1
63
  - num_epochs: 10
64
  - mixed_precision_training: Native AMP
65
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 1.9682 | 1.0 | 113 | 1.9097 | 0.42 |
71
+ | 1.2063 | 2.0 | 226 | 1.2490 | 0.7 |
72
+ | 1.0341 | 3.0 | 339 | 0.8957 | 0.78 |
73
+ | 0.5967 | 4.0 | 452 | 0.8012 | 0.73 |
74
+ | 0.6163 | 5.0 | 565 | 0.6948 | 0.79 |
75
+ | 0.2877 | 6.0 | 678 | 0.6130 | 0.82 |
76
+ | 0.2392 | 7.0 | 791 | 0.5434 | 0.84 |
77
+ | 0.1176 | 8.0 | 904 | 0.5847 | 0.86 |
78
+ | 0.1138 | 9.0 | 1017 | 0.5545 | 0.86 |
79
+ | 0.0885 | 10.0 | 1130 | 0.5644 | 0.87 |
80
 
81
 
82
  ### Framework versions