Add metadata (license, pipeline tag, library name) to model card
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding relevant metadata at the top using YAML:
license: mitas specified in the repository.pipeline_tag: image-feature-extractionto ensure discoverability for models that extract features from images.library_name: transformersas the model is compatible with the Hugging Face Transformers library, allowing for better Hub integration.
This enhances the model's visibility and usability on the Hugging Face Hub.