Add pipeline tag, library name and link to paper
#2
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the pipeline_tag so that the model can be found in the search at https://huggingface.co/models?pipeline_tag=feature-extraction.
It also adds the correct library_name. Finally, a link to the paper has been added for easier discovery of the paper the model is associated with.
Perhaps adding sentence-transformers as a tag also makes sense, so this model pops up when filtering for either transformers or sentence-transformers? Should help with discoverability, especially as lots of people rely on https://huggingface.co/models?library=sentence-transformers for finding embedding models.
I also think adding code as a tag could be useful.
- Tom Aarsen