Improve model card: Add metadata and GitHub link
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: image-feature-extractionfor better discoverability, reflecting the model's core function. - Adding
library_name: transformersas evidence fromconfig.jsonandtokenizer_config.jsonconfirms compatibility with the Hugging Face Transformers library. - Adding the
datasetstagJunteng/Vision4Chartas the model uses this dataset for training, as explicitly mentioned in the model card content. - Including a direct link to the GitHub repository for easy access to the project's code.
These changes will improve the model's visibility and provide users with clearer information on its usage and resources.