--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab results: [] --- # wav2vec2-base-timit-demo-colab This model is a fine-tuned version of [facebook/wav2vec2-base-960h](https://huggingface.co/facebook/wav2vec2-base-960h) on the None dataset. It achieves the following results on the evaluation set: - Loss: 3.0215 - Wer: 0.9819 ## 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: 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 - num_epochs: 30 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:------:| | 4.7978 | 3.45 | 500 | 3.0688 | 0.9819 | | 3.1832 | 6.9 | 1000 | 3.0315 | 0.9819 | | 3.1158 | 10.34 | 1500 | 3.0514 | 0.9819 | | 3.0776 | 13.79 | 2000 | 2.9971 | 0.9819 | | 3.0614 | 17.24 | 2500 | 3.0837 | 0.9819 | | 3.0724 | 20.69 | 3000 | 3.0462 | 0.9819 | | 3.0499 | 24.14 | 3500 | 3.0444 | 0.9819 | | 3.0592 | 27.59 | 4000 | 3.0215 | 0.9819 | ### Framework versions - Transformers 4.11.3 - Pytorch 1.10.0+cu111 - Datasets 1.13.3 - Tokenizers 0.10.3