Text Generation
Transformers
Safetensors

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_tag from table-question-answering to text-generation to better reflect the model's capabilities as an agentic LLM for autonomous data science, which includes generating reports and analytical insights.
  • Adding library_name: transformers metadata, as the model's architecture (Qwen3ForCausalLM) and transformers_version in config.json indicate compatibility with the Hugging Face transformers library, 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

Sign up or log in to comment