File size: 3,112 Bytes
b67dd98
 
 
 
 
 
 
93ccdba
 
8c8d66c
b67dd98
17d61b0
b67dd98
29cae2c
 
93ccdba
 
29cae2c
 
 
 
 
 
93ccdba
 
 
 
 
 
b67dd98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
99
100
101
---
language:
- ba
license: apache-2.0
tags:
- automatic-speech-recognition
- generated_from_trainer
- hf-asr-leaderboard
- mozilla-foundation/common_voice_7_0
- robust-speech-event
datasets:
- mozilla-foundation/common_voice_7_0
model-index:
- name: XLS-R-300M - Bashkir
  results:
  - task:
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    dataset:
      name: Common Voice 7
      type: mozilla-foundation/common_voice_7_0
      args: ba
    metrics:
    - name: Test WER
      type: wer
      value: 24.2
    - name: Test CER
      type: cer
      value: 5.08
---

<!-- 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-bashkir

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

## 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: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 2000
- num_epochs: 10.0
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch | Step  | Validation Loss | Wer    |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
| 1.4792        | 0.5   | 2000  | 0.4598          | 0.5404 |
| 1.449         | 1.0   | 4000  | 0.4650          | 0.5610 |
| 1.3742        | 1.49  | 6000  | 0.4001          | 0.4977 |
| 1.3375        | 1.99  | 8000  | 0.3916          | 0.4894 |
| 1.2961        | 2.49  | 10000 | 0.3641          | 0.4569 |
| 1.2714        | 2.99  | 12000 | 0.3491          | 0.4488 |
| 1.2399        | 3.48  | 14000 | 0.3151          | 0.3986 |
| 1.2067        | 3.98  | 16000 | 0.3081          | 0.3923 |
| 1.1842        | 4.48  | 18000 | 0.2875          | 0.3703 |
| 1.1644        | 4.98  | 20000 | 0.2840          | 0.3670 |
| 1.161         | 5.48  | 22000 | 0.2790          | 0.3597 |
| 1.1303        | 5.97  | 24000 | 0.2552          | 0.3272 |
| 1.0874        | 6.47  | 26000 | 0.2405          | 0.3142 |
| 1.0613        | 6.97  | 28000 | 0.2352          | 0.3055 |
| 1.0498        | 7.47  | 30000 | 0.2249          | 0.2910 |
| 1.021         | 7.96  | 32000 | 0.2118          | 0.2752 |
| 1.0002        | 8.46  | 34000 | 0.2046          | 0.2662 |
| 0.9762        | 8.96  | 36000 | 0.1969          | 0.2530 |
| 0.9568        | 9.46  | 38000 | 0.1917          | 0.2449 |
| 0.953         | 9.96  | 40000 | 0.1893          | 0.2425 |


### Framework versions

- Transformers 4.16.0.dev0
- Pytorch 1.10.1+cu102
- Datasets 1.17.1.dev0
- Tokenizers 0.11.0