Improve model card: add license, sample usage, performance table, and acknowledgements
#3
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding the
licenseto the YAML metadata (apache-2.0), as indicated in the associated GitHub repository. - Including a "Sample Usage" section with a
transformerspipeline example, making the model easier to use for quick inference. - Expanding the "Performance" section to include Table 2 from the paper's official GitHub repository, providing a more comprehensive view of the model's capabilities.
- Adding an "Acknowledgement" section to recognize the foundational work used in this project.
- Refining the overall structure for improved readability.