Add pipeline tag and improve model card
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: automatic-speech-recognitionto the metadata for better discoverability. - Linking the model to the original paper and the official GitHub repository.
- Adding a simplified usage section with installation instructions and a code snippet for quick inference, based on the official implementation.
- Refactoring the model details and token vocabulary sections for better readability.
pymaster changed pull request status to merged