--- license: mit base_model: Edmon02/speecht5_finetuned_voxpopuli_hy tags: - generated_from_trainer model-index: - name: speecht5_finetuned_voxpopuli_hy results: [] --- # speecht5_finetuned_voxpopuli_hy This model is a fine-tuned version of [Edmon02/speecht5_finetuned_voxpopuli_hy](https://huggingface.co/Edmon02/speecht5_finetuned_voxpopuli_hy) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.4759 ## 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: 2e-05 - train_batch_size: 4 - eval_batch_size: 2 - seed: 42 - gradient_accumulation_steps: 8 - 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: 1000 - training_steps: 4000 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-------:|:----:|:---------------:| | 0.5345 | 3.4602 | 500 | 0.4915 | | 0.5277 | 6.9204 | 1000 | 0.4881 | | 0.5173 | 10.3806 | 1500 | 0.4833 | | 0.5093 | 13.8408 | 2000 | 0.4807 | | 0.5135 | 17.3010 | 2500 | 0.4785 | | 0.5057 | 20.7612 | 3000 | 0.4793 | | 0.5016 | 24.2215 | 3500 | 0.4773 | | 0.5036 | 27.6817 | 4000 | 0.4759 | ### Framework versions - Transformers 4.43.3 - Pytorch 2.4.0+cu121 - Datasets 2.20.0 - Tokenizers 0.19.1