File size: 2,277 Bytes
b38f073
 
 
 
 
 
 
 
 
 
 
 
 
 
63aaa07
b38f073
03066fc
63aaa07
b38f073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63aaa07
 
b38f073
 
 
 
63aaa07
 
03066fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b38f073
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: xls-r_cv_ur
  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. -->

# xls-r_cv_ur

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

## 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.0001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 100
- num_epochs: 20
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch | Step | Validation Loss | Wer |
|:-------------:|:-----:|:----:|:---------------:|:---:|
| 8.4361        | 1.14  | 100  | 2.3733          | 1.0 |
| 1.9609        | 2.27  | 200  | 1.8280          | 1.0 |
| 1.8191        | 3.41  | 300  | 1.8259          | 1.0 |
| 1.8359        | 4.55  | 400  | 1.8069          | 1.0 |
| 1.7667        | 5.68  | 500  | 1.8038          | 1.0 |
| 1.7751        | 6.82  | 600  | 1.7473          | 1.0 |
| 1.7428        | 7.95  | 700  | 1.6996          | 1.0 |
| 1.697         | 9.09  | 800  | 1.6364          | 1.0 |
| 1.6532        | 10.23 | 900  | 1.4985          | 1.0 |
| 1.5217        | 11.36 | 1000 | 1.2836          | 1.0 |
| 1.3385        | 12.5  | 1100 | 1.0293          | 1.0 |
| 1.1596        | 13.64 | 1200 | 0.8294          | 1.0 |
| 1.0655        | 14.77 | 1300 | 0.7150          | 1.0 |
| 0.9951        | 15.91 | 1400 | 0.6364          | 1.0 |
| 0.9013        | 17.05 | 1500 | 0.5548          | 1.0 |
| 0.8276        | 18.18 | 1600 | 0.5200          | 1.0 |
| 0.8129        | 19.32 | 1700 | 0.4888          | 1.0 |


### Framework versions

- Transformers 4.21.0
- Pytorch 1.11.0+cu113
- Datasets 2.4.0
- Tokenizers 0.12.1