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-speech to ensure the model appears under the correct task.
    • language: yo for accurate language filtering.
    • library_name: coqui_tts to 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 Usage section with a code example to facilitate easy inference and promote model adoption.
Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment