Zahra99 commited on
Commit
38f08cc
1 Parent(s): 6bc24f7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ model-index:
8
+ - name: wavlm-large-finetuned-iemocap
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # wavlm-large-finetuned-iemocap
16
+
17
+ This model is a fine-tuned version of [microsoft/wavlm-large](https://huggingface.co/microsoft/wavlm-large) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.1588
20
+ - Accuracy: 0.4811
21
+ - F1: 0.4602
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: 3e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 128
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: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 1.3733 | 0.98 | 25 | 1.3723 | 0.2502 | 0.1002 |
56
+ | 1.2784 | 1.98 | 50 | 1.3130 | 0.3307 | 0.2503 |
57
+ | 1.2228 | 2.98 | 75 | 1.2485 | 0.3899 | 0.3398 |
58
+ | 1.1588 | 3.98 | 100 | 1.2129 | 0.4646 | 0.4650 |
59
+ | 1.1116 | 4.98 | 125 | 1.1941 | 0.4753 | 0.4655 |
60
+ | 1.1212 | 5.98 | 150 | 1.1688 | 0.4762 | 0.4639 |
61
+ | 1.0919 | 6.98 | 175 | 1.1574 | 0.4850 | 0.4710 |
62
+ | 1.0749 | 7.98 | 200 | 1.1612 | 0.4840 | 0.4639 |
63
+ | 1.0943 | 8.98 | 225 | 1.1586 | 0.4888 | 0.4677 |
64
+ | 1.0746 | 9.98 | 250 | 1.1588 | 0.4811 | 0.4602 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.26.1
70
+ - Pytorch 1.13.1+cu116
71
+ - Datasets 2.9.0
72
+ - Tokenizers 0.13.2