Improve model card: add library_name, arxiv tag and fix paper link
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for AdaReasoner-7B-Non-Randomized by:
- Adding
library_name: transformersto the metadata, as the model is compatible with thetransformerslibrary (architecture:Qwen2_5_VLForConditionalGeneration). - Adding the
arxiv: 2601.18631metadata to link the model repository to its corresponding research paper. - Fixing the broken paper link badge in the README (which currently points to
#) by linking it to the Hugging Face paper page.