Thienpkae commited on
Commit
71fda20
1 Parent(s): 7510751

End of training

Browse files
Files changed (1) hide show
  1. README.md +20 -20
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
- - type: wer
24
- value: 0.23636599442318915
25
- name: Wer
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.4755
36
- - Wer: 0.2364
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.2
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
- | 1.349 | 2.0 | 146 | 0.9904 | 0.6088 |
72
- | 0.718 | 4.0 | 292 | 0.6959 | 0.4630 |
73
- | 0.4692 | 6.0 | 438 | 0.5304 | 0.3414 |
74
- | 0.3385 | 8.0 | 584 | 0.5078 | 0.3216 |
75
- | 0.2627 | 10.0 | 730 | 0.4659 | 0.2788 |
76
- | 0.2033 | 12.0 | 876 | 0.4751 | 0.2656 |
77
- | 0.1699 | 14.0 | 1022 | 0.4659 | 0.2519 |
78
- | 0.1688 | 16.0 | 1168 | 0.4662 | 0.2394 |
79
- | 0.1269 | 18.0 | 1314 | 0.4707 | 0.2375 |
80
- | 0.1162 | 20.0 | 1460 | 0.4755 | 0.2364 |
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