End of training
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
|
|
2 |
base_model: facebook/wav2vec2-large-xlsr-53
|
|
|
|
|
3 |
datasets:
|
4 |
- common_voice_17_0
|
5 |
-
license: apache-2.0
|
6 |
metrics:
|
7 |
- wer
|
8 |
-
tags:
|
9 |
-
- generated_from_trainer
|
10 |
model-index:
|
11 |
- name: wav2vec2-large-xlsr-Mongolian-cv17-base
|
12 |
results:
|
13 |
- task:
|
14 |
-
type: automatic-speech-recognition
|
15 |
name: Automatic Speech Recognition
|
|
|
16 |
dataset:
|
17 |
name: common_voice_17_0
|
18 |
type: common_voice_17_0
|
@@ -20,9 +20,9 @@ model-index:
|
|
20 |
split: validation
|
21 |
args: mn
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
|
25 |
-
|
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_17_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Wer:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -66,9 +66,24 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
70 |
-
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
base_model: facebook/wav2vec2-large-xlsr-53
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
datasets:
|
7 |
- common_voice_17_0
|
|
|
8 |
metrics:
|
9 |
- wer
|
|
|
|
|
10 |
model-index:
|
11 |
- name: wav2vec2-large-xlsr-Mongolian-cv17-base
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
name: common_voice_17_0
|
18 |
type: common_voice_17_0
|
|
|
20 |
split: validation
|
21 |
args: mn
|
22 |
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 0.7902951968892054
|
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_17_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.9632
|
36 |
+
- Wer: 0.7903
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
+
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
71 |
+
| No log | 1.1940 | 40 | 13.1486 | 1.0009 |
|
72 |
+
| No log | 2.3881 | 80 | 7.6639 | 1.0 |
|
73 |
+
| No log | 3.5821 | 120 | 3.4345 | 1.0 |
|
74 |
+
| No log | 4.7761 | 160 | 3.1527 | 1.0 |
|
75 |
+
| No log | 5.9701 | 200 | 3.1223 | 1.0 |
|
76 |
+
| No log | 7.1642 | 240 | 3.1137 | 1.0 |
|
77 |
+
| No log | 8.3582 | 280 | 3.1017 | 1.0 |
|
78 |
+
| No log | 9.5522 | 320 | 3.0909 | 1.0 |
|
79 |
+
| No log | 10.7463 | 360 | 3.0363 | 1.0 |
|
80 |
+
| 5.1112 | 11.9403 | 400 | 2.8364 | 1.0 |
|
81 |
+
| 5.1112 | 13.1343 | 440 | 2.0134 | 1.0078 |
|
82 |
+
| 5.1112 | 14.3284 | 480 | 1.3866 | 1.0511 |
|
83 |
+
| 5.1112 | 15.5224 | 520 | 1.1292 | 0.9320 |
|
84 |
+
| 5.1112 | 16.7164 | 560 | 1.0117 | 0.9017 |
|
85 |
+
| 5.1112 | 17.9104 | 600 | 0.9756 | 0.8339 |
|
86 |
+
| 5.1112 | 19.1045 | 640 | 0.9632 | 0.7903 |
|
87 |
|
88 |
|
89 |
### Framework versions
|