--- language: - cs pipeline_tag: other library_name: montreal-forced-aligner tags: - montreal-forced-aligner - forced-alignment license: cc-by-4.0 --- # Model Card for czech_mfa This MFA model is for aligning Czech speech. - [Model details](#model-details) - [Uses](#uses) - [Performance Factors](#how-to-get-started-with-the-model) - [Dictionary Details](#dictionary-details) - [Training Details](#training-details) - [Evaluation](#evaluation) - [Contact](#contact) ## Model Details ### Model Description - **Developed by:** Michael McAuliffe - **Funded by:** N/A - **Model type:** Montreal Forced Aligner model - **Language(s) (NLP):** Czech - **License:** cc-by-4.0 ## Uses ### Direct Use This model is intended to be used for forced alignment of Czech speech. Please see https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/troubleshooting.html for details on common fixes. ### Out-of-Scope Use This model cannot provide accurate assessments of goodness of pronunciations or provide transcripts as it is trained to be accepting of variation in pronunciation to provide a reasonable alignment for Czech speech. ## Bias, Risks, and Limitations This model will perform best on the variety of speech that it was trained on. The speakers in the training data are all adult speakers, so child speech alignment may not be accurate. ### Recommendations When using this model on a variety that it was not trained on, better results can be attained by adapting the model to the data to be aligned first. See https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/workflows/adapt_acoustic_model.html and https://github.com/mmcauliffe/mfa-adaptation for example usage and scripts. ## How to Get Started with the Model Use the code below to get started with the model. To get started, follow the instructions for [installing MFA](https://montreal-forced-aligner.readthedocs.io/en/latest/getting_started.html). To align files using this model, use the [mfa align](https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/workflows/alignment.html) command. ## Dictionary Details #### Details for czech_mfa dictionary and G2P model - **Source:** wikipron - **Orthography:** Latin - **Phone set:** MFA - **Words:** 220,220 * **Phones:** 45 * **Graphemes:** 59 ##### IPA chart ###### Consonants | Manner | Labial | Labiodental | Alveolar | Alveopalatal | Palatal | Velar | Glottal | | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | | **Nasal** | m m̩ | | n n̩ | | ɲ | ŋ | | | **Stop** | p b | | t d | | c ɟ | k ɡ | ʔ| | **Affricate** | | | ts dz | tʃ dʒ | | | | | **Sibilant** | | | s z | ʃ ʒ | | | | | **Fricative** | | f v | | | | | ɦ| | **Approximant** | | | | | j | | | | **Trill** | | | r r̩ | | | | | | **Lateral** | | | l l̩ | | | | | ###### Vowels | | Front | Near-Front | Central | Near-Back | Back | | :----: | :----: | :----: | :----: | :----: | :----: | | **Close** | iː | | | | u uː| | | | ɪ | | | | | **Close-Mid** | | | | | o ow oː| | | | | ə | | | | **Open-Mid** | ɛ ɛː | | | | | | | | | | | | | **Open** | | | a aː | | | ##### Diphthongs * aw * ow * ew ## Training Details ### Training Data #### Common Voice Czech - **Source:** https://voice.mozilla.org/en/datasets - **License:** [CC-0](https://creativecommons.org/publicdomain/zero/1.0/) - **Dialects:** N/A - **Number of hours:** 66.33 - **Number of utterances:** 55,391 - **Number of speakers:** 523 - **Female speakers:** 183 - **Male speakers:** 37 - **Unknown speakers:** 322 #### Czech Parliament Meetings - **Source:** https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0005-CF9C-4 - **License:** [CC BY-NC-ND 3.0](https://creativecommons.org/licenses/by-nc-nd/3.0/) - **Dialects:** N/A - **Number of hours:** 88.81 - **Number of utterances:** 51,494 - **Number of speakers:** 67 - **Female speakers:** 0 - **Male speakers:** 0 - **Unknown speakers:** 67 #### GlobalPhone Czech - **Source:** https://catalogue.elra.info/en-us/repository/browse/ELRA-S0196/ - **License:** [ELRA](https://www.elra.info/en/services-around-lrs/distribution/licensing/) - **Dialects:** N/A - **Number of hours:** 31.67 - **Number of utterances:** 12,322 - **Number of speakers:** 101 - **Female speakers:** 45 - **Male speakers:** 57 - **Unknown speakers:** 0 #### Large Corpus of Czech Parliament Plenary Hearings - **Source:** https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3126 - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) - **Dialects:** N/A - **Number of hours:** 450.95 - **Number of utterances:** 194,181 - **Number of speakers:** 84 - **Female speakers:** 0 - **Male speakers:** 0 - **Unknown speakers:** 84 ### Training Procedure #### Preprocessing Preprocessing include fixes and orthographic standardization to various corpora. #### Training Hyperparameters - **Training regime:** [Training configuration](config.yaml) ## Evaluation ### Testing Data, Factors & Metrics #### Testing Data N/A #### Factors N/A #### Metrics N/A ### Results N/A #### Summary ## Technical Specifications ### Model Architecture and Objective HMM-GMM model #### Software This model was trained via the [Montreal Forced Aligner](https://montreal-forced-aligner.readthedocs.io/). ## Citation **BibTeX:** ``` @techreport{mfa_czech_mfa_acoustic_2026, author={McAuliffe, Michael and Sonderegger, Morgan}, title={Czech MFA acoustic model v3.3.0}, address={\url{https://huggingface.co/MontrealCorpusTools/czech_mfa}}, year={2026}, month={Jun}, } ``` **APA:** ``` McAuliffe, M. & Sonderegger, M. (2026). Czech MFA acoustic model v3.3.0. Available at https://huggingface.co/MontrealCorpusTools/czech_mfa. ``` ## Contact For questions and issues, please file an issue either for this model at https://huggingface.co/MontrealCorpusTools/czech_mfa/discussions or for larger MFA issues at https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner/issues.