Add missing metadata: library_name, pipeline_tag, license
#2
by
nielsr
HF Staff
- opened
This PR adds the missing library_name, pipeline_tag, and license metadata to the model card. This improves the model's discoverability and clarity for users.
pipeline_tag: text-generation: The model is a text generation model.library_name: transformers: The model is compatible with the Hugging Face Transformers library.license: apache-2.0: The license is specified as Apache 2.0 in the Github README.
This update enhances the model card's completeness and user experience.
Wanfq
changed pull request status to
merged