lucas-meyer
commited on
Commit
·
fcea4cc
1
Parent(s):
2de9208
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- audiofolder
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
+
model-index:
|
10 |
+
- name: wav2vec2-xls-r-300m-fleurs_zu-run1
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Automatic Speech Recognition
|
14 |
+
type: automatic-speech-recognition
|
15 |
+
dataset:
|
16 |
+
name: audiofolder
|
17 |
+
type: audiofolder
|
18 |
+
config: default
|
19 |
+
split: validation
|
20 |
+
args: default
|
21 |
+
metrics:
|
22 |
+
- name: Wer
|
23 |
+
type: wer
|
24 |
+
value: 0.600381
|
25 |
+
---
|
26 |
+
|
27 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
+
should probably proofread and complete it, then remove this comment. -->
|
29 |
+
|
30 |
+
# wav2vec2-xls-r-300m-asr_af-run1-fleurs_zu-run1
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [lucas-meyer/wav2vec2-xls-r-300m-asr_af-run1](https://huggingface.co/lucas-meyer/wav2vec2-xls-r-300m-asr_af-run1) on the audiofolder dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.578752
|
35 |
+
- Wer: 0.600381
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Intended uses & limitations
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Training and evaluation data
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training procedure
|
50 |
+
|
51 |
+
### Training hyperparameters
|
52 |
+
|
53 |
+
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 0.0003
|
55 |
+
- train_batch_size: 4
|
56 |
+
- eval_batch_size: 4
|
57 |
+
- seed: 42
|
58 |
+
- gradient_accumulation_steps: 2
|
59 |
+
- total_train_batch_size: 16
|
60 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
+
- lr_scheduler_type: linear
|
62 |
+
- lr_scheduler_warmup_steps: 500
|
63 |
+
- num_epochs: 30
|
64 |
+
- mixed_precision_training: Native AMP
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
70 |
+
| 50 | 19.607200 | 9.162900 | 1.000000 |
|
71 |
+
| 100 | 7.038300 | 4.738822 | 1.000000 |
|
72 |
+
| 150 | 4.190100 | 3.359574 | 1.000000 |
|
73 |
+
| 200 | 3.161900 | 3.032595 | 1.000000 |
|
74 |
+
| 250 | 3.004700 | 2.994741 | 1.000000 |
|
75 |
+
| 300 | 2.988300 | 2.955285 | 1.000000 |
|
76 |
+
| 350 | 2.675800 | 1.816109 | 1.000000 |
|
77 |
+
| 400 | 1.064400 | 0.866473 | 0.814220 |
|
78 |
+
| 450 | 0.601600 | 0.696754 | 0.712340 |
|
79 |
+
| 500 | 0.506900 | 0.662974 | 0.716426 |
|
80 |
+
| 550 | 0.432200 | 0.598446 | 0.667121 |
|
81 |
+
| 600 | 0.358700 | 0.618853 | 0.681013 |
|
82 |
+
| 650 | 0.333300 | 0.564290 | 0.627349 |
|
83 |
+
| 700 | 0.283100 | 0.573746 | 0.646418 |
|
84 |
+
| 750 | 0.250800 | 0.577737 | 0.639608 |
|
85 |
+
| 800 | 0.232200 | 0.557288 | 0.604467 |
|
86 |
+
| 850 | 0.191200 | 0.538959 | 0.590030 |
|
87 |
+
| 900 | 0.195600 | 0.549700 | 0.600654 |
|
88 |
+
| 950 | 0.193000 | 0.579098 | 0.611278 |
|
89 |
+
| 1000 | 0.169900 | 0.578752 | 0.600381 |
|
90 |
+
|
91 |
+
|
92 |
+
### Framework versions
|
93 |
+
|
94 |
+
- Transformers 4.28.0
|
95 |
+
- Pytorch 2.0.1+cu118
|
96 |
+
- Datasets 2.14.4
|
97 |
+
- Tokenizers 0.13.3
|