File size: 2,962 Bytes
0fadad7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- fleurs
metrics:
- wer
model-index:
- name: wav2vec2-large-xls-r-300m-kr-jw4169
  results:
  - task:
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    dataset:
      name: fleurs
      type: fleurs
      config: ko_kr
      split: train
      args: ko_kr
    metrics:
    - name: Wer
      type: wer
      value: 0.519593179778642
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# wav2vec2-large-xls-r-300m-kr-jw4169

This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the fleurs dataset.
It achieves the following results on the evaluation set:
- Loss: 0.9752
- Wer: 0.5196

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0003
- train_batch_size: 4
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 16
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 500
- num_epochs: 30

### Training results

| Training Loss | Epoch | Step | Validation Loss | Wer    |
|:-------------:|:-----:|:----:|:---------------:|:------:|
| 35.084        | 1.39  | 200  | 6.8536          | 1.0    |
| 4.853         | 2.78  | 400  | 4.6246          | 1.0    |
| 4.5491        | 4.17  | 600  | 4.3815          | 1.0    |
| 2.799         | 5.55  | 800  | 1.7402          | 0.8642 |
| 1.3872        | 6.94  | 1000 | 1.2019          | 0.7448 |
| 0.9599        | 8.33  | 1200 | 1.0594          | 0.7134 |
| 0.675         | 9.72  | 1400 | 0.9321          | 0.6404 |
| 0.4775        | 11.11 | 1600 | 0.9088          | 0.5911 |
| 0.3479        | 12.5  | 1800 | 0.9430          | 0.6010 |
| 0.2712        | 13.89 | 2000 | 0.8948          | 0.5854 |
| 0.2283        | 15.28 | 2200 | 0.9009          | 0.5495 |
| 0.1825        | 16.67 | 2400 | 0.9079          | 0.5501 |
| 0.161         | 18.06 | 2600 | 0.9518          | 0.5390 |
| 0.1394        | 19.44 | 2800 | 0.9529          | 0.5399 |
| 0.1266        | 20.83 | 3000 | 0.9505          | 0.5283 |
| 0.1102        | 22.22 | 3200 | 0.9748          | 0.5328 |
| 0.101         | 23.61 | 3400 | 0.9593          | 0.5316 |
| 0.0907        | 25.0  | 3600 | 0.9832          | 0.5292 |
| 0.0833        | 26.39 | 3800 | 0.9773          | 0.5181 |
| 0.0781        | 27.78 | 4000 | 0.9736          | 0.5163 |
| 0.0744        | 29.17 | 4200 | 0.9752          | 0.5196 |


### Framework versions

- Transformers 4.25.0.dev0
- Pytorch 1.10.0+cu102
- Datasets 2.6.1
- Tokenizers 0.13.1