Improve model card with abstract, detailed usage, and comprehensive benchmarks
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for efficient-speech/lite-whisper-tiny-fast by:
- Adding a top-level title: Using the paper's title
# LiteASR: Efficient Automatic Speech Recognition with Low-Rank Approximationfor better structure and clarity. - Including the paper abstract: Providing essential context about the model's design and findings directly from the paper.
- Adding a "Quick Start" section with sample usage: Incorporating a Python code snippet from the GitHub README to demonstrate how to use the model with the
transformerslibrary. Theprocessorin the example has been updated toopenai/whisper-tinyto match thebase_modelof this specific repository, ensuring consistency and correctness for users. - Updating the "Benchmark Results" table: Replacing the existing table with the more comprehensive version found in the LiteASR GitHub repository, which covers a wider range of compressed Whisper models and provides a fuller picture of the project's performance.
These improvements make the model card more informative and user-friendly.