Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers`

#2
by tomaarsen HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # MRPC Cross Encoder
2
 
3
  Demo model for use as part of Augmented SBERT chapters of the [NLP for Semantic Search course](https://www.pinecone.io/learn/nlp).
 
1
+ ---
2
+ library_name: sentence-transformers
3
+ pipeline_tag: text-ranking
4
+ ---
5
  # MRPC Cross Encoder
6
 
7
  Demo model for use as part of Augmented SBERT chapters of the [NLP for Semantic Search course](https://www.pinecone.io/learn/nlp).