Thienpkae commited on
Commit
8d1ae01
1 Parent(s): 5efa4ea

End of training

Browse files
Files changed (4) hide show
  1. README.md +21 -23
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. training_args.bin +2 -2
README.md CHANGED
@@ -22,19 +22,18 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 0.39171506989212995
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/dhvwjkwm)
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.7105
37
- - Wer: 0.3917
38
 
39
  ## Model description
40
 
@@ -57,33 +56,32 @@ The following hyperparameters were used during training:
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: 20
66
  - mixed_precision_training: Native AMP
67
 
68
  ### Training results
69
 
70
- | Training Loss | Epoch | Step | Validation Loss | Wer |
71
- |:-------------:|:-----:|:----:|:---------------:|:------:|
72
- | 5.7574 | 2.0 | 292 | 3.6165 | 1.0 |
73
- | 3.4366 | 4.0 | 584 | 3.5022 | 1.0 |
74
- | 2.7297 | 6.0 | 876 | 1.4138 | 0.7707 |
75
- | 1.0147 | 8.0 | 1168 | 0.8998 | 0.5443 |
76
- | 0.6909 | 10.0 | 1460 | 0.7924 | 0.4759 |
77
- | 0.5341 | 12.0 | 1752 | 0.7368 | 0.4337 |
78
- | 0.4472 | 14.0 | 2044 | 0.7149 | 0.4063 |
79
- | 0.4269 | 16.0 | 2336 | 0.7197 | 0.4002 |
80
- | 0.3627 | 18.0 | 2628 | 0.7151 | 0.3961 |
81
- | 0.3487 | 20.0 | 2920 | 0.7105 | 0.3917 |
82
 
83
 
84
  ### Framework versions
85
 
86
- - Transformers 4.42.3
87
- - Pytorch 2.1.2
88
- - Datasets 2.20.0
89
  - Tokenizers 0.19.1
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.23381058715355313
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
  # wav2vec2-vivos-asr
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.3492
36
+ - Wer: 0.2338
37
 
38
  ## Model description
39
 
 
56
  - train_batch_size: 32
57
  - eval_batch_size: 8
58
  - seed: 42
59
+ - gradient_accumulation_steps: 4
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_steps: 500
64
  - num_epochs: 20
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-------:|:----:|:---------------:|:------:|
71
+ | 8.4226 | 2.0548 | 150 | 4.9423 | 1.0 |
72
+ | 3.59 | 4.1096 | 300 | 3.6898 | 1.0 |
73
+ | 3.4271 | 6.1644 | 450 | 3.5183 | 1.0 |
74
+ | 2.6948 | 8.2192 | 600 | 1.2770 | 0.8026 |
75
+ | 0.7372 | 10.2740 | 750 | 0.5197 | 0.3625 |
76
+ | 0.4012 | 12.3288 | 900 | 0.4108 | 0.2911 |
77
+ | 0.2974 | 14.3836 | 1050 | 0.3732 | 0.2604 |
78
+ | 0.2737 | 16.4384 | 1200 | 0.3550 | 0.2393 |
79
+ | 0.2108 | 18.4932 | 1350 | 0.3565 | 0.2434 |
 
80
 
81
 
82
  ### Framework versions
83
 
84
+ - Transformers 4.44.0
85
+ - Pytorch 2.4.0
86
+ - Datasets 2.21.0
87
  - Tokenizers 0.19.1
config.json CHANGED
@@ -111,7 +111,7 @@
111
  1
112
  ],
113
  "torch_dtype": "float32",
114
- "transformers_version": "4.42.3",
115
  "use_weighted_layer_sum": false,
116
  "vocab_size": 94,
117
  "xvector_output_dim": 512
 
111
  1
112
  ],
113
  "torch_dtype": "float32",
114
+ "transformers_version": "4.44.0",
115
  "use_weighted_layer_sum": false,
116
  "vocab_size": 94,
117
  "xvector_output_dim": 512
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ee8818cd5ca8e876c2d6311f02803112356e8810083459f7f64dd30dbc31498
3
  size 377798672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70de72d4b83035f18523eada5d5d721982e838cce3273cbc6ab197fa6aa2167e
3
  size 377798672
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:665cecd20fb6bba3b9b81cb9efc576d2cfbaa222772a5550a6b57294500cb0a0
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4076db834e36228b0187c6e9e401088e34753327142086248937dc4ef9dd37
3
+ size 5176