makhataei commited on
Commit
31c45f5
·
1 Parent(s): ac28827

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - Speech Emotion Recognition
5
+ - generated_from_trainer
6
+ datasets:
7
+ - dusha_emotion_audio
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: Wav2vec2-xls-r-300m
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # Wav2vec2-xls-r-300m
19
+
20
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the KELONMYOSA/dusha_emotion_audio dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.5633
23
+ - Accuracy: 0.7970
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.003
43
+ - train_batch_size: 1
44
+ - eval_batch_size: 1
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 4
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 5
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
57
+ | 0.7868 | 1.0 | 24170 | 0.7561 | 0.7318 |
58
+ | 0.7147 | 2.0 | 48340 | 0.6984 | 0.7459 |
59
+ | 0.669 | 3.0 | 72510 | 0.6263 | 0.7727 |
60
+ | 0.6362 | 4.0 | 96680 | 0.5832 | 0.7902 |
61
+ | 0.4476 | 5.0 | 120850 | 0.5633 | 0.7970 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.29.2
67
+ - Pytorch 2.0.1+cu117
68
+ - Datasets 2.12.0
69
+ - Tokenizers 0.13.3