Supreeta03 commited on
Commit
8c87d3b
1 Parent(s): acbb205

Supreeta03/wav2vec2-sentiment-analysis-CREMA

Browse files
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: wav2vec-best-CREMA-sentiment-analysis
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
+ # wav2vec-best-CREMA-sentiment-analysis
17
+
18
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Top2 Accuracy: 0.8940
21
+ - Loss: 0.8287
22
+ - Accuracy: 0.7074
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 128
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 30
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Top2 Accuracy | Validation Loss | Accuracy |
55
+ |:-------------:|:-----:|:----:|:-------------:|:---------------:|:--------:|
56
+ | 1.7824 | 0.98 | 43 | 0.4982 | 1.7749 | 0.2482 |
57
+ | 1.7115 | 1.99 | 87 | 0.5466 | 1.6566 | 0.3638 |
58
+ | 1.5255 | 2.99 | 131 | 0.6604 | 1.5017 | 0.4418 |
59
+ | 1.3716 | 4.0 | 175 | 0.7679 | 1.3359 | 0.5636 |
60
+ | 1.2436 | 4.98 | 218 | 0.8271 | 1.1862 | 0.6407 |
61
+ | 1.1366 | 5.99 | 262 | 0.8315 | 1.1223 | 0.6595 |
62
+ | 1.0322 | 6.99 | 306 | 0.8593 | 1.0422 | 0.6747 |
63
+ | 0.9668 | 8.0 | 350 | 0.8907 | 0.9335 | 0.7222 |
64
+ | 0.8932 | 8.98 | 393 | 0.8943 | 0.9093 | 0.7231 |
65
+ | 0.8431 | 9.99 | 437 | 0.8692 | 0.9163 | 0.7115 |
66
+ | 0.8047 | 10.99 | 481 | 0.8996 | 0.8488 | 0.7375 |
67
+ | 0.7444 | 12.0 | 525 | 0.8898 | 0.8611 | 0.7204 |
68
+ | 0.6921 | 12.98 | 568 | 0.8916 | 0.8399 | 0.7258 |
69
+ | 0.6973 | 13.99 | 612 | 0.8844 | 0.8425 | 0.7231 |
70
+ | 0.632 | 14.99 | 656 | 0.8880 | 0.8308 | 0.7249 |
71
+ | 0.6275 | 16.0 | 700 | 0.8862 | 0.8400 | 0.7177 |
72
+ | 0.6153 | 16.98 | 743 | 0.8934 | 0.8266 | 0.7330 |
73
+ | 0.5597 | 17.99 | 787 | 0.8934 | 0.8157 | 0.7357 |
74
+ | 0.5658 | 18.99 | 831 | 0.8862 | 0.8015 | 0.7446 |
75
+ | 0.54 | 20.0 | 875 | 0.8943 | 0.8368 | 0.7258 |
76
+ | 0.5301 | 20.98 | 918 | 0.9023 | 0.8095 | 0.7321 |
77
+ | 0.5262 | 21.99 | 962 | 0.8817 | 0.8521 | 0.7168 |
78
+ | 0.4754 | 22.99 | 1006 | 0.8987 | 0.8003 | 0.7428 |
79
+ | 0.4753 | 24.0 | 1050 | 0.8952 | 0.7988 | 0.7410 |
80
+ | 0.455 | 24.98 | 1093 | 0.8952 | 0.7902 | 0.7419 |
81
+ | 0.4574 | 25.99 | 1137 | 0.8871 | 0.8030 | 0.7366 |
82
+ | 0.4618 | 26.99 | 1181 | 0.8970 | 0.8051 | 0.7294 |
83
+ | 0.4222 | 28.0 | 1225 | 0.8925 | 0.8108 | 0.7267 |
84
+ | 0.4301 | 28.98 | 1268 | 0.8934 | 0.8066 | 0.7339 |
85
+ | 0.4147 | 29.49 | 1290 | 0.8916 | 0.8072 | 0.7357 |
86
+
87
+
88
+ ### Framework versions
89
+
90
+ - Transformers 4.38.2
91
+ - Pytorch 2.2.1+cu121
92
+ - Datasets 2.18.0
93
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51228bf974400c314c1f361217b7c11174a59733ac6218684cff6267568432b1
3
  size 378306480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca4e2fedd8c4f86b983bf45e50cba2de42173e0b19bdbcd640c85949d7064ed
3
  size 378306480
runs/Apr18_05-51-57_0d336bbe6d37/events.out.tfevents.1713419524.0d336bbe6d37.733.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dcfb6ca688035253d2d12d56488421d50b5c95210acdfd6223b978f69ce0ae6
3
- size 44121
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02178c40e8ba66ca7ad176f796a4d589354e5609358baf972e6ea067f056c863
3
+ size 45488
runs/Apr18_05-51-57_0d336bbe6d37/events.out.tfevents.1713433418.0d336bbe6d37.733.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2aa63ff8461e45c4fe90872d7e8b7c1fb8c0a752dac6980b9b283b830c9096
3
+ size 468