Barani1-t commited on
Commit
27ad6a0
1 Parent(s): 625da78

End of training

Browse files
Files changed (2) hide show
  1. README.md +92 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - gtzan
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: whisper-small-finetuned-gtzan
12
+ results:
13
+ - task:
14
+ name: Audio Classification
15
+ type: audio-classification
16
+ dataset:
17
+ name: gtzan
18
+ type: gtzan
19
+ config: all
20
+ split: train
21
+ args: all
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.91
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-small-finetuned-gtzan
32
+
33
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the gtzan dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.4896
36
+ - Accuracy: 0.91
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: 3e-05
56
+ - train_batch_size: 4
57
+ - eval_batch_size: 4
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 2
60
+ - total_train_batch_size: 8
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: 15
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 1.292 | 1.0 | 100 | 1.3642 | 0.595 |
71
+ | 1.0263 | 2.0 | 200 | 0.9241 | 0.725 |
72
+ | 0.5906 | 3.0 | 300 | 0.9602 | 0.68 |
73
+ | 0.2665 | 4.0 | 400 | 0.8529 | 0.745 |
74
+ | 0.2222 | 5.0 | 500 | 0.6671 | 0.835 |
75
+ | 0.1649 | 6.0 | 600 | 0.4792 | 0.9 |
76
+ | 0.0018 | 7.0 | 700 | 0.7901 | 0.87 |
77
+ | 0.0303 | 8.0 | 800 | 0.4475 | 0.925 |
78
+ | 0.0011 | 9.0 | 900 | 0.5972 | 0.895 |
79
+ | 0.0008 | 10.0 | 1000 | 0.5501 | 0.9 |
80
+ | 0.0007 | 11.0 | 1100 | 0.5916 | 0.895 |
81
+ | 0.0007 | 12.0 | 1200 | 0.5719 | 0.9 |
82
+ | 0.0007 | 13.0 | 1300 | 0.5082 | 0.92 |
83
+ | 0.0007 | 14.0 | 1400 | 0.4954 | 0.905 |
84
+ | 0.0006 | 15.0 | 1500 | 0.4896 | 0.91 |
85
+
86
+
87
+ ### Framework versions
88
+
89
+ - Transformers 4.34.1
90
+ - Pytorch 2.1.0+cu118
91
+ - Datasets 2.14.6
92
+ - Tokenizers 0.14.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45a18a1a2147bef7e3d76312c0aaac0300dc4687551abd549a6d310f428038c7
3
  size 353477702
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871c3a7275681131dbf509f0138079ec2bd3eed304c3dbbee4b4b6cb0e9fa3a8
3
  size 353477702