derek-thomas HF staff commited on
Commit
706b822
1 Parent(s): 2a4e2f6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - marsyas/gtzan
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: Hubert_emotion-finetuned-gtzan-efficient
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # Hubert_emotion-finetuned-gtzan-efficient
17
+
18
+ This model is a fine-tuned version of [Rajaram1996/Hubert_emotion](https://huggingface.co/Rajaram1996/Hubert_emotion) on the GTZAN dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.2341
21
+ - Accuracy: 0.65
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.1
47
+ - num_epochs: 100
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 2.2127 | 1.0 | 113 | 2.2191 | 0.25 |
54
+ | 1.9102 | 2.0 | 226 | 2.0018 | 0.37 |
55
+ | 1.7139 | 3.0 | 339 | 1.7588 | 0.4 |
56
+ | 1.5825 | 4.0 | 452 | 1.5608 | 0.41 |
57
+ | 1.1426 | 5.0 | 565 | 1.4300 | 0.5 |
58
+ | 1.8976 | 6.0 | 678 | 1.1726 | 0.56 |
59
+ | 0.9303 | 7.0 | 791 | 1.1559 | 0.56 |
60
+ | 0.8845 | 8.0 | 904 | 1.1501 | 0.65 |
61
+ | 0.2069 | 9.0 | 1017 | 1.2055 | 0.58 |
62
+ | 1.9863 | 10.0 | 1130 | 1.0804 | 0.62 |
63
+ | 2.0317 | 11.0 | 1243 | 1.2341 | 0.65 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.30.2
69
+ - Pytorch 2.1.0.dev20230627+cu121
70
+ - Datasets 2.13.1
71
+ - Tokenizers 0.13.3