Thienpkae commited on
Commit
937120d
1 Parent(s): 6b84db5

End of training

Browse files
Files changed (1) hide show
  1. README.md +27 -27
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
- - type: wer
24
- value: 0.46007853403141363
25
- name: Wer
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/abof73b7)
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.9791
37
- - Wer: 0.4601
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: 8e-05
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: linear
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
- | 6.0539 | 2.0 | 292 | 3.6334 | 1.0 |
73
- | 3.4484 | 4.0 | 584 | 3.5348 | 1.0 |
74
- | 3.2755 | 6.0 | 876 | 2.4805 | 0.9952 |
75
- | 1.6061 | 8.0 | 1168 | 1.2597 | 0.7021 |
76
- | 1.0363 | 10.0 | 1460 | 1.0996 | 0.6158 |
77
- | 0.8403 | 12.0 | 1752 | 0.9858 | 0.5573 |
78
- | 0.726 | 14.0 | 2044 | 0.9625 | 0.5302 |
79
- | 0.6721 | 16.0 | 2336 | 0.9326 | 0.5124 |
80
- | 0.5697 | 18.0 | 2628 | 0.9399 | 0.5012 |
81
- | 0.5168 | 20.0 | 2920 | 0.9625 | 0.4930 |
82
- | 0.4663 | 22.0 | 3212 | 0.9432 | 0.4751 |
83
- | 0.4408 | 24.0 | 3504 | 0.9822 | 0.4723 |
84
- | 0.4231 | 26.0 | 3796 | 0.9629 | 0.4643 |
85
- | 0.3855 | 28.0 | 4088 | 0.9744 | 0.4639 |
86
- | 0.3671 | 30.0 | 4380 | 0.9791 | 0.4601 |
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