Improve model card: Add pipeline tag, library name, abstract, and additional tags
#1
by
nielsr
HF Staff
- opened
This PR updates the model card for the SR-Scientist
model by:
- Adding
pipeline_tag: text-generation
to improve discoverability on the Hub for models capable of generating text. - Including
library_name: transformers
, as evidenced by the model's configuration files, ensuring automated code snippets are correctly enabled on the Hub. - Incorporating the paper's abstract to provide a more comprehensive overview of the model's capabilities and research context directly within the model card.
- Adding additional tags (
code-generation
,agentic-ai
,scientific-discovery
) to further enhance discoverability. - The existing arXiv paper link and GitHub repository link have been retained.
- A sample usage section has not been added as no suitable, directly copyable Python snippet was found in the official GitHub README for simple model loading and inference.