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-asr
|
12 |
results:
|
13 |
- task:
|
14 |
-
type: automatic-speech-recognition
|
15 |
name: Automatic Speech Recognition
|
|
|
16 |
dataset:
|
17 |
name: vivos
|
18 |
type: vivos
|
@@ -20,21 +20,21 @@ 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
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/khackho01125-CMC-University/Wav2Vec2/runs/
|
32 |
# wav2vec2-vivos-asr
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the vivos dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -53,14 +53,14 @@ More information needed
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
-
- learning_rate:
|
57 |
- train_batch_size: 32
|
58 |
- eval_batch_size: 8
|
59 |
- seed: 42
|
60 |
- gradient_accumulation_steps: 2
|
61 |
- total_train_batch_size: 64
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
-
- lr_scheduler_type:
|
64 |
- lr_scheduler_warmup_steps: 400
|
65 |
- num_epochs: 30
|
66 |
- mixed_precision_training: Native AMP
|
@@ -69,21 +69,21 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
72 |
-
|
|
73 |
-
| 3.
|
74 |
-
| 3.
|
75 |
-
| 1.
|
76 |
-
|
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
|
88 |
|
89 |
### 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-asr
|
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.3726759841005257
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/khackho01125-CMC-University/Wav2Vec2/runs/p3skrhqk)
|
32 |
# wav2vec2-vivos-asr
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the vivos dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.7912
|
37 |
+
- Wer: 0.3727
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 0.0001
|
57 |
- train_batch_size: 32
|
58 |
- eval_batch_size: 8
|
59 |
- seed: 42
|
60 |
- gradient_accumulation_steps: 2
|
61 |
- total_train_batch_size: 64
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: cosine
|
64 |
- lr_scheduler_warmup_steps: 400
|
65 |
- num_epochs: 30
|
66 |
- mixed_precision_training: Native AMP
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
72 |
+
| 5.8168 | 2.0 | 292 | 3.6240 | 1.0 |
|
73 |
+
| 3.4344 | 4.0 | 584 | 3.4785 | 1.0 |
|
74 |
+
| 3.0271 | 6.0 | 876 | 1.8947 | 0.9142 |
|
75 |
+
| 1.2453 | 8.0 | 1168 | 1.0293 | 0.6091 |
|
76 |
+
| 0.7876 | 10.0 | 1460 | 0.8472 | 0.5229 |
|
77 |
+
| 0.6062 | 12.0 | 1752 | 0.7675 | 0.4748 |
|
78 |
+
| 0.4929 | 14.0 | 2044 | 0.7494 | 0.4303 |
|
79 |
+
| 0.4376 | 16.0 | 2336 | 0.7481 | 0.4063 |
|
80 |
+
| 0.3523 | 18.0 | 2628 | 0.7580 | 0.4007 |
|
81 |
+
| 0.309 | 20.0 | 2920 | 0.7676 | 0.3851 |
|
82 |
+
| 0.2694 | 22.0 | 3212 | 0.7631 | 0.3819 |
|
83 |
+
| 0.2531 | 24.0 | 3504 | 0.7717 | 0.3761 |
|
84 |
+
| 0.2472 | 26.0 | 3796 | 0.7825 | 0.3710 |
|
85 |
+
| 0.2223 | 28.0 | 4088 | 0.7905 | 0.3732 |
|
86 |
+
| 0.2183 | 30.0 | 4380 | 0.7912 | 0.3727 |
|
87 |
|
88 |
|
89 |
### Framework versions
|