End of training
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
-
value: 0.
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
|
| 34 |
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 the GTZAN dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 0.
|
| 37 |
-
- Accuracy: 0.
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
@@ -53,24 +53,28 @@ More information needed
|
|
| 53 |
### Training hyperparameters
|
| 54 |
|
| 55 |
The following hyperparameters were used during training:
|
| 56 |
-
- learning_rate:
|
| 57 |
- train_batch_size: 16
|
| 58 |
- eval_batch_size: 8
|
| 59 |
- seed: 42
|
| 60 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 61 |
- lr_scheduler_type: linear
|
| 62 |
-
- lr_scheduler_warmup_ratio: 0.
|
| 63 |
-
- num_epochs:
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
-
| Training Loss | Epoch
|
| 68 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
-
|
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.94
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 33 |
|
| 34 |
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 the GTZAN dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 0.2095
|
| 37 |
+
- Accuracy: 0.94
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
|
|
| 53 |
### Training hyperparameters
|
| 54 |
|
| 55 |
The following hyperparameters were used during training:
|
| 56 |
+
- learning_rate: 5e-06
|
| 57 |
- train_batch_size: 16
|
| 58 |
- eval_batch_size: 8
|
| 59 |
- seed: 42
|
| 60 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 61 |
- lr_scheduler_type: linear
|
| 62 |
+
- lr_scheduler_warmup_ratio: 0.3
|
| 63 |
+
- num_epochs: 10
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 69 |
+
| 2.3629 | 1.0877 | 62 | 2.0026 | 0.38 |
|
| 70 |
+
| 1.816 | 2.1754 | 124 | 1.0936 | 0.76 |
|
| 71 |
+
| 1.0625 | 3.2632 | 186 | 0.5384 | 0.87 |
|
| 72 |
+
| 0.5878 | 4.3509 | 248 | 0.3465 | 0.91 |
|
| 73 |
+
| 0.2426 | 5.4386 | 310 | 0.3506 | 0.88 |
|
| 74 |
+
| 0.1584 | 6.5263 | 372 | 0.2532 | 0.92 |
|
| 75 |
+
| 0.1067 | 7.6140 | 434 | 0.2333 | 0.9 |
|
| 76 |
+
| 0.0741 | 8.7018 | 496 | 0.2248 | 0.91 |
|
| 77 |
+
| 0.0431 | 9.7895 | 558 | 0.2095 | 0.94 |
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 344814656
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bacb5da1d3570952858e2a7f9a8ced913f45d8e51d1430460275945dd0e85cf
|
| 3 |
size 344814656
|
runs/Nov02_15-39-59_c348f76a6a2a/events.out.tfevents.1762098000.c348f76a6a2a.19.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24cd959a6b001d44c2fe128f8b06cb91ec9971d88d0575b67e5bd1937593917a
|
| 3 |
+
size 10869
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92b750996174067f77a4a9eb0fe7275a22911207d0594a0bb2f3714b47af6abb
|
| 3 |
size 5368
|