End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 0
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice_13_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Wer: 0
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,14 +65,14 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
69 |
-
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 1.0
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice_13_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 3.0257
|
36 |
+
- Wer: 1.0
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
70 |
+
| 9.1355 | 3.33 | 50 | 3.2459 | 1.0 |
|
71 |
+
| 3.1114 | 6.67 | 100 | 3.0770 | 1.0 |
|
72 |
+
| 3.0762 | 10.0 | 150 | 3.0746 | 1.0 |
|
73 |
+
| 3.0693 | 13.33 | 200 | 3.0675 | 1.0 |
|
74 |
+
| 3.0649 | 16.67 | 250 | 3.0554 | 1.0 |
|
75 |
+
| 3.0401 | 20.0 | 300 | 3.0257 | 1.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|