End of training
Browse files- README.md +4 -4
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
- Wer: 1.0
|
22 |
|
23 |
## Model description
|
@@ -46,14 +46,14 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
-
- training_steps:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
55 |
-
|
|
56 |
-
| 2.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.9977
|
21 |
- Wer: 1.0
|
22 |
|
23 |
## Model description
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
+
- training_steps: 1000
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
55 |
+
| 3.1676 | 100.0 | 500 | 3.1581 | 1.0 |
|
56 |
+
| 2.8849 | 200.0 | 1000 | 2.9977 | 1.0 |
|
57 |
|
58 |
|
59 |
### 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:250d5eadf21f816ad9065003ee6659e5a6bacd015190f18aa4fe448520dd9334
|
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 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d60ca21714bcb7c6d3e20a4f9dcfd24698e47b0d90504334f2917ab32b78619
|
3 |
size 4027
|