update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- common_voice
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
+
model-index:
|
10 |
+
- name: wav2vec2-large-xlsr-53-th-main
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Automatic Speech Recognition
|
14 |
+
type: automatic-speech-recognition
|
15 |
+
dataset:
|
16 |
+
name: common_voice
|
17 |
+
type: common_voice
|
18 |
+
config: th
|
19 |
+
split: validation
|
20 |
+
args: th
|
21 |
+
metrics:
|
22 |
+
- name: Wer
|
23 |
+
type: wer
|
24 |
+
value: 0.4686162624821683
|
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-large-xlsr-53-th-main
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [airesearch/wav2vec2-large-xlsr-53-th](https://huggingface.co/airesearch/wav2vec2-large-xlsr-53-th) on the common_voice dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.1340
|
35 |
+
- Wer: 0.4686
|
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.0001
|
55 |
+
- train_batch_size: 32
|
56 |
+
- eval_batch_size: 16
|
57 |
+
- seed: 42
|
58 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
+
- lr_scheduler_type: linear
|
60 |
+
- lr_scheduler_warmup_steps: 30
|
61 |
+
- num_epochs: 40
|
62 |
+
- mixed_precision_training: Native AMP
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
68 |
+
| 5.2524 | 3.23 | 100 | 3.3222 | 1.0 |
|
69 |
+
| 3.2913 | 6.45 | 200 | 3.1818 | 1.0 |
|
70 |
+
| 2.222 | 9.68 | 300 | 1.2497 | 0.5335 |
|
71 |
+
| 1.1558 | 12.9 | 400 | 1.0792 | 0.5214 |
|
72 |
+
| 0.934 | 16.13 | 500 | 1.0663 | 0.4986 |
|
73 |
+
| 0.8023 | 19.35 | 600 | 1.0331 | 0.4893 |
|
74 |
+
| 0.7041 | 22.58 | 700 | 1.0801 | 0.4800 |
|
75 |
+
| 0.6576 | 25.81 | 800 | 1.1123 | 0.4886 |
|
76 |
+
| 0.6061 | 29.03 | 900 | 1.0748 | 0.4829 |
|
77 |
+
| 0.5649 | 32.26 | 1000 | 1.1187 | 0.4679 |
|
78 |
+
| 0.5717 | 35.48 | 1100 | 1.1267 | 0.4715 |
|
79 |
+
| 0.5267 | 38.71 | 1200 | 1.1340 | 0.4686 |
|
80 |
+
|
81 |
+
|
82 |
+
### Framework versions
|
83 |
+
|
84 |
+
- Transformers 4.28.0
|
85 |
+
- Pytorch 2.0.1+cu118
|
86 |
+
- Datasets 1.16.1
|
87 |
+
- Tokenizers 0.13.3
|