Improve model card: Add pipeline tag, paper, code, and project page links
#1
by nielsr HF Staff - opened
This PR significantly improves the model card for the Insertion Language Model (ILM) by:
- Adding the
pipeline_tag: text-generationto the metadata for better discoverability on the Hub. - Expanding the description with an "About" section based on the paper's abstract, providing a clearer understanding of the model.
- Updating the paper links from
[More Information Needed]to include both the ArXiv and Hugging Face paper pages. - Adding the official code repository link:
https://github.com/dhruveshpatel/ilm. This corrects the previous[More Information Needed]placeholder. - Including a link to the project page:
https://dhruveshp.com/projects/ilm. This corrects the previous[More Information Needed]placeholder.
These additions make the model card more informative and user-friendly.