Improve model card: Add metadata (pipeline, language, library, tags, dataset) and paper link, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for the YoruTTS-0.5 model by:
- Adding essential metadata for better discoverability and categorization:
pipeline_tag: text-to-speechto ensure the model appears under the correct task.language: yofor accurate language filtering.library_name: coqui_ttsto indicate its compatibility with the Coqui-TTS library, as inferred from the paper and config file.tags: [tts, yoruba]for enhanced search capabilities.datasets: [aspmirlab/BENYO-S2ST-Corpus-1]to link it to its foundational corpus.
- Linking the model to its associated paper: BENYO-S2ST-Corpus-1: A Bilingual English-to-Yoruba Direct Speech-to-Speech Translation Corpus.
- Improving the content's markdown formatting by converting non-standard HTML tags (
<b>,<link>,<br>) to standard Markdown. - Adding a practical
Usagesection with a code example to facilitate easy inference and promote model adoption.