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

#3
by tomaarsen HF Staff - opened
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: mit
3
  language:
4
  - en
 
 
5
  ---
6
  # SimLM: Pre-training with Representation Bottleneck for Dense Passage Retrieval
7
 
 
2
  license: mit
3
  language:
4
  - en
5
+ library_name: sentence-transformers
6
+ pipeline_tag: text-ranking
7
  ---
8
  # SimLM: Pre-training with Representation Bottleneck for Dense Passage Retrieval
9