update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss:
|
| 18 |
-
- Wer:
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -45,13 +45,13 @@ The following hyperparameters were used during training:
|
|
| 45 |
|
| 46 |
### Training results
|
| 47 |
|
| 48 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
| 49 |
-
|
| 50 |
-
|
|
| 51 |
-
|
|
| 52 |
-
|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.7467
|
| 18 |
+
- Wer: 0.7530
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 45 |
|
| 46 |
### Training results
|
| 47 |
|
| 48 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 49 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 50 |
+
| 1.5472 | 0.74 | 100 | 1.1651 | 0.9010 |
|
| 51 |
+
| 1.2501 | 1.47 | 200 | 0.9557 | 0.8303 |
|
| 52 |
+
| 1.0422 | 2.21 | 300 | 0.8295 | 0.7948 |
|
| 53 |
+
| 0.9174 | 2.94 | 400 | 0.7508 | 0.7637 |
|
| 54 |
+
| 0.8191 | 3.68 | 500 | 0.7467 | 0.7530 |
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|