DewiBrynJones
commited on
Commit
•
124ec62
1
Parent(s):
7d9f705
Model save
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/wav2vec2-large-xlsr-53
|
4 |
tags:
|
5 |
-
- automatic-speech-recognition
|
6 |
-
- techiaith/commonvoice_16_1_en_cy
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- wer
|
@@ -17,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# wav2vec2-xlsr-53-ft-ccv-en-cy
|
19 |
|
20 |
-
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
- Wer: 0.2115
|
24 |
|
25 |
## Model description
|
@@ -55,24 +53,24 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
58 |
-
|
|
59 |
-
| 1.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/wav2vec2-large-xlsr-53
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- wer
|
|
|
15 |
|
16 |
# wav2vec2-xlsr-53-ft-ccv-en-cy
|
17 |
|
18 |
+
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2754
|
21 |
- Wer: 0.2115
|
22 |
|
23 |
## Model description
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
56 |
+
| 6.0574 | 0.25 | 500 | 2.0297 | 0.9991 |
|
57 |
+
| 1.224 | 0.5 | 1000 | 0.5368 | 0.4342 |
|
58 |
+
| 0.434 | 0.75 | 1500 | 0.4861 | 0.3891 |
|
59 |
+
| 0.3295 | 1.01 | 2000 | 0.4301 | 0.3411 |
|
60 |
+
| 0.2739 | 1.26 | 2500 | 0.3818 | 0.3053 |
|
61 |
+
| 0.2619 | 1.51 | 3000 | 0.3894 | 0.3060 |
|
62 |
+
| 0.2517 | 1.76 | 3500 | 0.3497 | 0.2802 |
|
63 |
+
| 0.2244 | 2.01 | 4000 | 0.3519 | 0.2792 |
|
64 |
+
| 0.1854 | 2.26 | 4500 | 0.3376 | 0.2718 |
|
65 |
+
| 0.1779 | 2.51 | 5000 | 0.3206 | 0.2520 |
|
66 |
+
| 0.1749 | 2.77 | 5500 | 0.3169 | 0.2535 |
|
67 |
+
| 0.1636 | 3.02 | 6000 | 0.3122 | 0.2465 |
|
68 |
+
| 0.137 | 3.27 | 6500 | 0.3054 | 0.2382 |
|
69 |
+
| 0.1311 | 3.52 | 7000 | 0.2956 | 0.2280 |
|
70 |
+
| 0.1261 | 3.77 | 7500 | 0.2898 | 0.2236 |
|
71 |
+
| 0.1187 | 4.02 | 8000 | 0.2847 | 0.2176 |
|
72 |
+
| 0.1011 | 4.27 | 8500 | 0.2763 | 0.2124 |
|
73 |
+
| 0.0981 | 4.52 | 9000 | 0.2754 | 0.2115 |
|
74 |
|
75 |
|
76 |
### Framework versions
|