DewiBrynJones
commited on
Commit
•
afd9ae6
1
Parent(s):
bf877c4
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 |
-
- ./data-configs/btb-cv-other.json
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- wer
|
@@ -19,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
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.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Wer: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -53,22 +51,22 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
56 |
-
|
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 0.
|
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 |
|
73 |
|
74 |
### 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
|
|
|
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: inf
|
21 |
+
- Wer: 0.3727
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
54 |
+
| 4.9036 | 0.0643 | 500 | inf | 0.9912 |
|
55 |
+
| 1.3889 | 0.1286 | 1000 | inf | 0.7934 |
|
56 |
+
| 1.0207 | 0.1929 | 1500 | inf | 0.6829 |
|
57 |
+
| 0.8901 | 0.2572 | 2000 | inf | 0.6450 |
|
58 |
+
| 0.8467 | 0.3215 | 2500 | inf | 0.5458 |
|
59 |
+
| 0.7813 | 0.3859 | 3000 | inf | 0.5367 |
|
60 |
+
| 0.7456 | 0.4502 | 3500 | inf | 0.5156 |
|
61 |
+
| 0.7312 | 0.5145 | 4000 | inf | 0.4801 |
|
62 |
+
| 0.6929 | 0.5788 | 4500 | inf | 0.4659 |
|
63 |
+
| 0.6567 | 0.6431 | 5000 | inf | 0.4405 |
|
64 |
+
| 0.6413 | 0.7074 | 5500 | inf | 0.4199 |
|
65 |
+
| 0.6187 | 0.7717 | 6000 | inf | 0.4102 |
|
66 |
+
| 0.6086 | 0.8360 | 6500 | inf | 0.4037 |
|
67 |
+
| 0.585 | 0.9003 | 7000 | inf | 0.3872 |
|
68 |
+
| 0.5509 | 0.9646 | 7500 | inf | 0.3832 |
|
69 |
+
| 0.5263 | 1.0289 | 8000 | inf | 0.3727 |
|
70 |
|
71 |
|
72 |
### Framework versions
|