Improve model card: Add metadata (pipeline_tag, library_name, license) and update paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the bytedance-research/DynamicCoT model by:
- Adding
pipeline_tag: image-to-textto improve discoverability for multimodal tasks on the Hub. - Adding
library_name: transformersto enable the automated "How to use" widget, as the model is compatible with the π€ Transformers library, evidenced by installation instructions and model configuration. - Adding
license: otherto reflect the specific "Qwen RESEARCH LICENSE AGREEMENT" mentioned in the model card content, which is not a standard SPDX license. - Updating the existing paper badge to link directly to the Hugging Face paper page: Boosting Multi-modal Keyphrase Prediction with Dynamic Chain-of-Thought in Vision-Language Models.
Please review and merge if these improvements are in line with the model's details.