van-ng commited on
Commit
9c00798
1 Parent(s): 382e097

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -2,7 +2,7 @@
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
- - gtzan
6
  metrics:
7
  - accuracy
8
  model-index:
@@ -20,7 +20,7 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.77
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,10 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # distilhubert-finetuned-gtzan
30
 
31
- This model was trained from scratch on the gtzan dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: 0.7854
34
- - Accuracy: 0.77
35
 
36
  ## Model description
37
 
@@ -58,7 +58,8 @@ The following hyperparameters were used during training:
58
  - lr_scheduler_type: linear
59
  - lr_scheduler_warmup_ratio: 0.1
60
  - num_epochs: 15
61
-
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Accuracy | Validation Loss |
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
+ - marsyas/gtzan
6
  metrics:
7
  - accuracy
8
  model-index:
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.88
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # distilhubert-finetuned-gtzan
30
 
31
+ This model is a fine-tuned version of ntu-spml/distilhubert on the GTZAN dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.76
34
+ - Accuracy: 0.88
35
 
36
  ## Model description
37
 
 
58
  - lr_scheduler_type: linear
59
  - lr_scheduler_warmup_ratio: 0.1
60
  - num_epochs: 15
61
+ - .train_test_split(seed=2024, shuffle=True, test_size=0.1)
62
+ -
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Accuracy | Validation Loss |