Improve model card: Update pipeline tag, add `transformers` library, and enhance content with paper/code links
#1
by
nielsr HF Staff - opened
This PR significantly enhances the model card for DoctorAgent-RL by:
- Updating the
pipeline_tagfromquestion-answeringtotext-generationto better reflect its multi-turn clinical dialogue capabilities. - Adding
library_name: transformersto ensure proper integration and discoverability on the Hugging Face Hub, enabling the "Use in Transformers" widget. - Including the
papermetadata tag linking to the official paper. - Providing a comprehensive overview of the model based on the paper's abstract and the GitHub README.
- Adding direct links to the paper on Hugging Face, the GitHub repository, and the associated Hugging Face Collection.
- Incorporating key features and a diagram of the methodology.
- Providing a clear Python code snippet for using the model with the
transformerslibrary for multi-turn dialogue. - Adding the appropriate citation information.
Jarvis1111 changed pull request status to
merged