Wiam commited on
Commit
bc39e80
·
1 Parent(s): 92e5a62

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/hubert-large-ll60k
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: hubert-large-ll60k-finetuned-ravdess-v4
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-large-ll60k-finetuned-ravdess-v4
17
+
18
+ This model is a fine-tuned version of [facebook/hubert-large-ll60k](https://huggingface.co/facebook/hubert-large-ll60k) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0831
21
+ - Accuracy: 0.625
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: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 30
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 2.0806 | 1.0 | 18 | 2.0768 | 0.1493 |
56
+ | 2.0707 | 2.0 | 36 | 2.0653 | 0.1771 |
57
+ | 2.0551 | 3.0 | 54 | 2.0475 | 0.1771 |
58
+ | 2.0223 | 4.0 | 72 | 2.0066 | 0.2153 |
59
+ | 1.8973 | 5.0 | 90 | 1.8130 | 0.2882 |
60
+ | 1.8547 | 6.0 | 108 | 1.8352 | 0.2847 |
61
+ | 1.7718 | 7.0 | 126 | 1.8253 | 0.2847 |
62
+ | 1.722 | 8.0 | 144 | 1.7302 | 0.2986 |
63
+ | 1.7004 | 9.0 | 162 | 1.7978 | 0.3160 |
64
+ | 1.6574 | 10.0 | 180 | 1.6873 | 0.3507 |
65
+ | 1.6387 | 11.0 | 198 | 1.7008 | 0.3576 |
66
+ | 1.5605 | 12.0 | 216 | 1.5569 | 0.4340 |
67
+ | 1.488 | 13.0 | 234 | 1.4882 | 0.4444 |
68
+ | 1.4243 | 14.0 | 252 | 1.4232 | 0.4653 |
69
+ | 1.3775 | 15.0 | 270 | 1.4478 | 0.4410 |
70
+ | 1.3716 | 16.0 | 288 | 1.3412 | 0.5035 |
71
+ | 1.2768 | 17.0 | 306 | 1.3833 | 0.4688 |
72
+ | 1.2841 | 18.0 | 324 | 1.3048 | 0.5069 |
73
+ | 1.2193 | 19.0 | 342 | 1.2395 | 0.5521 |
74
+ | 1.202 | 20.0 | 360 | 1.2025 | 0.5660 |
75
+ | 1.169 | 21.0 | 378 | 1.2574 | 0.5312 |
76
+ | 1.164 | 22.0 | 396 | 1.1877 | 0.5521 |
77
+ | 1.0749 | 23.0 | 414 | 1.1508 | 0.5764 |
78
+ | 1.0779 | 24.0 | 432 | 1.1783 | 0.5556 |
79
+ | 1.0732 | 25.0 | 450 | 1.1438 | 0.5625 |
80
+ | 1.016 | 26.0 | 468 | 1.1971 | 0.5590 |
81
+ | 1.022 | 27.0 | 486 | 1.1014 | 0.6042 |
82
+ | 1.0345 | 28.0 | 504 | 1.0626 | 0.6215 |
83
+ | 1.0081 | 29.0 | 522 | 1.0928 | 0.6181 |
84
+ | 1.0036 | 30.0 | 540 | 1.0831 | 0.625 |
85
+
86
+
87
+ ### Framework versions
88
+
89
+ - Transformers 4.31.0
90
+ - Pytorch 2.0.1+cu118
91
+ - Datasets 2.14.4
92
+ - Tokenizers 0.13.3