growingpenguin commited on
Commit
4c913f6
1 Parent(s): 62fa62f

End of training

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/hubert-base-ls960
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - audiofolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: urdu-emotions-hubert-large-Emotion
12
+ results:
13
+ - task:
14
+ name: Audio Classification
15
+ type: audio-classification
16
+ dataset:
17
+ name: audiofolder
18
+ type: audiofolder
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.8166666666666667
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
+ # urdu-emotions-hubert-large-Emotion
32
+
33
+ This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the audiofolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.3374
36
+ - Accuracy: 0.8167
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
+ - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 32
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_ratio: 0.2
64
+ - num_epochs: 60
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|
70
+ | No log | 0.9333 | 7 | 0.9539 | 0.7833 |
71
+ | 0.1337 | 2.0 | 15 | 0.8845 | 0.8167 |
72
+ | 0.1048 | 2.9333 | 22 | 1.0824 | 0.75 |
73
+ | 0.0406 | 4.0 | 30 | 1.0672 | 0.8 |
74
+ | 0.0406 | 4.9333 | 37 | 1.2542 | 0.75 |
75
+ | 0.0931 | 6.0 | 45 | 0.9778 | 0.8 |
76
+ | 0.0646 | 6.9333 | 52 | 1.2557 | 0.75 |
77
+ | 0.0966 | 8.0 | 60 | 1.0541 | 0.7833 |
78
+ | 0.0966 | 8.9333 | 67 | 1.5521 | 0.75 |
79
+ | 0.1301 | 10.0 | 75 | 0.9688 | 0.8333 |
80
+ | 0.2704 | 10.9333 | 82 | 1.2517 | 0.7667 |
81
+ | 0.1625 | 12.0 | 90 | 1.3938 | 0.7667 |
82
+ | 0.1625 | 12.9333 | 97 | 1.4804 | 0.7667 |
83
+ | 0.1278 | 14.0 | 105 | 0.9219 | 0.8167 |
84
+ | 0.2052 | 14.9333 | 112 | 1.2735 | 0.75 |
85
+ | 0.2487 | 16.0 | 120 | 1.0251 | 0.7833 |
86
+ | 0.2487 | 16.9333 | 127 | 1.1808 | 0.8 |
87
+ | 0.1784 | 18.0 | 135 | 1.2522 | 0.7333 |
88
+ | 0.2182 | 18.9333 | 142 | 0.8958 | 0.8333 |
89
+ | 0.1688 | 20.0 | 150 | 1.1747 | 0.75 |
90
+ | 0.1688 | 20.9333 | 157 | 1.3938 | 0.8 |
91
+ | 0.2948 | 22.0 | 165 | 0.6410 | 0.8833 |
92
+ | 0.0945 | 22.9333 | 172 | 0.8846 | 0.8333 |
93
+ | 0.0738 | 24.0 | 180 | 0.7653 | 0.8333 |
94
+ | 0.0738 | 24.9333 | 187 | 0.7587 | 0.8333 |
95
+ | 0.0909 | 26.0 | 195 | 1.1861 | 0.8 |
96
+ | 0.0721 | 26.9333 | 202 | 0.8185 | 0.8333 |
97
+ | 0.1215 | 28.0 | 210 | 1.4169 | 0.7333 |
98
+ | 0.1215 | 28.9333 | 217 | 1.1844 | 0.8 |
99
+ | 0.0454 | 30.0 | 225 | 1.1273 | 0.7833 |
100
+ | 0.0915 | 30.9333 | 232 | 1.3536 | 0.8 |
101
+ | 0.0274 | 32.0 | 240 | 1.1561 | 0.7667 |
102
+ | 0.0274 | 32.9333 | 247 | 1.2680 | 0.7833 |
103
+ | 0.0251 | 34.0 | 255 | 1.3334 | 0.8 |
104
+ | 0.1263 | 34.9333 | 262 | 1.2555 | 0.8167 |
105
+ | 0.0389 | 36.0 | 270 | 1.0567 | 0.8 |
106
+ | 0.0389 | 36.9333 | 277 | 1.5755 | 0.7667 |
107
+ | 0.109 | 38.0 | 285 | 1.5332 | 0.7667 |
108
+ | 0.0599 | 38.9333 | 292 | 1.0758 | 0.85 |
109
+ | 0.0064 | 40.0 | 300 | 1.1251 | 0.85 |
110
+ | 0.0064 | 40.9333 | 307 | 1.3546 | 0.8 |
111
+ | 0.003 | 42.0 | 315 | 1.4129 | 0.8 |
112
+ | 0.0303 | 42.9333 | 322 | 1.3925 | 0.8 |
113
+ | 0.0016 | 44.0 | 330 | 1.3129 | 0.7833 |
114
+ | 0.0016 | 44.9333 | 337 | 1.2522 | 0.8 |
115
+ | 0.0308 | 46.0 | 345 | 1.3130 | 0.8167 |
116
+ | 0.002 | 46.9333 | 352 | 1.3005 | 0.8333 |
117
+ | 0.003 | 48.0 | 360 | 1.3434 | 0.8 |
118
+ | 0.003 | 48.9333 | 367 | 1.3762 | 0.8 |
119
+ | 0.0024 | 50.0 | 375 | 1.4090 | 0.8 |
120
+ | 0.0778 | 50.9333 | 382 | 1.3769 | 0.8167 |
121
+ | 0.0024 | 52.0 | 390 | 1.3748 | 0.8167 |
122
+ | 0.0024 | 52.9333 | 397 | 1.3649 | 0.8167 |
123
+ | 0.0132 | 54.0 | 405 | 1.3365 | 0.8167 |
124
+ | 0.0102 | 54.9333 | 412 | 1.3363 | 0.8167 |
125
+ | 0.0012 | 56.0 | 420 | 1.3374 | 0.8167 |
126
+
127
+
128
+ ### Framework versions
129
+
130
+ - Transformers 4.40.2
131
+ - Pytorch 2.2.1+cu121
132
+ - Datasets 2.19.1
133
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c20e881429963a837c196264c06e7082e52c00f6d58fb4e282124457c911764
3
  size 378302972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50d0e585ecde85fb95c35010ce951f2cc95ba5854b60338474dbe042a4a68b9c
3
  size 378302972
runs/May21_08-23-56_d4820faeae8c/events.out.tfevents.1716279837.d4820faeae8c.1405.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:410bc55575b8789ab5ad7278da3a8ec2fedf9e7af67f2187a17bd656530bbfd3
3
- size 26847
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6acf128f7b1a4fe2904ed58bd9a8de88dc77af9c6ca3950c57430a54836e2b74
3
+ size 32976