ZennyKenny
commited on
Commit
•
9a739b3
1
Parent(s):
e49303a
End of training
Browse files
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:
|
21 |
- Wer: 1.0
|
22 |
|
23 |
## Model description
|
@@ -45,15 +45,16 @@ The following hyperparameters were used during training:
|
|
45 |
- total_train_batch_size: 16
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- lr_scheduler_warmup_steps:
|
49 |
-
- training_steps:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
55 |
-
|
|
56 |
-
|
|
|
|
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: 6.1698
|
21 |
- Wer: 1.0
|
22 |
|
23 |
## Model description
|
|
|
45 |
- total_train_batch_size: 16
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 250
|
49 |
+
- training_steps: 1500
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
55 |
+
| 10.4741 | 100.0 | 500 | 6.2781 | 1.0 |
|
56 |
+
| 6.9012 | 200.0 | 1000 | 6.9850 | 1.0 |
|
57 |
+
| 7.1133 | 300.0 | 1500 | 6.1698 | 1.0 |
|
58 |
|
59 |
|
60 |
### Framework versions
|