End of training
Browse files- README.md +23 -21
- model.safetensors +1 -1
README.md
CHANGED
@@ -25,31 +25,31 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Accuracy
|
27 |
type: accuracy
|
28 |
-
value: 0.
|
29 |
- name: Precision
|
30 |
type: precision
|
31 |
-
value: 0.
|
32 |
- name: Recall
|
33 |
type: recall
|
34 |
-
value: 0.
|
35 |
- name: F1
|
36 |
type: f1
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
41 |
should probably proofread and complete it, then remove this comment. -->
|
42 |
|
43 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/raspuntinov_ai/huggingface/runs/
|
44 |
# distilhubert-finetuned-gtzan
|
45 |
|
46 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
-
- Loss: 0.
|
49 |
-
- Accuracy: 0.
|
50 |
-
- Precision: 0.
|
51 |
-
- Recall: 0.
|
52 |
-
- F1: 0.
|
53 |
|
54 |
## Model description
|
55 |
|
@@ -75,23 +75,25 @@ The following hyperparameters were used during training:
|
|
75 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
76 |
- lr_scheduler_type: linear
|
77 |
- lr_scheduler_warmup_ratio: 0.1
|
78 |
-
- num_epochs:
|
79 |
- mixed_precision_training: Native AMP
|
80 |
|
81 |
### Training results
|
82 |
|
83 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
84 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
85 |
-
| 2.
|
86 |
-
| 1.
|
87 |
-
| 1.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
-
| 0.
|
93 |
-
| 0.
|
94 |
-
| 0.
|
|
|
|
|
95 |
|
96 |
|
97 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Accuracy
|
27 |
type: accuracy
|
28 |
+
value: 0.87
|
29 |
- name: Precision
|
30 |
type: precision
|
31 |
+
value: 0.8732395382395381
|
32 |
- name: Recall
|
33 |
type: recall
|
34 |
+
value: 0.87
|
35 |
- name: F1
|
36 |
type: f1
|
37 |
+
value: 0.8675442617238284
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
41 |
should probably proofread and complete it, then remove this comment. -->
|
42 |
|
43 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/raspuntinov_ai/huggingface/runs/cefsu57q)
|
44 |
# distilhubert-finetuned-gtzan
|
45 |
|
46 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.6051
|
49 |
+
- Accuracy: 0.87
|
50 |
+
- Precision: 0.8732
|
51 |
+
- Recall: 0.87
|
52 |
+
- F1: 0.8675
|
53 |
|
54 |
## Model description
|
55 |
|
|
|
75 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
76 |
- lr_scheduler_type: linear
|
77 |
- lr_scheduler_warmup_ratio: 0.1
|
78 |
+
- num_epochs: 20
|
79 |
- mixed_precision_training: Native AMP
|
80 |
|
81 |
### Training results
|
82 |
|
83 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
84 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
85 |
+
| 2.1729 | 1.0 | 113 | 2.0581 | 0.63 | 0.6670 | 0.63 | 0.5957 |
|
86 |
+
| 1.6552 | 2.0 | 226 | 1.3957 | 0.7 | 0.6894 | 0.7 | 0.6857 |
|
87 |
+
| 1.0753 | 3.0 | 339 | 0.9783 | 0.75 | 0.8154 | 0.75 | 0.7277 |
|
88 |
+
| 0.8519 | 4.0 | 452 | 0.8087 | 0.75 | 0.8120 | 0.75 | 0.7380 |
|
89 |
+
| 0.8623 | 5.0 | 565 | 0.7393 | 0.75 | 0.7622 | 0.75 | 0.7373 |
|
90 |
+
| 0.506 | 6.0 | 678 | 0.6861 | 0.81 | 0.8449 | 0.81 | 0.7997 |
|
91 |
+
| 0.2052 | 7.0 | 791 | 0.6505 | 0.81 | 0.8254 | 0.81 | 0.8024 |
|
92 |
+
| 0.1583 | 8.0 | 904 | 0.5365 | 0.86 | 0.8770 | 0.86 | 0.8545 |
|
93 |
+
| 0.0699 | 9.0 | 1017 | 0.5488 | 0.87 | 0.8753 | 0.87 | 0.8641 |
|
94 |
+
| 0.0177 | 10.0 | 1130 | 0.6330 | 0.83 | 0.8312 | 0.83 | 0.8245 |
|
95 |
+
| 0.0071 | 11.0 | 1243 | 0.6268 | 0.84 | 0.8410 | 0.84 | 0.8348 |
|
96 |
+
| 0.0746 | 12.0 | 1356 | 0.6051 | 0.87 | 0.8732 | 0.87 | 0.8675 |
|
97 |
|
98 |
|
99 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94771728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e143341e97c8f78bbc9aa7ccf679fe2651c05ae0442ca15a6a8623f1031a5cd
|
3 |
size 94771728
|