End of training
Browse files- README.md +8 -5
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [St4n/wav2vec2-base-960h-demo-google-colab](https://huggingface.co/St4n/wav2vec2-base-960h-demo-google-colab) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,14 +44,17 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 1000
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
-
|
|
54 |
-
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [St4n/wav2vec2-base-960h-demo-google-colab](https://huggingface.co/St4n/wav2vec2-base-960h-demo-google-colab) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6643
|
21 |
+
- Wer: 0.9985
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 1000
|
47 |
+
- num_epochs: 30
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 0.8048 | 5.81 | 500 | 0.5176 | 1.0 |
|
54 |
+
| 0.353 | 11.63 | 1000 | 0.5259 | 1.0 |
|
55 |
+
| 0.2843 | 17.44 | 1500 | 0.5725 | 0.9985 |
|
56 |
+
| 0.3374 | 23.26 | 2000 | 0.6190 | 0.9985 |
|
57 |
+
| 0.1625 | 29.07 | 2500 | 0.6643 | 0.9985 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377658785
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07f301faab69a9084286879cdfe537b074aa13dadf138a3a9ee703664bf64bd2
|
3 |
size 377658785
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb9f2a367312c8ebdc34e9673dbb73f0e2cfecfdb4978ed303ddb3d989d91a37
|
3 |
size 4091
|