End of training
Browse files
README.md
CHANGED
|
@@ -16,13 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
-
|
| 20 |
-
-
|
| 21 |
-
- eval_per: 0.2070
|
| 22 |
-
- eval_runtime: 803.6436
|
| 23 |
-
- eval_samples_per_second: 20.137
|
| 24 |
-
- eval_steps_per_second: 20.137
|
| 25 |
-
- step: 6000
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -53,6 +48,15 @@ The following hyperparameters were used during training:
|
|
| 53 |
- training_steps: 10000
|
| 54 |
- mixed_precision_training: Native AMP
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
### Framework versions
|
| 57 |
|
| 58 |
- Transformers 4.57.0
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.4084
|
| 20 |
+
- Per: 0.1818
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 48 |
- training_steps: 10000
|
| 49 |
- mixed_precision_training: Native AMP
|
| 50 |
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Per |
|
| 54 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
| 55 |
+
| 0.6277 | 0.1630 | 3000 | 0.5961 | 0.2501 |
|
| 56 |
+
| 0.445 | 0.3259 | 6000 | 0.4649 | 0.2070 |
|
| 57 |
+
| 0.3751 | 0.4889 | 9000 | 0.4084 | 0.1818 |
|
| 58 |
+
|
| 59 |
+
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
- Transformers 4.57.0
|