kylzer's picture
update model card README.md
0168997
|
raw
history blame
No virus
2.24 kB
---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- common_voice
metrics:
- wer
model-index:
- name: asr_skripsi_colab_common_voice
results:
- task:
name: Automatic Speech Recognition
type: automatic-speech-recognition
dataset:
name: common_voice
type: common_voice
config: id
split: train+validation
args: id
metrics:
- name: Wer
type: wer
value: 0.22400210084033614
---
<!-- 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. -->
# asr_skripsi_colab_common_voice
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3589
- Wer: 0.2240
## 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: 8
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 32
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 500
- num_epochs: 30
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|:-------------:|:-----:|:----:|:---------------:|:------:|
| 2.3848 | 3.64 | 400 | 0.7048 | 0.6599 |
| 0.5612 | 7.27 | 800 | 0.4098 | 0.3711 |
| 0.3146 | 10.91 | 1200 | 0.4011 | 0.3258 |
| 0.225 | 14.55 | 1600 | 0.3816 | 0.2799 |
| 0.1787 | 18.18 | 2000 | 0.3890 | 0.2673 |
| 0.1473 | 21.82 | 2400 | 0.3614 | 0.2466 |
| 0.1214 | 25.45 | 2800 | 0.3590 | 0.2388 |
| 0.1057 | 29.09 | 3200 | 0.3589 | 0.2240 |
### Framework versions
- Transformers 4.25.1
- Pytorch 1.13.0+cu116
- Datasets 2.7.1
- Tokenizers 0.13.2