kingabzpro
commited on
Commit
•
215c2aa
1
Parent(s):
7db5395
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- common_voice
|
7 |
+
model-index:
|
8 |
+
- name: wav2vec2-large-xls-r-300m-Indonesian
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# wav2vec2-large-xls-r-300m-Indonesian
|
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.4087
|
20 |
+
- Wer: 0.2461
|
21 |
+
- Cer: 0.0666
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0003
|
41 |
+
- train_batch_size: 64
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 2
|
45 |
+
- total_train_batch_size: 128
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 400
|
49 |
+
- num_epochs: 50
|
50 |
+
- mixed_precision_training: Native AMP
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
56 |
+
| 5.0788 | 4.26 | 200 | 2.9389 | 1.0 | 1.0 |
|
57 |
+
| 2.8288 | 8.51 | 400 | 2.2535 | 1.0 | 0.8004 |
|
58 |
+
| 0.907 | 12.77 | 600 | 0.4558 | 0.4243 | 0.1095 |
|
59 |
+
| 0.4071 | 17.02 | 800 | 0.4013 | 0.3468 | 0.0913 |
|
60 |
+
| 0.3 | 21.28 | 1000 | 0.4167 | 0.3075 | 0.0816 |
|
61 |
+
| 0.2544 | 25.53 | 1200 | 0.4132 | 0.2835 | 0.0762 |
|
62 |
+
| 0.2145 | 29.79 | 1400 | 0.3878 | 0.2693 | 0.0729 |
|
63 |
+
| 0.1923 | 34.04 | 1600 | 0.4023 | 0.2623 | 0.0702 |
|
64 |
+
| 0.1681 | 38.3 | 1800 | 0.3984 | 0.2581 | 0.0686 |
|
65 |
+
| 0.1598 | 42.55 | 2000 | 0.3982 | 0.2493 | 0.0663 |
|
66 |
+
| 0.1464 | 46.81 | 2200 | 0.4087 | 0.2461 | 0.0666 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.17.0.dev0
|
72 |
+
- Pytorch 1.10.2+cu102
|
73 |
+
- Datasets 1.18.2.dev0
|
74 |
+
- Tokenizers 0.11.0
|