--- license: apache-2.0 base_model: facebook/wav2vec2-base tags: - generated_from_trainer metrics: - wer model-index: - name: w2v2-base-pretrained_lr5e-5_at1_da1 results: [] --- # w2v2-base-pretrained_lr5e-5_at1_da1 This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 2.1337 - Wer: 0.1867 ## 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: 5e-05 - train_batch_size: 32 - 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: 1000 - training_steps: 4000 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:------:| | 24.34 | 6.1 | 250 | 4.9035 | 1.0 | | 3.488 | 12.2 | 500 | 3.2532 | 1.0 | | 3.1188 | 18.29 | 750 | 3.1635 | 1.0 | | 3.074 | 24.39 | 1000 | 3.1097 | 1.0 | | 3.0433 | 30.49 | 1250 | 3.0810 | 1.0 | | 3.0198 | 36.59 | 1500 | 3.0607 | 1.0 | | 1.554 | 42.68 | 1750 | 1.2500 | 0.3635 | | 0.224 | 48.78 | 2000 | 1.6458 | 0.1999 | | 0.1319 | 54.88 | 2250 | 1.6232 | 0.1982 | | 0.0961 | 60.98 | 2500 | 1.8003 | 0.1845 | | 0.0788 | 67.07 | 2750 | 2.0011 | 0.1939 | | 0.0634 | 73.17 | 3000 | 2.0543 | 0.1909 | | 0.0567 | 79.27 | 3250 | 2.0814 | 0.1867 | | 0.0501 | 85.37 | 3500 | 2.0521 | 0.1828 | | 0.0463 | 91.46 | 3750 | 2.1218 | 0.1837 | | 0.0428 | 97.56 | 4000 | 2.1337 | 0.1867 | ### Framework versions - Transformers 4.35.0 - Pytorch 2.0.0 - Datasets 2.14.6 - Tokenizers 0.14.1