thuyentruong
commited on
Commit
•
ef5340e
1
Parent(s):
66cccce
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openai/whisper-tiny
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- marsyas/gtzan
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: whisper-tiny-finetuned-gtzan
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Audio Classification
|
15 |
+
type: audio-classification
|
16 |
+
dataset:
|
17 |
+
name: GTZAN
|
18 |
+
type: marsyas/gtzan
|
19 |
+
config: all
|
20 |
+
split: train
|
21 |
+
args: all
|
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
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# whisper-tiny-finetuned-gtzan
|
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.7650
|
36 |
+
- Accuracy: 0.87
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0001
|
56 |
+
- train_batch_size: 8
|
57 |
+
- eval_batch_size: 8
|
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_steps: 10
|
62 |
+
- num_epochs: 10
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
69 |
+
| 2.0205 | 0.3274 | 37 | 1.6041 | 0.41 |
|
70 |
+
| 1.3349 | 0.6549 | 74 | 0.9462 | 0.67 |
|
71 |
+
| 1.1646 | 0.9823 | 111 | 0.9334 | 0.72 |
|
72 |
+
| 0.8737 | 1.3097 | 148 | 0.8974 | 0.64 |
|
73 |
+
| 0.8703 | 1.6372 | 185 | 0.7014 | 0.78 |
|
74 |
+
| 0.811 | 1.9646 | 222 | 0.8678 | 0.7 |
|
75 |
+
| 0.6429 | 2.2920 | 259 | 0.9130 | 0.66 |
|
76 |
+
| 0.6366 | 2.6195 | 296 | 0.7061 | 0.78 |
|
77 |
+
| 0.5858 | 2.9469 | 333 | 0.5549 | 0.82 |
|
78 |
+
| 0.3959 | 3.2743 | 370 | 0.5577 | 0.82 |
|
79 |
+
| 0.3343 | 3.6018 | 407 | 0.6203 | 0.83 |
|
80 |
+
| 0.3358 | 3.9292 | 444 | 0.8755 | 0.76 |
|
81 |
+
| 0.2574 | 4.2566 | 481 | 0.7690 | 0.79 |
|
82 |
+
| 0.1799 | 4.5841 | 518 | 0.7350 | 0.85 |
|
83 |
+
| 0.212 | 4.9115 | 555 | 0.6767 | 0.84 |
|
84 |
+
| 0.1553 | 5.2389 | 592 | 0.7819 | 0.84 |
|
85 |
+
| 0.1065 | 5.5664 | 629 | 0.9823 | 0.83 |
|
86 |
+
| 0.1151 | 5.8938 | 666 | 0.7709 | 0.84 |
|
87 |
+
| 0.0107 | 6.2212 | 703 | 0.7156 | 0.88 |
|
88 |
+
| 0.0564 | 6.5487 | 740 | 0.7283 | 0.88 |
|
89 |
+
| 0.0501 | 6.8761 | 777 | 0.7763 | 0.87 |
|
90 |
+
| 0.0846 | 7.2035 | 814 | 0.8221 | 0.83 |
|
91 |
+
| 0.0372 | 7.5310 | 851 | 0.7526 | 0.87 |
|
92 |
+
| 0.0015 | 7.8584 | 888 | 0.7705 | 0.87 |
|
93 |
+
| 0.0209 | 8.1858 | 925 | 0.7020 | 0.86 |
|
94 |
+
| 0.0114 | 8.5133 | 962 | 0.8043 | 0.86 |
|
95 |
+
| 0.0011 | 8.8407 | 999 | 0.7608 | 0.88 |
|
96 |
+
| 0.0018 | 9.1681 | 1036 | 0.7623 | 0.88 |
|
97 |
+
| 0.0009 | 9.4956 | 1073 | 0.7708 | 0.87 |
|
98 |
+
| 0.0219 | 9.8230 | 1110 | 0.7650 | 0.87 |
|
99 |
+
|
100 |
+
|
101 |
+
### Framework versions
|
102 |
+
|
103 |
+
- Transformers 4.40.2
|
104 |
+
- Pytorch 2.3.1+cu121
|
105 |
+
- Datasets 2.20.0
|
106 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 33245392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e336d49f8321cc82649be54062468d9edcd4a553db251e51a1a8a6716c4abf09
|
3 |
size 33245392
|
runs/Aug04_06-08-23_fb4145b116d8/events.out.tfevents.1722751711.fb4145b116d8.560.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5edd1d81e95f0cd88bf19cf3ca6d38bba9e2fc46dfe6235745a2d3be9062a8e7
|
3 |
+
size 23080
|