File size: 2,376 Bytes
d3139ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
base_model: DewiBrynJones/wav2vec2-xlsr-53-ft-btb-ccv-cy
tags:
- generated_from_trainer
metrics:
- wer
model-index:
- name: wav2vec2-btb-cv-ft-btb-cy
  results: []
---

<!-- 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-btb-cv-ft-btb-cy

This model is a fine-tuned version of [DewiBrynJones/wav2vec2-xlsr-53-ft-btb-ccv-cy](https://huggingface.co/DewiBrynJones/wav2vec2-xlsr-53-ft-btb-ccv-cy) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.6057
- Wer: 0.3738

## 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: 16
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 300
- training_steps: 3000
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch  | Step | Validation Loss | Wer    |
|:-------------:|:------:|:----:|:---------------:|:------:|
| No log        | 0.1139 | 200  | 0.7394          | 0.4966 |
| No log        | 0.2278 | 400  | 0.6406          | 0.4617 |
| 2.0443        | 0.3417 | 600  | 0.6105          | 0.4496 |
| 2.0443        | 0.4556 | 800  | 0.5865          | 0.4414 |
| 0.7145        | 0.5695 | 1000 | 0.5439          | 0.4165 |
| 0.7145        | 0.6834 | 1200 | 0.5428          | 0.4172 |
| 0.7145        | 0.7973 | 1400 | 0.5055          | 0.3872 |
| 0.6574        | 0.9112 | 1600 | 0.4916          | 0.3803 |
| 0.6574        | 1.0251 | 1800 | 0.4755          | 0.3658 |
| 0.577         | 1.1390 | 2000 | 0.4695          | 0.3594 |
| 0.577         | 1.2528 | 2200 | 0.4656          | 0.3505 |
| 0.577         | 1.3667 | 2400 | 0.5080          | 0.3547 |
| 0.534         | 1.4806 | 2600 | 0.5481          | 0.3640 |
| 0.534         | 1.5945 | 2800 | 0.6369          | 0.3903 |
| 0.7065        | 1.7084 | 3000 | 0.6057          | 0.3738 |


### Framework versions

- Transformers 4.44.0
- Pytorch 2.4.0+cu121
- Datasets 2.21.0
- Tokenizers 0.19.1