End of training
Browse files- README.md +21 -23
- config.json +1 -1
- model.safetensors +1 -1
- 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.
|
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.
|
37 |
-
- Wer: 0.
|
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:
|
61 |
-
- total_train_batch_size:
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
-
- lr_scheduler_type:
|
64 |
-
- lr_scheduler_warmup_steps:
|
65 |
- num_epochs: 20
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch
|
71 |
-
|
72 |
-
|
|
73 |
-
| 3.
|
74 |
-
|
|
75 |
-
|
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.3487 | 20.0 | 2920 | 0.7105 | 0.3917 |
|
82 |
|
83 |
|
84 |
### Framework versions
|
85 |
|
86 |
-
- Transformers 4.
|
87 |
-
- Pytorch 2.
|
88 |
-
- Datasets 2.
|
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.
|
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:
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc4076db834e36228b0187c6e9e401088e34753327142086248937dc4ef9dd37
|
3 |
+
size 5176
|