Improve model card: add paper details, update license, and add library tag
#3
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the Single-Pass Scanner by:
- Updating the main heading to the official paper title, "Single-Pass Document Scanning for Question Answering".
- Adding a direct link to the paper and its abstract for comprehensive context.
- Explicitly linking to the official GitHub repository for code, setup, and evaluation details.
- Including a link to the Hugging Face Datasets used for training and evaluation.
- Correcting the
licensemetadata fromapache-2.0tomit, aligning with the project's code license as stated in the GitHub README. - Adding
library_name: transformersto the metadata for better discoverability and compatibility on the Hub. - Removing the extraneous "File information" section.
These changes aim to make the model card more informative and user-friendly.