CoolFace
Modelpublic

scasutt/wav2vec2-large-xlsr-52_Swiss_German

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
1likes302downloads
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. -->

wav2vec2-large-xlsr-53fulltrain

This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the Swissdial dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.2811
  • —Wer: 0.2909

Model description

Wav2Vec2-XLSR-53 trained on augmented Swiss Dial dataset

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: 16
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 16
  • —totaltrainbatch_size: 256
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossWer
1.76662.6910000.43560.4954
0.78685.3920000.26930.3180
0.69488.0930000.28110.2909

Framework versions

  • —Transformers 4.19.2
  • —Pytorch 1.11.0+cu102
  • —Datasets 2.2.1
  • —Tokenizers 0.12.1