kurosekurose
commited on
Commit
•
a7912e5
1
Parent(s):
e46ba3e
update model card README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,76 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: wav2vec2-base-EMOPIA
|
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 |
+
# wav2vec2-base-EMOPIA
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0286
|
20 |
+
- Accuracy: 0.6200
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 1e-05
|
40 |
+
- train_batch_size: 4
|
41 |
+
- eval_batch_size: 4
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 3
|
44 |
+
- total_train_batch_size: 12
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 15
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 1.2694 | 0.98 | 41 | 1.1830 | 0.4800 |
|
55 |
+
| 1.0457 | 1.98 | 82 | 1.0959 | 0.4400 |
|
56 |
+
| 0.9201 | 2.98 | 123 | 0.9280 | 0.5600 |
|
57 |
+
| 0.8003 | 3.98 | 164 | 0.9346 | 0.7000 |
|
58 |
+
| 0.7616 | 4.98 | 205 | 0.9257 | 0.6600 |
|
59 |
+
| 0.6955 | 5.98 | 246 | 0.8411 | 0.7200 |
|
60 |
+
| 0.6743 | 6.98 | 287 | 0.9604 | 0.6200 |
|
61 |
+
| 0.5737 | 7.98 | 328 | 0.8471 | 0.7000 |
|
62 |
+
| 0.5269 | 8.98 | 369 | 1.0581 | 0.6000 |
|
63 |
+
| 0.4671 | 9.98 | 410 | 1.0365 | 0.6400 |
|
64 |
+
| 0.4227 | 10.98 | 451 | 1.0994 | 0.6000 |
|
65 |
+
| 0.3688 | 11.98 | 492 | 1.0964 | 0.5800 |
|
66 |
+
| 0.355 | 12.98 | 533 | 1.0586 | 0.5800 |
|
67 |
+
| 0.3232 | 13.98 | 574 | 1.0414 | 0.6000 |
|
68 |
+
| 0.3045 | 14.98 | 615 | 1.0286 | 0.6200 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.18.0
|
74 |
+
- Pytorch 1.10.1+cu102
|
75 |
+
- Datasets 2.4.0
|
76 |
+
- Tokenizers 0.12.1
|