Yash03813 commited on
Commit
f7862fd
1 Parent(s): 8dd131a

End of training

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: yus988/pingpong-music_genres_classification-finetuned
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - marsyas/gtzan
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: pingpong-music_genres_classification-finetuned-gtzan
11
+ results:
12
+ - task:
13
+ name: Audio Classification
14
+ type: audio-classification
15
+ dataset:
16
+ name: GTZAN
17
+ type: marsyas/gtzan
18
+ config: all
19
+ split: train
20
+ args: all
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.94
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # pingpong-music_genres_classification-finetuned-gtzan
31
+
32
+ This model is a fine-tuned version of [yus988/pingpong-music_genres_classification-finetuned](https://huggingface.co/yus988/pingpong-music_genres_classification-finetuned) on the GTZAN dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.2967
35
+ - Accuracy: 0.94
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 5e-05
55
+ - train_batch_size: 1
56
+ - eval_batch_size: 1
57
+ - seed: 42
58
+ - gradient_accumulation_steps: 8
59
+ - total_train_batch_size: 8
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 7
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 1.4316 | 1.0 | 112 | 1.2668 | 0.75 |
70
+ | 1.7743 | 1.99 | 224 | 1.0659 | 0.64 |
71
+ | 0.9712 | 3.0 | 337 | 0.5958 | 0.84 |
72
+ | 1.2043 | 4.0 | 449 | 0.6563 | 0.86 |
73
+ | 0.5506 | 4.99 | 561 | 0.3875 | 0.9 |
74
+ | 0.5882 | 6.0 | 674 | 0.4775 | 0.9 |
75
+ | 0.3522 | 6.98 | 784 | 0.2967 | 0.94 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.35.2
81
+ - Pytorch 2.1.0+cu121
82
+ - Datasets 2.16.1
83
+ - Tokenizers 0.15.0