update model card README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [bookbot/distil-ast-audioset](https://huggingface.co/bookbot/distil-ast-audioset) on the GTZAN dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -47,17 +47,22 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [bookbot/distil-ast-audioset](https://huggingface.co/bookbot/distil-ast-audioset) on the GTZAN dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5033
|
22 |
+
- Accuracy: 0.89
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 10
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 0.7719 | 1.0 | 112 | 1.0881 | 0.65 |
|
57 |
+
| 0.3801 | 2.0 | 225 | 0.8942 | 0.7 |
|
58 |
+
| 0.3706 | 3.0 | 337 | 0.9499 | 0.75 |
|
59 |
+
| 0.3541 | 4.0 | 450 | 0.5243 | 0.87 |
|
60 |
+
| 0.0132 | 5.0 | 562 | 0.5716 | 0.81 |
|
61 |
+
| 0.0221 | 6.0 | 675 | 0.5164 | 0.87 |
|
62 |
+
| 0.0001 | 7.0 | 787 | 0.4789 | 0.91 |
|
63 |
+
| 0.0002 | 8.0 | 900 | 0.5062 | 0.87 |
|
64 |
+
| 0.0528 | 9.0 | 1012 | 0.5029 | 0.89 |
|
65 |
+
| 0.0002 | 9.96 | 1120 | 0.5033 | 0.89 |
|
66 |
|
67 |
|
68 |
### Framework versions
|