CoolFace
Modelpublic

b-koopman/speecht5_finetuned_voxpopuli_accented_en

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes11downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

T5 TTS finetuned on accented english - b-koopman

This model is a fine-tuned version of microsoft/speecht5_tts on the facebook/voxpopuli dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4800

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
  • —trainbatchsize: 4
  • —evalbatchsize: 2
  • —seed: 42
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —training_steps: 1000

Training results

Training LossEpochStepValidation Loss
0.6321.051000.5855
0.62622.112000.5622
0.59913.163000.5442
0.5624.224000.5110
0.53455.275000.4929
0.52046.326000.4888
0.52497.387000.4835
0.51898.438000.4812
0.51169.499000.4798
0.515710.5410000.4804

Framework versions

  • —Transformers 4.31.0
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.13.1
  • —Tokenizers 0.13.3