update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
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.
|
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 [
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
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:
|
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 |
-
|
|
69 |
-
|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
|
79 |
|
80 |
### Framework versions
|
81 |
|
82 |
- Transformers 4.31.0
|
83 |
-
- Pytorch 2.0.1+
|
84 |
-
- Datasets 2.14.
|
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
|