Commit ·
932ebfe
1
Parent(s): 2ebe364
update model card README.md
Browse files
README.md
CHANGED
|
@@ -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
|
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the GTZAN dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
-
- Loss: 0.
|
| 36 |
-
- Accuracy: 0.
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
@@ -52,29 +52,26 @@ 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
|
|
|
|
|
|
|
| 59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
- lr_scheduler_type: linear
|
| 61 |
- lr_scheduler_warmup_ratio: 0.1
|
| 62 |
-
- num_epochs:
|
| 63 |
|
| 64 |
### Training results
|
| 65 |
|
| 66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.0893 | 6.0 | 342 | 0.4645 | 0.86 |
|
| 74 |
-
| 0.0075 | 7.0 | 399 | 0.4542 | 0.87 |
|
| 75 |
-
| 0.0704 | 8.0 | 456 | 0.5085 | 0.87 |
|
| 76 |
-
| 0.0034 | 9.0 | 513 | 0.4899 | 0.88 |
|
| 77 |
-
| 0.0031 | 10.0 | 570 | 0.4814 | 0.86 |
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|
|
|
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
+
value: 0.87
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the GTZAN dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.4853
|
| 36 |
+
- Accuracy: 0.87
|
| 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
|
| 59 |
+
- gradient_accumulation_steps: 2
|
| 60 |
+
- total_train_batch_size: 32
|
| 61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
- lr_scheduler_type: linear
|
| 63 |
- lr_scheduler_warmup_ratio: 0.1
|
| 64 |
+
- num_epochs: 5
|
| 65 |
|
| 66 |
### Training results
|
| 67 |
|
| 68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 70 |
+
| 0.0028 | 0.98 | 28 | 0.4659 | 0.88 |
|
| 71 |
+
| 0.0197 | 2.0 | 57 | 0.4713 | 0.9 |
|
| 72 |
+
| 0.019 | 2.98 | 85 | 0.5138 | 0.9 |
|
| 73 |
+
| 0.0133 | 4.0 | 114 | 0.4830 | 0.88 |
|
| 74 |
+
| 0.0117 | 4.91 | 140 | 0.4853 | 0.87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
### Framework versions
|