End of training
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -50,22 +50,26 @@ The following hyperparameters were used during training:
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.5314
|
25 |
+
- Accuracy: 0.8037
|
26 |
+
- Precision: 0.8089
|
27 |
+
- Recall: 0.8091
|
28 |
+
- F1: 0.8082
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 14
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| 1.3748 | 1.0 | 217 | 1.3559 | 0.4042 | 0.2718 | 0.3728 | 0.2601 |
|
60 |
+
| 1.2563 | 2.0 | 434 | 1.0753 | 0.5381 | 0.7306 | 0.5138 | 0.5170 |
|
61 |
+
| 1.067 | 3.0 | 651 | 1.0822 | 0.5358 | 0.7650 | 0.5140 | 0.4983 |
|
62 |
+
| 0.9445 | 4.0 | 868 | 0.8666 | 0.6328 | 0.6747 | 0.6382 | 0.6455 |
|
63 |
+
| 0.937 | 5.0 | 1085 | 0.8759 | 0.6651 | 0.7032 | 0.6717 | 0.6599 |
|
64 |
+
| 0.9265 | 6.0 | 1302 | 0.7807 | 0.6882 | 0.7358 | 0.6888 | 0.6943 |
|
65 |
+
| 0.6593 | 7.0 | 1519 | 0.7010 | 0.7159 | 0.7489 | 0.7195 | 0.7272 |
|
66 |
+
| 0.7836 | 8.0 | 1736 | 0.6679 | 0.7252 | 0.7633 | 0.7274 | 0.7356 |
|
67 |
+
| 0.5569 | 9.0 | 1953 | 0.6159 | 0.7552 | 0.7826 | 0.7561 | 0.7592 |
|
68 |
+
| 0.637 | 10.0 | 2170 | 0.6615 | 0.7436 | 0.7673 | 0.7589 | 0.7533 |
|
69 |
+
| 0.6427 | 11.0 | 2387 | 0.5595 | 0.7737 | 0.7864 | 0.7798 | 0.7802 |
|
70 |
+
| 0.5604 | 12.0 | 2604 | 0.5676 | 0.7852 | 0.7938 | 0.8000 | 0.7931 |
|
71 |
+
| 0.3484 | 13.0 | 2821 | 0.5606 | 0.7991 | 0.8084 | 0.8130 | 0.8070 |
|
72 |
+
| 0.514 | 14.0 | 3038 | 0.5314 | 0.8037 | 0.8089 | 0.8091 | 0.8082 |
|
73 |
|
74 |
|
75 |
### Framework versions
|