KGSAGAR commited on
Commit
9231d03
1 Parent(s): 12d62fc

End of training

Browse files
Files changed (4) hide show
  1. README.md +17 -16
  2. config.json +1 -1
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.79
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: 0.6990
36
- - Accuracy: 0.79
37
 
38
  ## Model description
39
 
@@ -52,34 +52,35 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 4e-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.0716 | 1.0 | 113 | 1.9072 | 0.34 |
69
- | 1.4457 | 2.0 | 226 | 1.3176 | 0.68 |
70
- | 1.2214 | 3.0 | 339 | 0.9985 | 0.76 |
71
- | 0.9552 | 4.0 | 452 | 0.8524 | 0.75 |
72
- | 0.9033 | 5.0 | 565 | 0.7616 | 0.77 |
73
- | 0.5696 | 6.0 | 678 | 0.7282 | 0.77 |
74
- | 0.3836 | 7.0 | 791 | 0.7572 | 0.76 |
75
- | 0.1939 | 8.0 | 904 | 0.7107 | 0.78 |
76
- | 0.1817 | 9.0 | 1017 | 0.7017 | 0.77 |
77
- | 0.2346 | 10.0 | 1130 | 0.6990 | 0.79 |
 
78
 
79
 
80
  ### Framework versions
81
 
82
- - Transformers 4.32.0.dev0
83
  - Pytorch 2.0.1+cu118
84
  - Datasets 2.14.4
85
  - Tokenizers 0.13.3
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.86
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.5940
36
+ - Accuracy: 0.86
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 6e-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: 11
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.9604 | 1.0 | 113 | 1.8896 | 0.47 |
69
+ | 0.9921 | 2.0 | 226 | 1.1632 | 0.65 |
70
+ | 0.9314 | 3.0 | 339 | 0.9269 | 0.73 |
71
+ | 0.7916 | 4.0 | 452 | 0.7033 | 0.84 |
72
+ | 0.4223 | 5.0 | 565 | 0.6700 | 0.79 |
73
+ | 0.2548 | 6.0 | 678 | 0.6467 | 0.85 |
74
+ | 0.2854 | 7.0 | 791 | 0.6092 | 0.82 |
75
+ | 0.1582 | 8.0 | 904 | 0.6272 | 0.86 |
76
+ | 0.1024 | 9.0 | 1017 | 0.6225 | 0.82 |
77
+ | 0.0345 | 10.0 | 1130 | 0.6064 | 0.84 |
78
+ | 0.0671 | 11.0 | 1243 | 0.5940 | 0.86 |
79
 
80
 
81
  ### Framework versions
82
 
83
+ - Transformers 4.33.0.dev0
84
  - Pytorch 2.0.1+cu118
85
  - Datasets 2.14.4
86
  - Tokenizers 0.13.3
config.json CHANGED
@@ -90,7 +90,7 @@
90
  "num_hidden_layers": 2,
91
  "pad_token_id": 0,
92
  "torch_dtype": "float32",
93
- "transformers_version": "4.32.0.dev0",
94
  "use_weighted_layer_sum": false,
95
  "vocab_size": 32
96
  }
 
90
  "num_hidden_layers": 2,
91
  "pad_token_id": 0,
92
  "torch_dtype": "float32",
93
+ "transformers_version": "4.33.0.dev0",
94
  "use_weighted_layer_sum": false,
95
  "vocab_size": 32
96
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a09345528e80f0b1dbda730a6458dfd0f1d401ee2c0fbceda55d5954ea01d0a1
3
  size 94783376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a13fbcd883c3dfbe412943ffc62a9a7d73c1dcd02bc472634c78548d0a37a35
3
  size 94783376
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e133bd89562cd2867aa476cb3228c859f49715d7285995cf519e7564ce05133
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa86bf00a4d952e2001842060d5a3af885bd4bc012adca5355c54eafa967539
3
  size 4091