Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- common_voice_12_0
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
@@ -16,12 +16,14 @@ model-index:
|
|
16 |
name: common_voice_12_0
|
17 |
type: common_voice_12_0
|
18 |
config: fy-NL
|
19 |
-
split:
|
20 |
args: fy-NL
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
-
value: 0.
|
|
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,19 +34,19 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice_12_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.2634
|
35 |
-
-
|
36 |
|
37 |
-
|
38 |
-
|
39 |
-
More information needed
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
-
|
|
|
|
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
-
|
48 |
|
49 |
## Training procedure
|
50 |
|
@@ -97,4 +99,4 @@ The following hyperparameters were used during training:
|
|
97 |
- Transformers 4.27.3
|
98 |
- Pytorch 2.0.0+cu117
|
99 |
- Datasets 2.10.1
|
100 |
-
- Tokenizers 0.13.2
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- mozilla-foundation/common_voice_12_0
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
|
|
16 |
name: common_voice_12_0
|
17 |
type: common_voice_12_0
|
18 |
config: fy-NL
|
19 |
+
split: test
|
20 |
args: fy-NL
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 0.15990775235054105
|
25 |
+
language:
|
26 |
+
- fy
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice_12_0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.2634
|
37 |
+
- WER: 0.1599
|
38 |
|
39 |
+
This model was developed together with [golesheed](https://huggingface.co/golesheed) for the course "Speech Recognition II" of the "MSc Voice Technology" program at Rijksuniversiteit Groningen - Campus Fryslân.
|
|
|
|
|
40 |
|
41 |
## Intended uses & limitations
|
42 |
|
43 |
+
Intended use is for recognizing Frisian speech.
|
44 |
+
|
45 |
+
Limitations include not enough hyperparameter tuning, no LM rescoring, and using v12 of Common Voice instead of v13.
|
46 |
|
47 |
## Training and evaluation data
|
48 |
|
49 |
+
Training and evaluation splits used are the ones offered by the Common Voice dataset.
|
50 |
|
51 |
## Training procedure
|
52 |
|
|
|
99 |
- Transformers 4.27.3
|
100 |
- Pytorch 2.0.0+cu117
|
101 |
- Datasets 2.10.1
|
102 |
+
- Tokenizers 0.13.2
|