update model card README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,12 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- ha
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
- automatic-speech-recognition
|
7 |
-
- mozilla-foundation/common_voice_8_0
|
8 |
- generated_from_trainer
|
9 |
-
- "ha"
|
10 |
-
- "robust-speech-event"
|
11 |
datasets:
|
12 |
- common_voice
|
13 |
model-index:
|
14 |
- name: ''
|
15 |
-
results:
|
16 |
-
- task:
|
17 |
-
name: Automatic Speech Recognition
|
18 |
-
type: automatic-speech-recognition
|
19 |
-
dataset:
|
20 |
-
name: Common Voice 8
|
21 |
-
type: mozilla-foundation/common_voice_8_0
|
22 |
-
args: ha
|
23 |
-
metrics:
|
24 |
-
- name: Test WER
|
25 |
-
type: wer
|
26 |
-
value: 51.80
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
#
|
33 |
|
34 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -53,7 +36,7 @@ More information needed
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
-
- learning_rate:
|
57 |
- train_batch_size: 8
|
58 |
- eval_batch_size: 8
|
59 |
- seed: 42
|
@@ -69,15 +52,15 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
72 |
-
| 3.
|
73 |
-
| 2.
|
74 |
-
| 1.
|
75 |
-
| 1.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
datasets:
|
6 |
- common_voice
|
7 |
model-index:
|
8 |
- name: ''
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
#
|
16 |
|
17 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5050
|
20 |
+
- Wer: 0.5169
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 9.6e-05
|
40 |
- train_batch_size: 8
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 3.0021 | 8.33 | 500 | 2.9059 | 1.0 |
|
56 |
+
| 2.6604 | 16.66 | 1000 | 2.6402 | 0.9892 |
|
57 |
+
| 1.2216 | 24.99 | 1500 | 0.6051 | 0.6851 |
|
58 |
+
| 1.0754 | 33.33 | 2000 | 0.5408 | 0.6464 |
|
59 |
+
| 0.9582 | 41.66 | 2500 | 0.5521 | 0.5935 |
|
60 |
+
| 0.8653 | 49.99 | 3000 | 0.5156 | 0.5550 |
|
61 |
+
| 0.7867 | 58.33 | 3500 | 0.5439 | 0.5606 |
|
62 |
+
| 0.7265 | 66.66 | 4000 | 0.4863 | 0.5255 |
|
63 |
+
| 0.6699 | 74.99 | 4500 | 0.5050 | 0.5169 |
|
64 |
|
65 |
|
66 |
### Framework versions
|