weiren119 commited on
Commit
6189e2a
1 Parent(s): 4a1ce84

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
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:
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.84
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +30,10 @@ 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.5973
36
- - Accuracy: 0.84
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: 0.0001
56
  - train_batch_size: 16
57
  - eval_batch_size: 16
58
  - seed: 42
@@ -65,21 +65,21 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 1.9359 | 1.0 | 57 | 1.7782 | 0.49 |
69
- | 1.2053 | 2.0 | 114 | 1.1174 | 0.69 |
70
- | 0.8559 | 3.0 | 171 | 0.8714 | 0.79 |
71
- | 0.6889 | 4.0 | 228 | 0.7290 | 0.79 |
72
- | 0.4995 | 5.0 | 285 | 0.5888 | 0.85 |
73
- | 0.2781 | 6.0 | 342 | 0.6412 | 0.83 |
74
- | 0.2084 | 7.0 | 399 | 0.5679 | 0.86 |
75
- | 0.1132 | 8.0 | 456 | 0.5744 | 0.85 |
76
- | 0.088 | 9.0 | 513 | 0.5985 | 0.84 |
77
- | 0.046 | 10.0 | 570 | 0.5973 | 0.84 |
78
 
79
 
80
  ### Framework versions
81
 
82
  - Transformers 4.31.0
83
- - Pytorch 2.0.1+cu117
84
- - Datasets 2.14.0
85
  - Tokenizers 0.13.3
 
1
  ---
2
  license: apache-2.0
3
+ base_model: weiren119/distilhubert-finetuned-finetuned-gtzan
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.88
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # distilhubert-finetuned-gtzan
32
 
33
+ This model is a fine-tuned version of [weiren119/distilhubert-finetuned-finetuned-gtzan](https://huggingface.co/weiren119/distilhubert-finetuned-finetuned-gtzan) on the GTZAN dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.9411
36
+ - Accuracy: 0.88
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 1e-05
56
  - train_batch_size: 16
57
  - eval_batch_size: 16
58
  - seed: 42
 
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 0.0012 | 1.0 | 57 | 0.9231 | 0.86 |
69
+ | 0.0009 | 2.0 | 114 | 0.9304 | 0.88 |
70
+ | 0.0007 | 3.0 | 171 | 0.9359 | 0.87 |
71
+ | 0.0008 | 4.0 | 228 | 1.0345 | 0.85 |
72
+ | 0.0007 | 5.0 | 285 | 0.9492 | 0.87 |
73
+ | 0.0139 | 6.0 | 342 | 0.9883 | 0.86 |
74
+ | 0.0409 | 7.0 | 399 | 0.9377 | 0.88 |
75
+ | 0.0005 | 8.0 | 456 | 0.9460 | 0.88 |
76
+ | 0.0005 | 9.0 | 513 | 0.9462 | 0.88 |
77
+ | 0.0005 | 10.0 | 570 | 0.9411 | 0.88 |
78
 
79
 
80
  ### Framework versions
81
 
82
  - Transformers 4.31.0
83
+ - Pytorch 2.0.1+cu118
84
+ - Datasets 2.14.1
85
  - Tokenizers 0.13.3