Improve model card: Add comprehensive information and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the CognitiveKernel/Qwen3-8B-CK-Pro
model by adding crucial metadata and comprehensive information:
- Metadata:
- Adds
pipeline_tag: image-text-to-text
, which correctly categorizes the model for tasks involving both images and text, improving discoverability on the Hugging Face Hub. - Adds
library_name: transformers
, indicating the model's compatibility with the Hugging Face Transformers library.
- Adds
- Paper Link: Includes a direct link to the research paper: Cognitive Kernel-Pro: A Framework for Deep Research Agents and Agent Foundation Models Training.
- Project Page: Adds a link to the official project homepage: https://osatlas.github.io/.
- Code Repository: Provides a direct link to the GitHub repository: https://github.com/OS-Copilot/OS-Atlas.
- Model Description and Usage: Adds a clear overview of the model's capabilities and a practical Python code snippet for inference using the
transformers
library, complete with an example image input and question. - Visual Aid: Includes an image from the project's GitHub repository for better visual context.
- Citation: Adds the official BibTeX citation for the paper.
These additions will greatly improve the visibility, usability, and reproducibility of the model for the community.