lucas-meyer
commited on
Commit
•
d8295c1
1
Parent(s):
113454a
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- audiofolder
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
model-index:
|
9 |
+
- name: xls-r-fleurs_nl-run4
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Automatic Speech Recognition
|
13 |
+
type: automatic-speech-recognition
|
14 |
+
dataset:
|
15 |
+
name: audiofolder
|
16 |
+
type: audiofolder
|
17 |
+
config: default
|
18 |
+
split: validation
|
19 |
+
args: default
|
20 |
+
metrics:
|
21 |
+
- name: Wer
|
22 |
+
type: wer
|
23 |
+
value: 0.46057420137484834
|
24 |
+
---
|
25 |
+
|
26 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
27 |
+
should probably proofread and complete it, then remove this comment. -->
|
28 |
+
|
29 |
+
# xls-r-fleurs_nl-run4
|
30 |
+
|
31 |
+
This model was trained from scratch on the audiofolder dataset.
|
32 |
+
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.6473
|
34 |
+
- Wer: 0.4606
|
35 |
+
|
36 |
+
## Model description
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Intended uses & limitations
|
41 |
+
|
42 |
+
More information needed
|
43 |
+
|
44 |
+
## Training and evaluation data
|
45 |
+
|
46 |
+
More information needed
|
47 |
+
|
48 |
+
## Training procedure
|
49 |
+
|
50 |
+
### Training hyperparameters
|
51 |
+
|
52 |
+
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 0.0003
|
54 |
+
- train_batch_size: 16
|
55 |
+
- eval_batch_size: 16
|
56 |
+
- seed: 42
|
57 |
+
- gradient_accumulation_steps: 2
|
58 |
+
- total_train_batch_size: 32
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- lr_scheduler_warmup_steps: 500
|
62 |
+
- num_epochs: 30
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
+
| 0.1216 | 1.55 | 100 | 0.5803 | 0.4294 |
|
70 |
+
| 0.0775 | 3.1 | 200 | 0.6325 | 0.4420 |
|
71 |
+
| 0.0705 | 4.65 | 300 | 0.6473 | 0.4606 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.28.0
|
77 |
+
- Pytorch 2.0.1+cu117
|
78 |
+
- Datasets 2.14.4
|
79 |
+
- Tokenizers 0.13.3
|