sergioburdisso commited on
Commit
ef25c3a
·
verified ·
1 Parent(s): aea2ffa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ Model from the paper ["SPACE-2: Tree-Structured Semi-Supervised Contrastive Pre-
14
 
15
  This a port of the original [SPACE-2 model](https://github.com/AlibabaResearch/DAMO-ConvAI/tree/main/space-2) using authors' original [space2hug.py](https://github.com/AlibabaResearch/DAMO-ConvAI/blob/main/space-2/tools/space2hug.py) convertion script.
16
 
17
- This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
18
 
19
 
20
  ## Usage (Sentence-Transformers)
 
14
 
15
  This a port of the original [SPACE-2 model](https://github.com/AlibabaResearch/DAMO-ConvAI/tree/main/space-2) using authors' original [space2hug.py](https://github.com/AlibabaResearch/DAMO-ConvAI/blob/main/space-2/tools/space2hug.py) convertion script.
16
 
17
+ This is a [sentence-transformers](https://www.SBERT.net) wrapper around the ported model.
18
 
19
 
20
  ## Usage (Sentence-Transformers)