alexandre-co commited on
Commit
a252037
·
1 Parent(s): 9bc3033

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -10,6 +10,7 @@ Through HuggingFace Optimum, Graphcore released ready-to-use IPU-trained model c
10
 
11
 
12
  ## Model description
 
13
 
14
  Sentence-t5 is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space. The model works well for sentence similarity tasks, but doesn't perform that well for semantic search tasks.
15
 
 
10
 
11
 
12
  ## Model description
13
+ (source: https://huggingface.co/sentence-transformers/sentence-t5-base)
14
 
15
  Sentence-t5 is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space. The model works well for sentence similarity tasks, but doesn't perform that well for semantic search tasks.
16