Lemswasabi
commited on
Commit
•
de30748
1
Parent(s):
cfc429f
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,89 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- lb
|
5 |
metrics:
|
6 |
- wer
|
7 |
pipeline_tag: automatic-speech-recognition
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- automatic-speech-recognition
|
4 |
+
- generated_from_trainer
|
5 |
license: mit
|
6 |
language:
|
7 |
- lb
|
8 |
metrics:
|
9 |
- wer
|
10 |
pipeline_tag: automatic-speech-recognition
|
11 |
+
|
12 |
+
model-index:
|
13 |
+
- name: Lemswasabi/wav2vec2-large-xlsr-53-842h-luxembourgish-11h-with-lm
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
17 |
+
name: Speech Recognition # Optional. Example: Speech Recognition
|
18 |
+
metrics:
|
19 |
+
- type: wer
|
20 |
+
value: 9.98
|
21 |
+
name: Dev WER
|
22 |
+
- type: wer
|
23 |
+
value: 10.09
|
24 |
+
name: Test WER
|
25 |
+
- type: cer
|
26 |
+
value: 2.27
|
27 |
+
name: Dev CER
|
28 |
+
- type: cer
|
29 |
+
value: 2.22
|
30 |
+
name: Test CER
|
31 |
+
---
|
32 |
+
|
33 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
34 |
+
should probably proofread and complete it, then remove this comment. -->
|
35 |
+
|
36 |
+
#
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
We fine-tuned a wav2vec 2.0 large XLSR-53 checkpoint with 842h of unlabelled Luxembourgish speech
|
41 |
+
collected from [RTL.lu](https://www.rtl.lu/). Then the model was fine-tuned on 11h of labelled
|
42 |
+
Luxembourgish speech from the same domain. Additionally, we rescore the output transcription
|
43 |
+
with a 5-gram language model trained on text corpora from RTL.lu and the Luxembourgish parliament.
|
44 |
+
|
45 |
+
## Intended uses & limitations
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training and evaluation data
|
50 |
+
|
51 |
+
More information needed
|
52 |
+
|
53 |
+
## Training procedure
|
54 |
+
|
55 |
+
### Training hyperparameters
|
56 |
+
|
57 |
+
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 7.5e-05
|
59 |
+
- train_batch_size: 3
|
60 |
+
- eval_batch_size: 3
|
61 |
+
- seed: 42
|
62 |
+
- gradient_accumulation_steps: 4
|
63 |
+
- total_train_batch_size: 12
|
64 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
+
- lr_scheduler_type: linear
|
66 |
+
- lr_scheduler_warmup_steps: 2000
|
67 |
+
- num_epochs: 50.0
|
68 |
+
- mixed_precision_training: Native AMP
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.20.0.dev0
|
73 |
+
- Pytorch 1.11.0+cu113
|
74 |
+
- Datasets 2.2.1
|
75 |
+
- Tokenizers 0.12.1
|
76 |
+
|
77 |
+
## Citation
|
78 |
+
|
79 |
+
This model is a result of our paper `IMPROVING LUXEMBOURGISH SPEECH RECOGNITION WITH CROSS-LINGUAL SPEECH REPRESENTATIONS` submitted to the [IEEE SLT 2022 workshop](https://slt2022.org/)
|
80 |
+
|
81 |
+
```
|
82 |
+
@misc{lb-wav2vec2,
|
83 |
+
author = {Nguyen, Le Minh and Nayak, Shekhar and Coler, Matt.},
|
84 |
+
keywords = {Luxembourgish, multilingual speech recognition, language modelling, wav2vec 2.0 XLSR-53, under-resourced language},
|
85 |
+
title = {IMPROVING LUXEMBOURGISH SPEECH RECOGNITION WITH CROSS-LINGUAL SPEECH REPRESENTATIONS},
|
86 |
+
year = {2022},
|
87 |
+
copyright = {2023 IEEE}
|
88 |
+
}
|
89 |
+
```
|