J3 commited on
Commit
e0775c4
·
1 Parent(s): 091a418

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [MariaK/distilhubert-finetuned-gtzan-v3](https://huggingface.co/MariaK/distilhubert-finetuned-gtzan-v3) on the GTZAN dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5656
22
- - Accuracy: 0.87
23
 
24
  ## Model description
25
 
@@ -38,7 +38,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 5e-05
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
@@ -47,17 +47,15 @@ The following hyperparameters were used during training:
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.2
50
- - num_epochs: 5
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | 0.074 | 0.99 | 56 | 0.8150 | 0.79 |
57
- | 0.0546 | 2.0 | 113 | 0.5489 | 0.86 |
58
- | 0.0156 | 2.99 | 169 | 0.5313 | 0.88 |
59
- | 0.0072 | 4.0 | 226 | 0.5566 | 0.87 |
60
- | 0.0058 | 4.96 | 280 | 0.5656 | 0.87 |
61
 
62
 
63
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [MariaK/distilhubert-finetuned-gtzan-v3](https://huggingface.co/MariaK/distilhubert-finetuned-gtzan-v3) on the GTZAN dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.4764
22
+ - Accuracy: 0.88
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.2
50
+ - num_epochs: 3
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 0.0791 | 0.99 | 56 | 0.5451 | 0.82 |
57
+ | 0.0677 | 2.0 | 113 | 0.4793 | 0.88 |
58
+ | 0.0329 | 2.97 | 168 | 0.4764 | 0.88 |
 
 
59
 
60
 
61
  ### Framework versions