End of training
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
|
|
2 |
base_model: facebook/wav2vec2-base
|
|
|
|
|
3 |
datasets:
|
4 |
- vivos
|
5 |
-
license: apache-2.0
|
6 |
metrics:
|
7 |
- wer
|
8 |
-
tags:
|
9 |
-
- generated_from_trainer
|
10 |
model-index:
|
11 |
- name: wav2vec2-vivos
|
12 |
results:
|
13 |
- task:
|
14 |
-
type: automatic-speech-recognition
|
15 |
name: Automatic Speech Recognition
|
|
|
16 |
dataset:
|
17 |
name: vivos
|
18 |
type: vivos
|
@@ -20,9 +20,9 @@ model-index:
|
|
20 |
split: None
|
21 |
args: default
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the vivos dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -60,7 +60,7 @@ The following hyperparameters were used during training:
|
|
60 |
- total_train_batch_size: 128
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
-
- lr_scheduler_warmup_ratio: 0.
|
64 |
- num_epochs: 20
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
@@ -68,16 +68,16 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
base_model: facebook/wav2vec2-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
datasets:
|
7 |
- vivos
|
|
|
8 |
metrics:
|
9 |
- wer
|
|
|
|
|
10 |
model-index:
|
11 |
- name: wav2vec2-vivos
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
name: vivos
|
18 |
type: vivos
|
|
|
20 |
split: None
|
21 |
args: default
|
22 |
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 0.2342930262316059
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the vivos dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.4598
|
36 |
+
- Wer: 0.2343
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
60 |
- total_train_batch_size: 128
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
+
- lr_scheduler_warmup_ratio: 0.25
|
64 |
- num_epochs: 20
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
71 |
+
| 6.8271 | 2.0 | 146 | 3.8747 | 1.0 |
|
72 |
+
| 3.4616 | 4.0 | 292 | 3.5849 | 1.0 |
|
73 |
+
| 3.35 | 6.0 | 438 | 2.6294 | 0.9997 |
|
74 |
+
| 1.1993 | 8.0 | 584 | 0.6472 | 0.4255 |
|
75 |
+
| 0.4734 | 10.0 | 730 | 0.5342 | 0.3258 |
|
76 |
+
| 0.3156 | 12.0 | 876 | 0.4651 | 0.2758 |
|
77 |
+
| 0.2392 | 14.0 | 1022 | 0.4690 | 0.2573 |
|
78 |
+
| 0.2183 | 16.0 | 1168 | 0.4601 | 0.2434 |
|
79 |
+
| 0.164 | 18.0 | 1314 | 0.4619 | 0.2379 |
|
80 |
+
| 0.1452 | 20.0 | 1460 | 0.4598 | 0.2343 |
|
81 |
|
82 |
|
83 |
### Framework versions
|