yuval6967 commited on
Commit
053a372
·
1 Parent(s): 640c3d1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -13
README.md CHANGED
@@ -31,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.5858
35
  - Accuracy: 0.84
36
 
37
  ## Model description
@@ -51,29 +51,34 @@ More information needed
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
- - learning_rate: 5e-05
55
  - train_batch_size: 16
56
  - eval_batch_size: 16
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_ratio: 0.1
61
- - num_epochs: 10
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 2.1135 | 1.0 | 57 | 2.0010 | 0.35 |
68
- | 1.534 | 2.0 | 114 | 1.4522 | 0.64 |
69
- | 1.1237 | 3.0 | 171 | 1.0933 | 0.73 |
70
- | 0.9954 | 4.0 | 228 | 0.9852 | 0.77 |
71
- | 0.7052 | 5.0 | 285 | 0.7870 | 0.83 |
72
- | 0.6404 | 6.0 | 342 | 0.7186 | 0.79 |
73
- | 0.5386 | 7.0 | 399 | 0.6662 | 0.83 |
74
- | 0.4455 | 8.0 | 456 | 0.6262 | 0.84 |
75
- | 0.387 | 9.0 | 513 | 0.5934 | 0.86 |
76
- | 0.3174 | 10.0 | 570 | 0.5858 | 0.84 |
 
 
 
 
 
77
 
78
 
79
  ### Framework versions
 
31
 
32
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.6273
35
  - Accuracy: 0.84
36
 
37
  ## Model description
 
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
+ - learning_rate: 3e-05
55
  - train_batch_size: 16
56
  - eval_batch_size: 16
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_ratio: 0.1
61
+ - num_epochs: 15
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 2.253 | 1.0 | 57 | 2.2124 | 0.43 |
68
+ | 1.8499 | 2.0 | 114 | 1.7776 | 0.56 |
69
+ | 1.4569 | 3.0 | 171 | 1.4535 | 0.69 |
70
+ | 1.3715 | 4.0 | 228 | 1.2296 | 0.74 |
71
+ | 1.097 | 5.0 | 285 | 1.0841 | 0.73 |
72
+ | 0.9876 | 6.0 | 342 | 0.9591 | 0.76 |
73
+ | 0.8501 | 7.0 | 399 | 0.8912 | 0.75 |
74
+ | 0.8233 | 8.0 | 456 | 0.8314 | 0.75 |
75
+ | 0.7055 | 9.0 | 513 | 0.7713 | 0.77 |
76
+ | 0.5709 | 10.0 | 570 | 0.7053 | 0.81 |
77
+ | 0.4924 | 11.0 | 627 | 0.7325 | 0.79 |
78
+ | 0.4679 | 12.0 | 684 | 0.6562 | 0.8 |
79
+ | 0.496 | 13.0 | 741 | 0.6376 | 0.85 |
80
+ | 0.3827 | 14.0 | 798 | 0.6331 | 0.84 |
81
+ | 0.4118 | 15.0 | 855 | 0.6273 | 0.84 |
82
 
83
 
84
  ### Framework versions