wav2vec2-base-arabic-reuse-english-token-ids
This model is a fine-tuned version of facebook/wav2vec2-base on the common_voice_17_0 dataset. It achieves the following results on the evaluation set:
- Loss: 0.8232
- Wer: 0.6883
- Cer: 0.2167
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: 1e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 32
- 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: constant_with_warmup
- lr_scheduler_warmup_steps: 50
- num_epochs: 4
- mixed_precision_training: Native AMP
Training results
Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
---|---|---|---|---|---|
3.022 | 1.0 | 884 | 3.0663 | 1.0 | 1.0 |
2.0477 | 2.0 | 1768 | 2.0036 | 0.9912 | 0.4908 |
1.0991 | 3.0 | 2652 | 1.0395 | 0.7803 | 0.2603 |
0.8685 | 4.0 | 3536 | 0.8232 | 0.6883 | 0.2167 |
Framework versions
- Transformers 4.52.4
- Pytorch 2.6.0+cu124
- Datasets 2.18.0
- Tokenizers 0.21.2
- Downloads last month
- 4