File size: 3,252 Bytes
cbc2cbb
d0c0cdb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
library_name: transformers
license: apache-2.0
base_model: alamsher/wav2vec2-large-xlsr-53-common-voice-sw
tags:
- generated_from_trainer
datasets:
- common_voice_17_0
metrics:
- wer
model-index:
- name: model
  results:
  - task:
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    dataset:
      name: common_voice_17_0
      type: common_voice_17_0
      config: sw
      split: validation
      args: sw
    metrics:
    - name: Wer
      type: wer
      value: 0.18270008084074374
---

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

# model

This model is a fine-tuned version of [alamsher/wav2vec2-large-xlsr-53-common-voice-sw](https://huggingface.co/alamsher/wav2vec2-large-xlsr-53-common-voice-sw) on the common_voice_17_0 dataset.
It achieves the following results on the evaluation set:
- Loss: 0.2929
- Wer: 0.1827

## 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: 3e-05
- train_batch_size: 8
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 16
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 15
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch   | Step  | Validation Loss | Wer    |
|:-------------:|:-------:|:-----:|:---------------:|:------:|
| 0.2938        | 0.5028  | 500   | 0.3439          | 0.1940 |
| 0.273         | 1.0050  | 1000  | 0.3088          | 0.1923 |
| 0.2327        | 1.5078  | 1500  | 0.3031          | 0.1907 |
| 0.2351        | 2.0101  | 2000  | 0.2877          | 0.1897 |
| 0.2213        | 2.5128  | 2500  | 0.2915          | 0.1889 |
| 0.2172        | 3.0151  | 3000  | 0.2863          | 0.1879 |
| 0.191         | 3.5178  | 3500  | 0.2881          | 0.1880 |
| 0.2048        | 4.0201  | 4000  | 0.2832          | 0.1875 |
| 0.1928        | 4.5229  | 4500  | 0.2825          | 0.1863 |
| 0.1871        | 5.0251  | 5000  | 0.2861          | 0.1863 |
| 0.1856        | 5.5279  | 5500  | 0.2856          | 0.1856 |
| 0.1763        | 6.0302  | 6000  | 0.2854          | 0.1856 |
| 0.1707        | 6.5329  | 6500  | 0.2883          | 0.1853 |
| 0.1714        | 7.0352  | 7000  | 0.2849          | 0.1850 |
| 0.1577        | 7.5380  | 7500  | 0.2875          | 0.1851 |
| 0.162         | 8.0402  | 8000  | 0.2852          | 0.1850 |
| 0.1489        | 8.5430  | 8500  | 0.2911          | 0.1833 |
| 0.1674        | 9.0452  | 9000  | 0.2887          | 0.1826 |
| 0.1818        | 9.5480  | 9500  | 0.2894          | 0.1828 |
| 0.165         | 10.0503 | 10000 | 0.2915          | 0.1830 |
| 0.1715        | 10.5530 | 10500 | 0.2929          | 0.1827 |


### Framework versions

- Transformers 4.52.4
- Pytorch 2.6.0+cu124
- Datasets 3.6.0
- Tokenizers 0.21.2