--- license: apache-2.0 base_model: facebook/wav2vec2-base tags: - generated_from_trainer metrics: - accuracy model-index: - name: ipad-sample results: [] --- # ipad-sample This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.6855 - Accuracy: 0.6818 ## 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: 3e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_ratio: 0.1 - num_epochs: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 0.6911 | 1.0 | 6 | 0.7599 | 0.1818 | | 0.6743 | 2.0 | 12 | 0.8017 | 0.1818 | | 0.6893 | 3.0 | 18 | 0.7471 | 0.1818 | | 0.6135 | 4.0 | 24 | 0.7362 | 0.1818 | | 0.6072 | 5.0 | 30 | 0.7672 | 0.1818 | | 0.5883 | 6.0 | 36 | 0.7402 | 0.4545 | | 0.549 | 7.0 | 42 | 0.6985 | 0.6364 | | 0.5315 | 8.0 | 48 | 0.6857 | 0.6818 | | 0.5101 | 9.0 | 54 | 0.6721 | 0.6818 | | 0.4862 | 10.0 | 60 | 0.6855 | 0.6818 | ### Framework versions - Transformers 4.38.2 - Pytorch 2.1.0+cu121 - Datasets 2.18.0 - Tokenizers 0.15.2