Add library_name, pipeline_tag and arxiv metadata
#1
by
nielsr HF Staff - opened
This PR improves the model card for ASTRA-14B-Thinking-v1 by adding relevant metadata to the YAML header. Specifically, it adds:
library_name: transformers: To ensure the model is correctly identified and to enable the "Use in Transformers" button.pipeline_tag: text-generation: To categorize the model correctly on the Hub.arxiv: 2601.21558: To link the model repository to its research paper.- Relevant task tags like
agentandtool-use.
The description has also been slightly updated to reference the research paper.
Emperorizzis changed pull request status to
merged