Improve model card with metadata and links
#1
by
nielsr
HF Staff
- opened
This PR updates the model card to enhance its discoverability and provide essential information.
Key changes include:
- Adding
pipeline_tag: text-generationfor better categorization. - Adding
library_name: transformersto enable the automated "how to use" widget, as evidenced by theconfig.jsonandtokenizer_config.jsonfiles showing compatibility with theQwen2ForCausalLMarchitecture andtransformerslibrary. - Linking the model to its official paper: Reinforce-Ada: An Adaptive Sampling Framework for Reinforce-Style LLM Training.
- Adding a direct link to the associated GitHub repository.
These updates provide users with clearer context and instructions for the model.