Improve model card: Update pipeline tag, add library name, and Hugging Face paper link
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card for DeepAnalyze-8B by:
- Updating the
pipeline_tagfromtable-question-answeringtotext-generationto better reflect the model's capabilities as an agentic LLM for autonomous data science, which includes generating reports and analytical insights. - Adding
library_name: transformersmetadata, as the model's architecture (Qwen3ForCausalLM) andtransformers_versioninconfig.jsonindicate compatibility with the Hugging Facetransformerslibrary, enabling the automated code snippet for seamless usage. - Adding a new badge linking to the official Hugging Face paper page (DeepAnalyze: Agentic Large Language Models for Autonomous Data Science) for improved discoverability.
zhangshaolei
changed pull request status to
merged