DewiBrynJones
commited on
Commit
•
e2b4d7d
1
Parent(s):
d1726ee
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 |
-
- DewiBrynJones/banc-trawsgrifiadau-bangor-clean-with-ccv
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- wer
|
@@ -17,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# wav2vec2-xlsr-53-ft-btb-ccv-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: inf
|
23 |
-
- Wer: 0
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -46,7 +44,7 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
-
- training_steps:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
@@ -54,15 +52,25 @@ The following hyperparameters were used during training:
|
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
56 |
| No log | 0.3086 | 200 | inf | 1.0 |
|
57 |
-
| No log | 0.6173 | 400 | inf | 0.
|
58 |
-
| 3.
|
59 |
-
| 3.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### 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-btb-ccv-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: inf
|
21 |
+
- Wer: 1.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
+
- training_steps: 4000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
|
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
54 |
| No log | 0.3086 | 200 | inf | 1.0 |
|
55 |
+
| No log | 0.6173 | 400 | inf | 0.8139 |
|
56 |
+
| 3.6854 | 0.9259 | 600 | inf | 0.6043 |
|
57 |
+
| 3.6854 | 1.2346 | 800 | inf | 0.5034 |
|
58 |
+
| 0.7236 | 1.5432 | 1000 | inf | 0.4452 |
|
59 |
+
| 0.7236 | 1.8519 | 1200 | inf | 0.4585 |
|
60 |
+
| 0.7236 | 2.1605 | 1400 | inf | 0.4736 |
|
61 |
+
| 0.6244 | 2.4691 | 1600 | inf | 0.4446 |
|
62 |
+
| 0.6244 | 2.7778 | 1800 | inf | 0.4992 |
|
63 |
+
| 0.8045 | 3.0864 | 2000 | inf | 0.6993 |
|
64 |
+
| 0.8045 | 3.3951 | 2200 | inf | 0.9155 |
|
65 |
+
| 0.8045 | 3.7037 | 2400 | inf | 1.0 |
|
66 |
+
| 2.3067 | 4.0123 | 2600 | inf | 0.9986 |
|
67 |
+
| 2.3067 | 4.3210 | 2800 | inf | 1.0 |
|
68 |
+
| 3.008 | 4.6296 | 3000 | inf | 1.0 |
|
69 |
+
| 3.008 | 4.9383 | 3200 | inf | 1.0 |
|
70 |
+
| 3.008 | 5.2469 | 3400 | inf | 1.0 |
|
71 |
+
| 3.032 | 5.5556 | 3600 | inf | 1.0 |
|
72 |
+
| 3.032 | 5.8642 | 3800 | inf | 1.0 |
|
73 |
+
| 3.0173 | 6.1728 | 4000 | inf | 1.0 |
|
74 |
|
75 |
|
76 |
### Framework versions
|