Add `library_name` and `pipeline_tag` to model card
#7
by
nielsr
HF Staff
- opened
This PR improves the discoverability and usability of the ProLLaMA model by adding the library_name: transformers and pipeline_tag: text-generation to the model card's metadata.
- The
library_nametag ensures that the model is correctly recognized as a Transformers-compatible model, enabling an automated code snippet on the Hub page for easy usage. - The
pipeline_taghelps users find this model when searching for text generation models, specifically in the context of protein language processing.
The existing content of the model card remains unchanged to reflect the majority consensus among colleagues.
GreatCaptainNemo
changed pull request status to
merged