Improve model card with metadata and links
#1
by
nielsr
HF Staff
- opened
This PR adds missing metadata to the model card, improving its discoverability on the Hugging Face Hub. Specifically, it includes:
library_name: transformers: Specifies the library used for the model.pipeline_tag: text-generation: Categorizes the model's function as text generation.
The existing links to the paper and project page are retained.