End of training
Browse files- README.md +15 -6
- 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 [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: 0.
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,8 +37,8 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
-
- train_batch_size:
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
@@ -50,8 +50,17 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
-
| 3.
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### 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: 0.4998
|
21 |
+
- Wer: 0.2646
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 6.642954074604246e-05
|
41 |
+
- train_batch_size: 2
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 3.8415 | 2.66 | 500 | 2.7515 | 1.0 |
|
54 |
+
| 1.7736 | 5.32 | 1000 | 1.1667 | 0.7086 |
|
55 |
+
| 0.5249 | 7.98 | 1500 | 0.6594 | 0.4936 |
|
56 |
+
| 0.2863 | 10.64 | 2000 | 0.5026 | 0.3514 |
|
57 |
+
| 0.2063 | 13.3 | 2500 | 0.4979 | 0.3287 |
|
58 |
+
| 0.1496 | 15.96 | 3000 | 0.5297 | 0.3298 |
|
59 |
+
| 0.1135 | 18.62 | 3500 | 0.4943 | 0.3094 |
|
60 |
+
| 0.0953 | 21.28 | 4000 | 0.5315 | 0.2855 |
|
61 |
+
| 0.0773 | 23.94 | 4500 | 0.5057 | 0.2844 |
|
62 |
+
| 0.0617 | 26.6 | 5000 | 0.5041 | 0.2686 |
|
63 |
+
| 0.0529 | 29.26 | 5500 | 0.4998 | 0.2646 |
|
64 |
|
65 |
|
66 |
### 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:3d82c82f33ef08a5f611c37f29710ad6bdf91b29dce760ea4080738578f2ed3b
|
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:3b4320138de09f37b96d9663e8a3679ca22671b51f14800acdae29a9590150df
|
3 |
size 4091
|