Zheng Li
commited on
Model save
Browse files
README.md
CHANGED
@@ -3,7 +3,6 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: facebook/wav2vec2-base
|
5 |
tags:
|
6 |
-
- audio-classification
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- superb
|
@@ -24,7 +23,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
-
value: 0.
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the superb dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Accuracy: 0.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -63,18 +62,23 @@ The following hyperparameters were used during training:
|
|
63 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
64 |
- lr_scheduler_type: linear
|
65 |
- lr_scheduler_warmup_ratio: 0.1
|
66 |
-
- num_epochs:
|
67 |
- mixed_precision_training: Native AMP
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
72 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
73 |
-
| 1.
|
74 |
-
| 1.
|
75 |
-
|
|
76 |
-
| 0.
|
77 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: facebook/wav2vec2-base
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- superb
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.9811709326272433
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the superb dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.1243
|
37 |
+
- Accuracy: 0.9812
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
62 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.1
|
65 |
+
- num_epochs: 10.0
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
72 |
+
| 1.8178 | 1.0 | 100 | 1.7386 | 0.6209 |
|
73 |
+
| 1.3138 | 2.0 | 200 | 1.1779 | 0.6511 |
|
74 |
+
| 0.9632 | 3.0 | 300 | 0.8326 | 0.8679 |
|
75 |
+
| 0.499 | 4.0 | 400 | 0.3697 | 0.9725 |
|
76 |
+
| 0.3191 | 5.0 | 500 | 0.2240 | 0.9760 |
|
77 |
+
| 0.242 | 6.0 | 600 | 0.1709 | 0.9793 |
|
78 |
+
| 0.2144 | 7.0 | 700 | 0.1460 | 0.9806 |
|
79 |
+
| 0.1977 | 8.0 | 800 | 0.1344 | 0.9800 |
|
80 |
+
| 0.1742 | 9.0 | 900 | 0.1282 | 0.9797 |
|
81 |
+
| 0.1867 | 10.0 | 1000 | 0.1243 | 0.9812 |
|
82 |
|
83 |
|
84 |
### Framework versions
|