Improve model card: add library name, update license, link paper, and enhance content
#2
by
nielsr
HF Staff
- opened
This PR updates the model card for the SPScanner-130m model.
Key changes include:
- Updating the
licensefromapache-2.0tomit, aligning with the explicit license declaration in the official GitHub repository for the code. - Adding
library_name: transformersto correctly identify the model's compatibility with the Hugging Face Transformers library, enabling direct loading and usage. - Linking the model card to the official Hugging Face paper page: Single-Pass Document Scanning for Question Answering.
- Enhancing the model card's content by including the paper abstract, a prominent link to the GitHub repository, and reorganizing the usage and evaluation instructions with a sample
transformerscode snippet, leveraging information from the associated GitHub repository.
Please review these improvements.