StatsGary commited on
Commit
dc7816d
1 Parent(s): 2ae4ade

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.35
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 2.1821
36
- - Accuracy: 0.35
37
 
38
  ## Model description
39
 
@@ -52,7 +52,7 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 1e-06
56
  - train_batch_size: 8
57
  - eval_batch_size: 8
58
  - seed: 42
@@ -65,17 +65,17 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 2.2909 | 1.0 | 113 | 2.2939 | 0.16 |
69
- | 2.2793 | 2.0 | 226 | 2.2789 | 0.2 |
70
- | 2.2729 | 3.0 | 339 | 2.2617 | 0.19 |
71
- | 2.2645 | 4.0 | 452 | 2.2446 | 0.28 |
72
- | 2.2211 | 5.0 | 565 | 2.2290 | 0.29 |
73
- | 2.2382 | 6.0 | 678 | 2.2162 | 0.31 |
74
- | 2.2631 | 7.0 | 791 | 2.2039 | 0.31 |
75
- | 2.247 | 8.0 | 904 | 2.1946 | 0.32 |
76
- | 2.2255 | 9.0 | 1017 | 2.1877 | 0.33 |
77
- | 2.1932 | 10.0 | 1130 | 2.1834 | 0.35 |
78
- | 2.2213 | 11.0 | 1243 | 2.1821 | 0.35 |
79
 
80
 
81
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.85
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.5868
36
+ - Accuracy: 0.85
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
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
 
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.8862 | 1.0 | 113 | 1.6953 | 0.43 |
69
+ | 1.244 | 2.0 | 226 | 1.1139 | 0.64 |
70
+ | 0.9373 | 3.0 | 339 | 0.9080 | 0.74 |
71
+ | 0.7731 | 4.0 | 452 | 0.7958 | 0.74 |
72
+ | 0.5718 | 5.0 | 565 | 0.6637 | 0.81 |
73
+ | 0.3095 | 6.0 | 678 | 0.6204 | 0.84 |
74
+ | 0.391 | 7.0 | 791 | 0.6014 | 0.82 |
75
+ | 0.1033 | 8.0 | 904 | 0.5147 | 0.87 |
76
+ | 0.1199 | 9.0 | 1017 | 0.5189 | 0.86 |
77
+ | 0.1336 | 10.0 | 1130 | 0.5594 | 0.87 |
78
+ | 0.0549 | 11.0 | 1243 | 0.5868 | 0.85 |
79
 
80
 
81
  ### Framework versions