NemesisAlm commited on
Commit
8137eab
·
1 Parent(s): ace574b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.81
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # distilhubert-finetuned-gtzan
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: 1.2001
35
- - Accuracy: 0.81
36
 
37
  ## Model description
38
 
@@ -58,17 +58,22 @@ The following hyperparameters were used during training:
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: 5
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 0.0132 | 1.0 | 113 | 1.0964 | 0.84 |
68
- | 0.0003 | 2.0 | 226 | 1.2606 | 0.8 |
69
- | 0.1967 | 3.0 | 339 | 1.2266 | 0.8 |
70
- | 0.0002 | 4.0 | 452 | 1.2578 | 0.81 |
71
- | 0.0001 | 5.0 | 565 | 1.2001 | 0.81 |
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.905
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # distilhubert-finetuned-gtzan
31
 
32
+ This model is a fine-tuned version of [NemesisAlm/distilhubert-finetuned-gtzan](https://huggingface.co/NemesisAlm/distilhubert-finetuned-gtzan) on the GTZAN dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.7322
35
+ - Accuracy: 0.905
36
 
37
  ## Model description
38
 
 
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
+ | 0.0002 | 1.0 | 100 | 0.5783 | 0.915 |
68
+ | 0.1984 | 2.0 | 200 | 0.7051 | 0.91 |
69
+ | 0.0518 | 3.0 | 300 | 1.0287 | 0.865 |
70
+ | 0.0039 | 4.0 | 400 | 0.7660 | 0.895 |
71
+ | 0.0001 | 5.0 | 500 | 0.7513 | 0.91 |
72
+ | 0.0001 | 6.0 | 600 | 0.7757 | 0.9 |
73
+ | 0.0002 | 7.0 | 700 | 0.9340 | 0.87 |
74
+ | 0.0001 | 8.0 | 800 | 0.7237 | 0.9 |
75
+ | 0.0001 | 9.0 | 900 | 0.7298 | 0.905 |
76
+ | 0.0001 | 10.0 | 1000 | 0.7322 | 0.905 |
77
 
78
 
79
  ### Framework versions