Improve model card for Extract+Think: Add metadata, links, description, evaluation, and citation
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the Extract-0.6B model, which is part of the Extract+Think framework.
Key improvements include:
- Adding essential metadata tags:
pipeline_tag: image-text-to-text,library_name: transformers, andlicense: cc-by-nc-4.0. These tags improve discoverability on the Hugging Face Hub and enable the automated "How to use with Transformers" widget. - Including direct links to the associated paper, project page, and GitHub repository for comprehensive information access.
- Expanding the model description based on the paper's abstract, clarifying the model's role as a perception module for visual extraction.
- Integrating the detailed evaluation table from the GitHub README to provide immediate performance context.
- Adding the BibTeX citation and acknowledgments for proper attribution.
- Removing the irrelevant
# File informationsection and its content that was previously present in the README.
Please review and merge this PR.
markendo
changed pull request status to
merged