Add pipeline tag, library name, and license; link to code
#1
by
nielsr HF Staff - opened
This PR adds the missing pipeline_tag, library_name, and license to the model card metadata. This will improve discoverability and clarity for users. The pipeline_tag is set to question-answering based on the model's description and intended use. The library_name is set to transformers based on the code examples and file structure. The license is set to mit based on the Github repo's LICENSE file. Also adds a link to the code repository.