End of training
Browse files- README.md +92 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- Speech Emotion Recognition
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: Wav2vec2-xlsr-Shemo
|
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 |
+
# Wav2vec2-xlsr-Shemo
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition](https://huggingface.co/ehcalabres/wav2vec2-lg-xlsr-en-speech-emotion-recognition) on the minoosh/shEMO dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9168
|
21 |
+
- Accuracy: 0.7267
|
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: 0.003
|
41 |
+
- train_batch_size: 4
|
42 |
+
- eval_batch_size: 4
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 16
|
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 |
+
| 1.1825 | 1.0 | 150 | 1.1383 | 0.6267 |
|
56 |
+
| 1.3392 | 2.0 | 300 | 1.4398 | 0.5533 |
|
57 |
+
| 1.2058 | 3.0 | 450 | 1.1194 | 0.6300 |
|
58 |
+
| 1.0984 | 4.0 | 600 | 1.2049 | 0.6200 |
|
59 |
+
| 1.0033 | 5.0 | 750 | 1.0080 | 0.6500 |
|
60 |
+
| 0.9694 | 6.0 | 900 | 0.9878 | 0.6367 |
|
61 |
+
| 0.8506 | 7.0 | 1050 | 0.8965 | 0.7033 |
|
62 |
+
| 0.8068 | 8.0 | 1200 | 0.9359 | 0.6833 |
|
63 |
+
| 0.7674 | 9.0 | 1350 | 1.1235 | 0.6333 |
|
64 |
+
| 0.7817 | 10.0 | 1500 | 0.8682 | 0.6900 |
|
65 |
+
| 0.7172 | 11.0 | 1650 | 0.8289 | 0.7067 |
|
66 |
+
| 0.6989 | 12.0 | 1800 | 0.9318 | 0.7000 |
|
67 |
+
| 0.6127 | 13.0 | 1950 | 0.8712 | 0.6967 |
|
68 |
+
| 0.6311 | 14.0 | 2100 | 0.8965 | 0.7133 |
|
69 |
+
| 0.5901 | 15.0 | 2250 | 0.9008 | 0.7267 |
|
70 |
+
| 0.5667 | 16.0 | 2400 | 1.0093 | 0.7200 |
|
71 |
+
| 0.5652 | 17.0 | 2550 | 0.9032 | 0.7300 |
|
72 |
+
| 0.565 | 18.0 | 2700 | 0.9317 | 0.7267 |
|
73 |
+
| 0.5705 | 19.0 | 2850 | 1.0134 | 0.7133 |
|
74 |
+
| 0.4984 | 20.0 | 3000 | 0.9432 | 0.7367 |
|
75 |
+
| 0.5207 | 21.0 | 3150 | 0.9368 | 0.6933 |
|
76 |
+
| 0.5005 | 22.0 | 3300 | 0.9746 | 0.7033 |
|
77 |
+
| 0.5055 | 23.0 | 3450 | 1.0437 | 0.7133 |
|
78 |
+
| 0.4867 | 24.0 | 3600 | 1.0052 | 0.7067 |
|
79 |
+
| 0.5315 | 25.0 | 3750 | 0.9689 | 0.7200 |
|
80 |
+
| 0.4755 | 26.0 | 3900 | 0.8962 | 0.7367 |
|
81 |
+
| 0.5083 | 27.0 | 4050 | 0.9319 | 0.7300 |
|
82 |
+
| 0.4661 | 28.0 | 4200 | 0.9301 | 0.7233 |
|
83 |
+
| 0.4536 | 29.0 | 4350 | 0.9370 | 0.7267 |
|
84 |
+
| 0.4693 | 30.0 | 4500 | 0.9168 | 0.7267 |
|
85 |
+
|
86 |
+
|
87 |
+
### Framework versions
|
88 |
+
|
89 |
+
- Transformers 4.29.2
|
90 |
+
- Pytorch 2.0.1+cu117
|
91 |
+
- Datasets 2.12.0
|
92 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1266125557
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd5d3f160e9ea4e1030b853e26c0d7e15a82fea1d90bc457af3c8d8cbc77ce9d
|
3 |
size 1266125557
|