End of training
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
4 |
base_model: facebook/wav2vec2-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: wave2vec-base-Am
|
9 |
results: []
|
@@ -15,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# wave2vec-base-Am
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,14 +47,18 @@ The following hyperparameters were used during training:
|
|
42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 150
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch
|
51 |
-
|
52 |
-
| No log | 0
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
4 |
base_model: facebook/wav2vec2-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
model-index:
|
10 |
- name: wave2vec-base-Am
|
11 |
results: []
|
|
|
17 |
# wave2vec-base-Am
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 17.7251
|
22 |
+
- Wer: 1.0
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 150
|
50 |
+
- num_epochs: 5
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
57 |
+
| No log | 1.0 | 8 | 28.8111 | 1.0 |
|
58 |
+
| No log | 2.0 | 16 | 27.1709 | 1.0 |
|
59 |
+
| No log | 3.0 | 24 | 23.3666 | 1.0 |
|
60 |
+
| 82.8012 | 4.0 | 32 | 19.1785 | 1.0 |
|
61 |
+
| 82.8012 | 4.4 | 35 | 17.7251 | 1.0 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
runs/Mar05_12-33-03_7ae847bbb1b0/events.out.tfevents.1741177984.7ae847bbb1b0.422.1
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:1dbb5da5d896a0400d05fc56ed462d66c163ea32f45ad6f13d816fbd4a9747cd
|
3 |
+
size 8837
|