End of training
Browse files- README.md +79 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/wav2vec2-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
model-index:
|
10 |
+
- name: wav2vec2-base-finetuned-iemocap-fin
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# wav2vec2-base-finetuned-iemocap-fin
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.1760
|
22 |
+
- Accuracy: 0.5839
|
23 |
+
- F1: 0.5773
|
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: 3e-05
|
43 |
+
- train_batch_size: 8
|
44 |
+
- eval_batch_size: 8
|
45 |
+
- seed: 42
|
46 |
+
- gradient_accumulation_steps: 4
|
47 |
+
- total_train_batch_size: 32
|
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: 15
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
57 |
+
| 1.2283 | 1.0 | 102 | 1.2181 | 0.4840 | 0.4756 |
|
58 |
+
| 1.124 | 2.0 | 204 | 1.1143 | 0.5015 | 0.4808 |
|
59 |
+
| 1.062 | 3.0 | 306 | 1.1103 | 0.5189 | 0.5067 |
|
60 |
+
| 0.9863 | 4.0 | 408 | 1.0813 | 0.5189 | 0.5152 |
|
61 |
+
| 0.9689 | 5.0 | 510 | 1.0689 | 0.5403 | 0.5318 |
|
62 |
+
| 0.8722 | 6.0 | 612 | 1.0976 | 0.5296 | 0.4992 |
|
63 |
+
| 0.8757 | 7.0 | 714 | 1.0409 | 0.5606 | 0.5518 |
|
64 |
+
| 0.8548 | 8.0 | 816 | 1.0479 | 0.5694 | 0.5636 |
|
65 |
+
| 0.838 | 9.0 | 918 | 1.1700 | 0.5422 | 0.5109 |
|
66 |
+
| 0.7536 | 10.0 | 1020 | 1.0743 | 0.5674 | 0.5681 |
|
67 |
+
| 0.6557 | 11.0 | 1122 | 1.1487 | 0.5616 | 0.5495 |
|
68 |
+
| 0.6193 | 12.0 | 1224 | 1.1239 | 0.5849 | 0.5815 |
|
69 |
+
| 0.5742 | 13.0 | 1326 | 1.1793 | 0.5742 | 0.5617 |
|
70 |
+
| 0.5717 | 14.0 | 1428 | 1.1548 | 0.5868 | 0.5809 |
|
71 |
+
| 0.5929 | 15.0 | 1530 | 1.1760 | 0.5839 | 0.5773 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.34.0
|
77 |
+
- Pytorch 2.0.1+cu118
|
78 |
+
- Datasets 2.14.5
|
79 |
+
- Tokenizers 0.14.0
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378352489
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dc6d2008143873da0bff678176e4370e2d8d1aebae71095ecb1486311f270d2
|
3 |
size 378352489
|