hughlan1214 commited on
Commit
41321e3
1 Parent(s): f54d8f0

End of training

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: hughlan1214/SER_wav2vec2-large-xlsr-53_240303
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: SER_wav2vec2-large-xlsr-53_240304_fin-tuned
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # SER_wav2vec2-large-xlsr-53_240304_fin-tuned
20
+
21
+ This model is a fine-tuned version of [hughlan1214/SER_wav2vec2-large-xlsr-53_240303](https://huggingface.co/hughlan1214/SER_wav2vec2-large-xlsr-53_240303) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.1815
24
+ - Accuracy: 0.5776
25
+ - Precision: 0.6236
26
+ - Recall: 0.5921
27
+ - F1: 0.5806
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 3e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 4
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_ratio: 0.1
53
+ - num_epochs: 5
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
+ | 1.5816 | 1.0 | 1048 | 1.4920 | 0.4392 | 0.4568 | 0.4623 | 0.4226 |
60
+ | 1.2355 | 2.0 | 2096 | 1.2957 | 0.5135 | 0.6082 | 0.5292 | 0.5192 |
61
+ | 1.0605 | 3.0 | 3144 | 1.2225 | 0.5405 | 0.5925 | 0.5531 | 0.5462 |
62
+ | 1.0291 | 4.0 | 4192 | 1.2163 | 0.5586 | 0.6215 | 0.5739 | 0.5660 |
63
+ | 1.0128 | 5.0 | 5240 | 1.1815 | 0.5776 | 0.6236 | 0.5921 | 0.5806 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.38.1
69
+ - Pytorch 2.2.1
70
+ - Datasets 2.17.1
71
+ - Tokenizers 0.15.2