CoolFace
Modelpublic

abdelkader12/Text_To_Speech_model

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes13downloads
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. -->

Speech 5

This model is a fine-tuned version of microsoft/speecht5_tts on the Darija Common Voice 11.0 dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3400

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
  • —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: 100
  • —training_steps: 500
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
0.228957.14291000.3906
0.2089114.28572000.3636
0.1927171.42863000.3515
0.1855228.57144000.3444
0.1864285.71435000.3400

Framework versions

  • —Transformers 4.44.2
  • —Pytorch 2.4.1+cu121
  • —Datasets 3.0.1
  • —Tokenizers 0.19.1