Improve model card: Add library_name, update paper link, and expand usage info
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for Soar-qwen-7b
by:
- Adding
library_name: transformers
to the metadata, enabling the "Use in Transformers" widget and improving discoverability. - Updating the paper link in both the header and the citation block to the official Hugging Face Papers page (
https://huggingface.co/papers/2507.14172
), providing a consistent and preferred link within the Hugging Face ecosystem. - Including a direct Python code example for model inference using the
transformers
library in the "How to Use the Model" section, offering a quick start for users. - Integrating detailed
conda
installation instructions and guidance on running SOAR directly from the project's GitHub README, making the model card a more comprehensive resource for setup and operation.
These updates improve the model's documentation, making it easier for researchers and developers to utilize and understand the SOAR framework and its models.
julien31
changed pull request status to
merged