Tim Leiber
commited on
Commit
•
4f000dc
1
Parent(s):
875f322
End of training
Browse files
README.md
CHANGED
@@ -2,19 +2,19 @@
|
|
2 |
language:
|
3 |
- fr
|
4 |
license: apache-2.0
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
base_model: facebook/wav2vec2-large-xlsr-53
|
8 |
datasets:
|
9 |
- mozilla-foundation/common_voice_17_0
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name:
|
14 |
results:
|
15 |
- task:
|
16 |
-
type: automatic-speech-recognition
|
17 |
name: Automatic Speech Recognition
|
|
|
18 |
dataset:
|
19 |
name: Common Voice 17
|
20 |
type: mozilla-foundation/common_voice_17_0
|
@@ -22,20 +22,20 @@ model-index:
|
|
22 |
split: test
|
23 |
args: fr
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
|
27 |
-
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
-
#
|
34 |
|
35 |
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 17 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss:
|
38 |
-
- Wer: 0.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -63,16 +63,16 @@ The following hyperparameters were used during training:
|
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
65 |
- lr_scheduler_warmup_steps: 500
|
66 |
-
- training_steps:
|
67 |
- mixed_precision_training: Native AMP
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
72 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
2 |
language:
|
3 |
- fr
|
4 |
license: apache-2.0
|
5 |
+
base_model: facebook/wav2vec2-large-xlsr-53
|
6 |
tags:
|
7 |
- generated_from_trainer
|
|
|
8 |
datasets:
|
9 |
- mozilla-foundation/common_voice_17_0
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
+
- name: acoustic_model2_cv_17_fr_XLSR-53
|
14 |
results:
|
15 |
- task:
|
|
|
16 |
name: Automatic Speech Recognition
|
17 |
+
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
name: Common Voice 17
|
20 |
type: mozilla-foundation/common_voice_17_0
|
|
|
22 |
split: test
|
23 |
args: fr
|
24 |
metrics:
|
25 |
+
- name: Wer
|
26 |
+
type: wer
|
27 |
+
value: 0.9923249498169796
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
+
# acoustic_model2_cv_17_fr_XLSR-53
|
34 |
|
35 |
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 17 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: nan
|
38 |
+
- Wer: 0.9923
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
65 |
- lr_scheduler_warmup_steps: 500
|
66 |
+
- training_steps: 1200
|
67 |
- mixed_precision_training: Native AMP
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
72 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
73 |
+
| 16.0974 | 2.105 | 400 | nan | 0.9923 |
|
74 |
+
| 0.0 | 5.0958 | 800 | nan | 0.9923 |
|
75 |
+
| 0.0 | 8.0867 | 1200 | nan | 0.9923 |
|
76 |
|
77 |
|
78 |
### Framework versions
|