File size: 2,537 Bytes
a6ecf8a
064c02c
 
a6ecf8a
 
 
 
 
 
 
 
 
064c02c
a6ecf8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
064c02c
a6ecf8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- multilingual
license: apache-2.0
base_model: serge-wilson/whisper-small-wolof
tags:
- generated_from_trainer
datasets:
- audiofolder
metrics:
- wer
model-index:
- name: Whisper Wolof Lengo AI V5
  results:
  - task:
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    dataset:
      name: audiofolder
      type: audiofolder
      config: default
      split: None
      args: default
    metrics:
    - name: Wer
      type: wer
      value: 39.312847261594285
---

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

# Whisper Wolof Lengo AI V5

This model is a fine-tuned version of [serge-wilson/whisper-small-wolof](https://huggingface.co/serge-wilson/whisper-small-wolof) on the audiofolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3500
- Wer: 39.3128
- Cer: 26.3187

## 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.0005
- train_batch_size: 8
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-05
- lr_scheduler_type: polynomial
- lr_scheduler_warmup_steps: 50
- training_steps: 1990
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch | Step | Validation Loss | Wer      | Cer      |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
| 1.3022        | 1.0   | 208  | 1.2112          | 146.8307 | 105.1707 |
| 0.8551        | 2.0   | 416  | 0.9020          | 90.5318  | 83.8833  |
| 0.5754        | 3.0   | 624  | 0.7127          | 118.9704 | 102.1064 |
| 0.3739        | 4.0   | 832  | 0.5951          | 63.1591  | 45.8295  |
| 0.2459        | 5.0   | 1040 | 0.4929          | 63.5446  | 50.1286  |
| 0.1579        | 6.0   | 1248 | 0.4524          | 51.6158  | 35.0170  |
| 0.0884        | 7.0   | 1456 | 0.4204          | 46.9554  | 30.6374  |
| 0.0498        | 8.0   | 1664 | 0.3817          | 51.6158  | 33.7194  |
| 0.0268        | 9.0   | 1872 | 0.3490          | 40.8550  | 27.1844  |
| 0.012         | 9.57  | 1990 | 0.3500          | 39.3128  | 26.3187  |


### Framework versions

- Transformers 4.39.3
- Pytorch 2.2.2+cu121
- Datasets 2.18.0
- Tokenizers 0.15.2