Improve model card: metadata & paper link
#3
by
nielsr
HF Staff
- opened
This PR addresses several improvements for the model card:
- Corrects the
library_namemetadata frompytorchtotransformersbased on the provided usage example and model architecture inconfig.json. This ensures the automated "how to use" widget on the model page functions correctly. - Adds the
datasetsmetadatauzw/PlainFact, as the GitHub README for thePlainQAFactframework explicitly links to this dataset on the Hugging Face Hub, indicating its strong association with the model. - Updates the introductory sentence in the model card to accurately link to the PlainQAFact: Retrieval-augmented Factual Consistency Evaluation Metric for Biomedical Plain Language Summarization paper and the GitHub repository for better discoverability.
- Adds a top-level model card title
# uzw/bart-large-question-generationfor better structure. - Removes the redundant GitHub link at the end of the model card, as it is now included in the introduction.