CoolFace
Modelpublic

pklumpp/Wav2Vec2_CommonPhone

sourceHugging Facecc0-1.0updated 11mo agoView on Hugging Face
5likes504downloads
Model Card

Model Card for Wav2Vec2 Large with Common Phone

This is a multilingual phone recognition model optimized with the Common Phone dataset. It was created in the scope of the PhD thesis Phonetic Transfer Learning from Healthy References for the Analysis of Pathological Speech by Philipp Klumpp to analyze pathological speech signals.

Find the Source Code to use this model on **GITHUB**.

To cite this work, please use the following BibTex snippet:

@phdthesis{klumpp2024phdthesis,
  author  = "Philipp Klumpp",
  title   = "Phonetic Transfer Learning from Healthy References for the Analysis of Pathological Speech",
  school  = "Friedrich-Alexander-Universit{\"a}t Erlangen-N{\"u}rnberg",
  address = "Erlangen, Germany",
  year    = 2024,
  month   = may
}

Model Details

Wav2Vec2 model with linear projection to CTC blank token + 101 phone symbols from the International Phonetic Alphabet (IPA). The model uses 16 kHz audio to predict the most probable sequence of uttered IPA phones.

Model Description

This model was created to analyze pathological speech signals. It was optimized with Common Phone, a multilingual corpus for robust acoustic modelling. It comprises more than 11.000 speakers which were carefully selected from Mozilla's Common Voice dataset. Results in terms of phone error rate (PER) in percent:

LanguageTest PER
English11.0
French9.9
German9.8
Italian9.1
Russian6.6
Spanish8.8
Average9.2

Model Sources [optional]

<!-- Provide the basic links for the model. -->

  • Repository: GitHub
  • Paper: The final print of the thesis will be linked here.

Contact

Philipp Klumpp