NicolasDenier commited on
Commit
11a960f
·
1 Parent(s): 9c45b60

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -16
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: ntu-spml/distilhubert
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -30,9 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # distilhubert-finetuned-gtzan
32
 
33
- This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.5415
36
  - Accuracy: 0.85
37
 
38
  ## Model description
@@ -53,28 +53,25 @@ More information needed
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
- - train_batch_size: 8
57
- - eval_batch_size: 8
58
  - seed: 42
 
 
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
  - lr_scheduler_warmup_ratio: 0.1
62
- - num_epochs: 10
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 2.0328 | 1.0 | 113 | 1.8396 | 0.43 |
69
- | 1.2922 | 2.0 | 226 | 1.1828 | 0.65 |
70
- | 1.0338 | 3.0 | 339 | 0.8719 | 0.8 |
71
- | 0.8669 | 4.0 | 452 | 0.8398 | 0.71 |
72
- | 0.4825 | 5.0 | 565 | 0.6409 | 0.83 |
73
- | 0.3995 | 6.0 | 678 | 0.6009 | 0.82 |
74
- | 0.4146 | 7.0 | 791 | 0.5531 | 0.81 |
75
- | 0.1697 | 8.0 | 904 | 0.5346 | 0.84 |
76
- | 0.2216 | 9.0 | 1017 | 0.5411 | 0.85 |
77
- | 0.1152 | 10.0 | 1130 | 0.5415 | 0.85 |
78
 
79
 
80
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: NicolasDenier/distilhubert-finetuned-gtzan
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
30
 
31
  # distilhubert-finetuned-gtzan
32
 
33
+ This model is a fine-tuned version of [NicolasDenier/distilhubert-finetuned-gtzan](https://huggingface.co/NicolasDenier/distilhubert-finetuned-gtzan) on the GTZAN dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.6529
36
  - Accuracy: 0.85
37
 
38
  ## Model description
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
+ - train_batch_size: 2
57
+ - eval_batch_size: 2
58
  - seed: 42
59
+ - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 8
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 5
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.6294 | 1.0 | 224 | 0.6803 | 0.85 |
71
+ | 0.4995 | 2.0 | 449 | 0.6409 | 0.87 |
72
+ | 0.3727 | 3.0 | 674 | 0.5873 | 0.87 |
73
+ | 0.1291 | 4.0 | 899 | 0.6303 | 0.86 |
74
+ | 0.0569 | 4.98 | 1120 | 0.6529 | 0.85 |
 
 
 
 
 
75
 
76
 
77
  ### Framework versions