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 -3
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- pipeline_tag: text-classification
3
  license: apache-2.0
4
- language:
5
- - it
6
  tags:
7
  - cross-encoder
8
  - sentence-similarity
9
  - transformers
 
10
  ---
11
  # Cross-Encoder
12
 
 
1
  ---
2
+ pipeline_tag: text-ranking
3
  license: apache-2.0
4
+ language:
5
+ - it
6
  tags:
7
  - cross-encoder
8
  - sentence-similarity
9
  - transformers
10
+ library_name: sentence-transformers
11
  ---
12
  # Cross-Encoder
13